ezhizao_zx 1 gadu atpakaļ
vecāks
revīzija
5a020719dd
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      pages/sortBatchReporting/index.vue

+ 3 - 2
pages/sortBatchReporting/index.vue

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