diff --git a/src/views/purchase/purPlanEditDialog.vue b/src/views/purchase/purPlanEditDialog.vue index 177db2e..ac8bb2a 100644 --- a/src/views/purchase/purPlanEditDialog.vue +++ b/src/views/purchase/purPlanEditDialog.vue @@ -152,6 +152,7 @@ > 选入申购单 - - - - - + + + + + - @@ -320,6 +335,7 @@ export default { currentRow: {}, selectedIndex: "", selectProductVisible: false, + selectApplyVisible: false, thisData: {}, storageList: [], subInvList: [], @@ -403,6 +419,11 @@ export default { this.thisData.stockOrderLists = this.codeArray; this.selectProductVisible = true; }, + + selectApply() { + this.selectApplyVisible = true; + }, + closeDialogC2(rData) { this.selectProductVisible = false; this.thisData = {}; diff --git a/src/views/purchase/selectApplyListDialog.vue b/src/views/purchase/selectApplyListDialog.vue new file mode 100644 index 0000000..7c05d3a --- /dev/null +++ b/src/views/purchase/selectApplyListDialog.vue @@ -0,0 +1,348 @@ + + + + +