diff --git a/public/config.json b/public/config.json
index 0ae8930..21fda1c 100644
--- a/public/config.json
+++ b/public/config.json
@@ -1,6 +1,5 @@
{
-
- "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/public/打包设置.txt b/public/打包设置.txt
index d8012cf..005a16e 100644
--- a/public/打包设置.txt
+++ b/public/打包设置.txt
@@ -21,3 +21,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 4ae3085..442f75a 100644
--- a/src/views/warehouse/IOSearchOrder.vue
+++ b/src/views/warehouse/IOSearchOrder.vue
@@ -80,7 +80,6 @@
查询
-
@@ -127,14 +126,6 @@
{{ scope.row.actDate }}
-
-
-
-
-
-
-
-
@@ -142,48 +133,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
详情
-
-
-
-
-
-
-
-
-
删除
-
-
-
-
-
-
@@ -621,7 +555,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 fa8771b..162b6c6 100644
--- a/src/views/warehouse/IOWaitOrder.vue
+++ b/src/views/warehouse/IOWaitOrder.vue
@@ -1010,6 +1010,7 @@ export default {
.then((response) => {
this.storageList = response.data || [];
if (this.storageList.length > 0) {
+ this.getSubInvList();
this.getList();
}
})