生产计划生成采购计划
This commit is contained in:
parent
de636dc350
commit
f0e0d9faa8
|
|
@ -379,12 +379,7 @@ export default {
|
||||||
handlePurchasePlan(row) { //purchaseManage/purchasePlanEdit
|
handlePurchasePlan(row) { //purchaseManage/purchasePlanEdit
|
||||||
this.dialogTableList = [];
|
this.dialogTableList = [];
|
||||||
this.rowData = row
|
this.rowData = row
|
||||||
let param = {
|
let param = row.productionPlanGoodsSumVOList
|
||||||
planId:row.planId
|
|
||||||
}
|
|
||||||
//查询查询食堂下拉结构
|
|
||||||
getProductionPlanInfoApi(param).then((response) => {
|
|
||||||
let param = response.data.productionPlanDetailVOList
|
|
||||||
this.loading2=true;
|
this.loading2=true;
|
||||||
dishesConvertApi(param).then(response => {
|
dishesConvertApi(param).then(response => {
|
||||||
this.dialogTableList = response;
|
this.dialogTableList = response;
|
||||||
|
|
@ -398,7 +393,6 @@ export default {
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.loading2 = false;
|
this.loading2 = false;
|
||||||
});
|
});
|
||||||
})
|
|
||||||
|
|
||||||
},
|
},
|
||||||
// 取消按钮
|
// 取消按钮
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue