Bladeren bron

2022-02-09 22:47

王克恕 3 jaren geleden
bovenliggende
commit
5fd4012a8b

+ 1 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/ProductionProgramme.vue

@@ -218,7 +218,7 @@ export default {
     },
     // 【一键生产】按钮-事件
     oneProdBtn(){
-    	orderMgrApi.confirmSchedule({taskBatchNo:this.tenant.taskBatchNo, orderList: this.tenant.orderList}).then(res => {
+    	orderMgrApi.confirmSchedule({planIds:this.tenant.planIds, orderList: this.tenant.orderList}).then(res => {
     		res = res.data
     		console.log("【一键生产】按钮: ", res)
     		if(res.isSuccess){