diff --git a/.env.production b/.env.production
index d54efe1..9712998 100644
--- a/.env.production
+++ b/.env.production
@@ -4,7 +4,7 @@ VUE_APP_TITLE = UDI自助平台
# 生产环境配置
ENV = 'production'
# VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/'
-VUE_APP_BASE_API = 'http://101.43.77.55: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.66:9160/UDI_WMS_MC/'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/'
diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue
index a629793..f5b08ca 100644
--- a/src/views/basic/product/productEdit.vue
+++ b/src/views/basic/product/productEdit.vue
@@ -220,9 +220,7 @@
参数值
-
-
-
+
@@ -232,8 +230,6 @@
库存积压预警数量
-
-
diff --git a/src/views/supplier/products/supDiProductsCheck.vue b/src/views/supplier/products/supDiProductsCheck.vue
index 10068a2..9275daa 100644
--- a/src/views/supplier/products/supDiProductsCheck.vue
+++ b/src/views/supplier/products/supDiProductsCheck.vue
@@ -70,9 +70,9 @@
-
-
-
+
+
+
@@ -108,6 +108,19 @@
>
+
+
+
+
{
- if (res.code === 20000) {
- this.thisData = res.data
- this.thrProductsDetailVisible = true
- }
- })
+ if(row.type==1){
+ let query = { uuid: row.uuid }
+ getDiProductDetail(query).then((res) => {
+ if (res.code === 20000) {
+ this.diDetails = res.data
+ this.detailDialog = true
+ } else {
+ this.$message.error('参数错误')
+ }
+ })
+ }else{
+ this.thisDetail = row;
+ this.thrProductsDiDetailVisible = true;
+ }
},
handleCurrentChange(val) {
this.filterQuery.page = val.page
@@ -301,7 +324,7 @@ export default {
}
},
components: {
- ThrProductsAdd, selectDiDetail
+ ThrProductsAdd, selectDiDetail,thrProductsDetail
},
mounted() {
},
diff --git a/src/views/supplier/products/supProductsAddDi.vue b/src/views/supplier/products/supProductsAddDi.vue
index 390dfb5..f41a3e2 100644
--- a/src/views/supplier/products/supProductsAddDi.vue
+++ b/src/views/supplier/products/supProductsAddDi.vue
@@ -46,16 +46,17 @@
显示/隐藏搜索栏
重置
查询
- 新增
+ 选入
+ 新增
-
-
-
+
+
+
@@ -83,7 +84,7 @@
+
+
+
+
+
+
+
+
+