diff --git a/public/config.json b/public/config.json
index 0103568..a057d0f 100644
--- a/public/config.json
+++ b/public/config.json
@@ -1,6 +1,6 @@
{
- "BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER",
- "SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER",
+ "BASE_URL": "http://192.168.0.109:9906",
+ "SERVER_IP": "http://192.168.0.109:9906",
"hosp_name": "诏安县总医院(测试)"
-
}
+
diff --git a/public/打包设置.txt b/public/打包设置.txt
index 5f38bf0..3ae0910 100644
--- a/public/打包设置.txt
+++ b/public/打包设置.txt
@@ -22,3 +22,11 @@
"BASE_URL": "http://127.0.0.1:9906",
"SERVER_IP": "http://127.0.0.1:9906",
"hosp_name": "诏安县总医院(测试)"
+
+
+{
+ "BASE_URL": "http://139.9.174.242:9150/SPMS_SERVER",
+ "SERVER_IP": "http://139.9.174.242:9150",
+ "hosp_name": "诏安县总医院"
+}
+
diff --git a/src/views/warehouse/IOSearchOrder.vue b/src/views/warehouse/IOSearchOrder.vue
index b2a86ef..7f60d94 100644
--- a/src/views/warehouse/IOSearchOrder.vue
+++ b/src/views/warehouse/IOSearchOrder.vue
@@ -103,9 +103,12 @@
show-overflow-tooltip="true"
>
+
{{ fromTypeMap[scope.row.fromType] }}
+
+
@@ -557,7 +560,6 @@ export default {
.then((response) => {
this.storageList = response.data || [];
if (this.storageList.length > 0) {
- this.filterQuery.locStorageCode = this.storageList[0].code;
this.getSubInvList();
this.getList();
}
diff --git a/src/views/warehouse/IOWaitOrder.vue b/src/views/warehouse/IOWaitOrder.vue
index a7ccf62..b2126b8 100644
--- a/src/views/warehouse/IOWaitOrder.vue
+++ b/src/views/warehouse/IOWaitOrder.vue
@@ -947,6 +947,7 @@ export default {
.then((response) => {
this.storageList = response.data || [];
if (this.storageList.length > 0) {
+ this.getSubInvList();
this.getList();
}
})