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 @@
-
+
-