生产计划生成采购计划

This commit is contained in:
zzyuan 2025-07-16 14:58:02 +08:00
parent de636dc350
commit f0e0d9faa8
1 changed files with 15 additions and 21 deletions

View File

@ -379,12 +379,7 @@ export default {
handlePurchasePlan(row) { //purchaseManage/purchasePlanEdit
this.dialogTableList = [];
this.rowData = row
let param = {
planId:row.planId
}
//
getProductionPlanInfoApi(param).then((response) => {
let param = response.data.productionPlanDetailVOList
let param = row.productionPlanGoodsSumVOList
this.loading2=true;
dishesConvertApi(param).then(response => {
this.dialogTableList = response;
@ -398,7 +393,6 @@ export default {
}).catch(() => {
this.loading2 = false;
});
})
},
//