王克恕 преди 3 години
родител
ревизия
5fd4012a8b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/ProductionProgramme.vue

+ 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){