|
@@ -280,6 +280,7 @@ const setTurnoverList = () => {
|
|
|
// console.log(targetDept)
|
|
|
deptList.value = allDepts.filter(e => e.workshopId == form.value.workshopId).map(e => ({ ...e }))
|
|
|
turnoverList.value = targetDept == null || !deptList.value.some(e => e.deptId == targetDept.deptId) ? [{ id: form.value.placeId, code: form.value.place }] : targetDept.turnovers
|
|
|
+ form.value.turnoverArea = '车间内周转看place字段'
|
|
|
} else if (form.value.turnoverType == '2') {
|
|
|
// console.log()
|
|
|
// 车间外周转 转移为转出位置从车间获取
|