From 7cb8f7407eb00bfc7ff11834f156719d1ec7bab4 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 2 Nov 2023 18:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BA=A7=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=20=EF=BC=8C=E5=86=85=E9=83=A8=E7=A0=81=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 12 ++++++++++-- src/views/basic/business/stockOrderQRCodeDetail.vue | 3 ++- src/views/inout/DialogSelectInvProduct.vue | 1 + src/views/inventory/InvPreInProductsDetail.vue | 11 +++++++++-- src/views/inventory/InvPreProductsDetail.vue | 9 ++++++++- src/views/inventory/InvProductsDetail.vue | 11 +++++++++-- src/views/inventory/inner/innerCodeDetail.vue | 2 +- 7 files changed, 40 insertions(+), 9 deletions(-) diff --git a/.env.production b/.env.production index df046e4..403c889 100644 --- a/.env.production +++ b/.env.production @@ -15,19 +15,27 @@ ENV = 'production' # 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://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.243:9150/UDI_SPMS_SERVER/' +# VUE_APP_BASE_API = 'http://192.168.0.243:9150/UDI_SPMS_SERVER/' # 漳州中医院 # VUE_APP_BASE_API = 'http://116.204.116.198:9150/UDI_SPMS_SERVER/' +# 平和 +# VUE_APP_BASE_API = 'http://121.36.152.129:9150/UDI_SPMS_SERVER/' + # 应用访问路径 例如使用前缀 /admin/ + +# 域名 +# VUE_APP_CONTEXT_PATH = '/' + +# 其他 VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' # 监控地址 diff --git a/src/views/basic/business/stockOrderQRCodeDetail.vue b/src/views/basic/business/stockOrderQRCodeDetail.vue index d6a9955..15a98f5 100644 --- a/src/views/basic/business/stockOrderQRCodeDetail.vue +++ b/src/views/basic/business/stockOrderQRCodeDetail.vue @@ -57,7 +57,8 @@ diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue index 23ff114..e5e6535 100644 --- a/src/views/inout/DialogSelectInvProduct.vue +++ b/src/views/inout/DialogSelectInvProduct.vue @@ -41,6 +41,7 @@ + diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue index d9040b2..e9bdf00 100644 --- a/src/views/inventory/InvPreInProductsDetail.vue +++ b/src/views/inventory/InvPreInProductsDetail.vue @@ -150,6 +150,7 @@ export default { batchNo: null, deptCode: null, invCode: null, + price: null, page: 1, limit: 10 }, @@ -166,8 +167,14 @@ export default { }); this.invPreProductDetailQuery = { code: null, + relId: null, + supId: null, + batchNo: null, + deptCode: null, + invCode: null, page: 1, - limit: 10 + limit: 10, + price: null, }; this.getList(); }, @@ -204,7 +211,7 @@ export default { this.invPreProductDetailQuery.batchNo = this.inputQuery.batchNo; this.invPreProductDetailQuery.deptCode = this.inputQuery.deptCode; this.invPreProductDetailQuery.invCode = this.inputQuery.invCode; - this.invProductDetailQuery.price = this.inputQuery.price; + this.invPreProductDetailQuery.price = this.inputQuery.price; // this.invPreProductDetailQuery.nameCode = this.inputQuery.nameCode; getInvPreInProductDetail(this.invPreProductDetailQuery).then((res) => { this.loading = false; diff --git a/src/views/inventory/InvPreProductsDetail.vue b/src/views/inventory/InvPreProductsDetail.vue index be85188..0a491c6 100644 --- a/src/views/inventory/InvPreProductsDetail.vue +++ b/src/views/inventory/InvPreProductsDetail.vue @@ -150,6 +150,7 @@ export default { batchNo: null, deptCode: null, invCode: null, + price:null, page: 1, limit: 10 }, @@ -166,6 +167,12 @@ export default { }); this.invPreProductDetailQuery = { code: null, + relId: null, + supId: null, + batchNo: null, + deptCode: null, + invCode: null, + price:null, page: 1, limit: 10 }; @@ -204,7 +211,7 @@ export default { this.invPreProductDetailQuery.batchNo = this.inputQuery.batchNo; this.invPreProductDetailQuery.deptCode = this.inputQuery.deptCode; this.invPreProductDetailQuery.invCode = this.inputQuery.invCode; - this.invProductDetailQuery.price = this.inputQuery.price; + this.invPreProductDetailQuery.price = this.inputQuery.price; // this.invPreProductDetailQuery.nameCode = this.inputQuery.nameCode; getInvPreProductDetail(this.invPreProductDetailQuery).then((res) => { this.loading = false; diff --git a/src/views/inventory/InvProductsDetail.vue b/src/views/inventory/InvProductsDetail.vue index db4811c..05b60e2 100644 --- a/src/views/inventory/InvProductsDetail.vue +++ b/src/views/inventory/InvProductsDetail.vue @@ -56,8 +56,8 @@ - +