From 77fa854ab4351a1e0d4ccd41b5046030ce8b6070 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 25 九月 2025 13:47:37 +0800
Subject: [PATCH] 直接调拨仓库选择优化

---
 pages/zhijiediaobo/form.vue |   10 ++++++++--
 manifest.json               |    4 ++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/manifest.json b/manifest.json
index 23182d5..c4187d1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "鏅轰簯LMES",
     "appid" : "__UNI__B002F49",
     "description" : "",
-    "versionName" : "1.0.88",
-    "versionCode" : 188,
+    "versionName" : "1.0.89",
+    "versionCode" : 189,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
diff --git a/pages/zhijiediaobo/form.vue b/pages/zhijiediaobo/form.vue
index 41d2895..5c11a7c 100644
--- a/pages/zhijiediaobo/form.vue
+++ b/pages/zhijiediaobo/form.vue
@@ -518,7 +518,7 @@
                 this.getNewData()
             }
 
-            this.getHWarehouseInList()
+            //this.getHWarehouseInList()
             // this.getHBaseList()
             this.getHSupList()
             this.getHEmpList()
@@ -879,8 +879,10 @@
                     success: (res) => {
                         if (res.data.count == 1) {
                             this.HWHNameList = res.data.data
+							this.HHWHInNameList = res.data.data
                             for (var i = 0; i < res.data.data.length; i++) {
                                 this.arrayHWHName[i] = res.data.data[i].浠撳簱鍚嶇О
+								this.arrayHWHInName[i] = res.data.data[i].浠撳簱鍚嶇О
                             }
                         } else {
                             uni.showToast({
@@ -1018,7 +1020,11 @@
 
                             this.arrayHMainSourceBillType.push('鎵嬪伐褰曞叆')
                             this.arrayHMainSourceBillValue.push('-1')
-
+							//濡傛灉鎵嬪伐褰曞叆涓嶇敤閫夋嫨婧愬崟
+							if(this.arrayHMainSourceBillType[0]=='鎵嬪伐褰曞叆'){
+								this.tabs=1
+							}
+							
                             this.HMainSourceBillType = this.arrayHMainSourceBillType[0]
                             this.hform.HMainSourceBillType = this.arrayHMainSourceBillValue[0]
                         } else {

--
Gitblit v1.9.1