From 8b12a179c518d69df74e5298a7cfed5187ca081b Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 22 Mar 2023 16:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=AE=A1=E7=90=86=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=A1=B5=E9=9D=A2=E5=8C=BA=E5=88=86=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvSupPreInSerach.vue | 63 ++++++++++++------- src/views/inventory/InvSupPreProducts.vue | 8 ++- src/views/inventory/InvSupProuducts.vue | 40 ++++++++++-- src/views/inventory/supInoutSearchOrder.vue | 15 +++-- .../purchase/purOrder/purOrderSearch.vue | 2 +- 5 files changed, 95 insertions(+), 33 deletions(-) diff --git a/src/views/inventory/InvSupPreInSerach.vue b/src/views/inventory/InvSupPreInSerach.vue index 049249c..ab90c1e 100644 --- a/src/views/inventory/InvSupPreInSerach.vue +++ b/src/views/inventory/InvSupPreInSerach.vue @@ -22,7 +22,7 @@ - + @@ -136,7 +136,8 @@ row-key="id" > - + - - - - - + - + + + + + + + + + + + + @@ -105,8 +107,6 @@ show-overflow-tooltip width="120"> - @@ -349,6 +349,10 @@ export default { }; }, created() { + let supId = this.$store.getters.customerId; + if (supId == "110") { + this.showSup = true; + } this.findMethod(); this.getInvList(); this.getList(); diff --git a/src/views/inventory/InvSupProuducts.vue b/src/views/inventory/InvSupProuducts.vue index 43a6670..cf071f5 100644 --- a/src/views/inventory/InvSupProuducts.vue +++ b/src/views/inventory/InvSupProuducts.vue @@ -73,6 +73,34 @@ + + + + + {{ item.name }} + + + + + +
@@ -84,7 +112,7 @@ @click="onReset" >重置 - 查询 @@ -94,6 +122,8 @@ + @@ -105,8 +135,6 @@ show-overflow-tooltip width="120"> - @@ -246,7 +274,7 @@ export default { }, getList() { this.loading = true; - this.filterQuery.supId = this.$store.getters.customerId; + getProduct(this.filterQuery).then((res) => { this.loading = false; if (res.code === 20000) { @@ -349,6 +377,10 @@ export default { }; }, created() { + let supId = this.$store.getters.customerId; + if (supId == "110") { + this.showSup = true; + } this.findMethod(); this.getInvList(); this.getList(); diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index fe5c82c..b680a18 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -84,6 +84,7 @@ + @@ -130,13 +131,14 @@ export default { limit: 10, startAduditTime: null, endAduditTime: null, - vueType: null, + actionType: "norDetail", }, loading: false, total: 0, + showSup: false, customerId: this.$store.getters.customerId, actDateRange: [], - vueType: "normal", + actionType: "norDetail", auditDateRange: [], pickerOptions: { shortcuts: [ @@ -203,6 +205,7 @@ export default { this.filterQuery.endAduditTime = null; } this.filterQuery.page = 1; + this.getList(); }, hideSearch() { @@ -210,7 +213,7 @@ export default { }, getList() { this.loading = true; - this.filterQuery.vueType = this.vueType; + this.filterQuery.actionType = this.actionType; getResultOrderList(this.filterQuery) .then((response) => { if (response.code === 20000) { @@ -237,7 +240,11 @@ export default { } , created() { - this.vueType = this.$route.query.name; + let supId = this.$store.getters.customerId; + if (supId == "110") { + this.showSup = true; + } + this.actionType = this.$route.query.name; this.getList(); } , diff --git a/src/views/purchase/purOrder/purOrderSearch.vue b/src/views/purchase/purOrder/purOrderSearch.vue index c0afe40..2766fb4 100644 --- a/src/views/purchase/purOrder/purOrderSearch.vue +++ b/src/views/purchase/purOrder/purOrderSearch.vue @@ -167,7 +167,7 @@ export default { formName: null, formMap: { add: "新增采购订单", - update: "采购订单审核", + update: "采购订单处理", }, statusMap: { 1: "草稿",