소스 검색

2022-02-09 22:47

王克恕 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){