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