From ef1c22f0a1e60efc95bcbff0ac196b5a5131f075 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 20 Apr 2023 09:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E9=AA=8C=E6=94=B6=EF=BC=8C=E5=AF=84?= =?UTF-8?q?=E5=94=AE=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2=EF=BC=8C=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=BB=BA=E5=87=BA=E5=85=A5=E5=BA=93=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 14 +++++-- src/views/inout/IoDeliverySearchOrder.vue | 43 +++++++++++++-------- src/views/inout/IoSupSearchOrder.vue | 33 +++++++++++++--- src/views/inventory/InvPreProducts.vue | 8 ++-- src/views/inventory/InvSupPreInProducts.vue | 4 +- src/views/inventory/InvSupPreProducts.vue | 2 +- src/views/system/dept/invWarehouse.vue | 8 ++-- src/views/system/param/busTypePre.vue | 23 +++++++++-- src/views/system/param/busTypePreModify.vue | 3 +- 9 files changed, 97 insertions(+), 41 deletions(-) diff --git a/.env.production b/.env.production index 51a50f6..0fe478f 100644 --- a/.env.production +++ b/.env.production @@ -7,15 +7,23 @@ ENV = 'production' #林纪裕 # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' -# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_SPMS_SERVER/' +VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_SPMS_SERVER/' # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' # 平潭 # VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/' -# 文明点 -VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' +# 文明东 +# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' + +# 实施测试服务器 ljy +# VUE_APP_BASE_API = 'http://192.168.0.66:8504/UDI_SPMS_SERVER/' + +# 实施测试服务器 wqq +# VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_SPMS_SERVER/' + + # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' diff --git a/src/views/inout/IoDeliverySearchOrder.vue b/src/views/inout/IoDeliverySearchOrder.vue index 309977f..19469ff 100644 --- a/src/views/inout/IoDeliverySearchOrder.vue +++ b/src/views/inout/IoDeliverySearchOrder.vue @@ -3,7 +3,7 @@ - + - - - - - - - - - - + + + + + + + + + + - - + - - + + + + + + + + + + --> - + - + - + + + + + + + + + + - + + + + + + + + + + - + - - - - + + + + diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue index e7ffcd9..d4907e6 100644 --- a/src/views/inventory/InvSupPreInProducts.vue +++ b/src/views/inventory/InvSupPreInProducts.vue @@ -246,7 +246,7 @@ export default { getList() { this.loading = true; - this.filterQuery.supId = this.$store.getters.customerId; + // this.filterQuery.supId = this.$store.getters.customerId; getInvPreInProduct(this.filterQuery).then((res) => { this.loading = false; if (res.code === 20000) { @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: true, + advanceType: 2, }; getInvListByUser(query) .then((response) => { diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue index 83f6298..65984a3 100644 --- a/src/views/inventory/InvSupPreProducts.vue +++ b/src/views/inventory/InvSupPreProducts.vue @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: 2, + advanceType: 3, //获取寄售库1:入账,2:预验收,3:寄售 }; getInvListByUser(query) .then((response) => { diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index eeb977d..6ad7fd8 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -19,8 +19,8 @@ - - + + @@ -200,8 +200,8 @@ - - + + diff --git a/src/views/system/param/busTypePre.vue b/src/views/system/param/busTypePre.vue index a0030e9..227b1b9 100644 --- a/src/views/system/param/busTypePre.vue +++ b/src/views/system/param/busTypePre.vue @@ -55,7 +55,13 @@ {{ enableMap[scope.row.supplementAll] }} - + + + + +