diff --git a/src/views/inventory/addInvMAOrder.vue b/src/views/inventory/addInvMAOrder.vue index c9bb798..39ff688 100644 --- a/src/views/inventory/addInvMAOrder.vue +++ b/src/views/inventory/addInvMAOrder.vue @@ -177,7 +177,7 @@ show-overflow-tooltip> - + { this.detailList = response.data.list || []; - this.total = response.data.total || 0; this.loading = false; }) .catch(() => { this.loading = false; this.detailList = []; - this.total = 0; }); }, deleteDialog(row) { diff --git a/src/views/purchase/purPlanEditDialog.vue b/src/views/purchase/purPlanEditDialog.vue index 179f5d4..2eb1c1e 100644 --- a/src/views/purchase/purPlanEditDialog.vue +++ b/src/views/purchase/purPlanEditDialog.vue @@ -108,7 +108,9 @@ + + 拒绝原因: @@ -121,10 +123,6 @@ - - - - @@ -143,6 +141,7 @@ 选入申购单 @@ -243,6 +242,21 @@ :data="thisData" > + + + + @@ -253,6 +267,7 @@ import {inserThrOrderWeb, delApplyDetail, listApplyDetail} from "@/api/purchase/ import {filterAllByUser} from "@/api/basic/invWarehouse"; import {filterSubByInv} from "@/api/basic/invSubWarehouse"; import {getBusChange} from "@/api/basic/busTypeChange"; +import SelectApplyListDialog from "@/views/purchase/selectApplyListDialog"; export default { name: "idQuery", @@ -314,12 +329,13 @@ export default { storageList: [], subInvList: [], invQueryData: {}, - + selectApplyVisible: false }; }, components: { draggable, stockOrderNewSelectProduct, + SelectApplyListDialog }, methods: { saveOrder(status) { @@ -398,6 +414,7 @@ export default { }, closeDialogC2(rData) { this.selectProductVisible = false; + this.selectApplyVisible = false; this.thisData = {}; if (this.$isNotBlank(rData)) { this.codeArray = []; @@ -537,6 +554,9 @@ export default { .catch(() => { }); }, + selectApply() { + this.selectApplyVisible = true; + }, }, filters: {}, mounted() { diff --git a/src/views/purchase/selectApplyListDialog.vue b/src/views/purchase/selectApplyListDialog.vue new file mode 100644 index 0000000..36e633e --- /dev/null +++ b/src/views/purchase/selectApplyListDialog.vue @@ -0,0 +1,375 @@ + + + + + + + + + + 单据日期: + + + + + + + 查询 + 确定 + + + + + + + + + + + + + {{ parseTime(scope.row.billDate, '{y}-{m}-{d}') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + +