|
@@ -178,7 +178,6 @@
|
|
|
|
|
|
onLoad(() => {
|
|
onLoad(() => {
|
|
curPlan.value = store.planDetails;
|
|
curPlan.value = store.planDetails;
|
|
- normalStatus.value = 0
|
|
|
|
console.log(curPlan.value)
|
|
console.log(curPlan.value)
|
|
//废品回用的领料部门如果是当前工段,也要可以开始新批次
|
|
//废品回用的领料部门如果是当前工段,也要可以开始新批次
|
|
//查找当前计划单下的批次废品回用是当前工段
|
|
//查找当前计划单下的批次废品回用是当前工段
|
|
@@ -245,7 +244,7 @@
|
|
deptId: store.curDeptDetails.deptId,
|
|
deptId: store.curDeptDetails.deptId,
|
|
keywords: keywords.value
|
|
keywords: keywords.value
|
|
};
|
|
};
|
|
-
|
|
|
|
|
|
+ normalStatus.value = true;
|
|
getDayWorkList(reqData).then(res => {
|
|
getDayWorkList(reqData).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
tempList.value = res.data
|
|
tempList.value = res.data
|
|
@@ -463,6 +462,8 @@
|
|
});
|
|
});
|
|
normalStatus.value = true
|
|
normalStatus.value = true
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ console.log(listData.value)
|
|
}
|
|
}
|
|
|
|
|
|
function handleCancelTurnover(data) {
|
|
function handleCancelTurnover(data) {
|