From 1c8403bcead13ae951aa3af2b9a6f0ab52693d5f Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 22 一月 2026 16:36:39 +0800
Subject: [PATCH] 调整调拨单 调出仓位 绑定字段

---
 pages/shengchandiaobo/MoveStockBill.vue |   11 +++++++----
 manifest.json                           |   14 +++++++-------
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/manifest.json b/manifest.json
index c128efa..dfd7443 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "鏅轰簯LMES",
     "appid" : "__UNI__B002F49",
     "description" : "",
-    "versionName" : "2.0.58",
-    "versionCode" : 258,
+    "versionName" : "2.0.60",
+    "versionCode" : 260,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
@@ -82,11 +82,11 @@
                     "unipush" : {
                         "icons" : {
                             "small" : {
-                                "ldpi" : "static/logo_icon.png",
-                                "mdpi" : "static/logo_icon.png",
-                                "hdpi" : "static/logo_icon.png",
-                                "xhdpi" : "static/logo_icon.png",
-                                "xxhdpi" : "static/logo_icon.png"
+                                "hdpi" : "static/logo.png",
+                                "ldpi" : "static/logo.png",
+                                "mdpi" : "static/logo.png",
+                                "xhdpi" : "static/logo.png",
+                                "xxhdpi" : "static/logo.png"
                             }
                         }
                     }
diff --git a/pages/shengchandiaobo/MoveStockBill.vue b/pages/shengchandiaobo/MoveStockBill.vue
index b66fe04..6687f92 100644
--- a/pages/shengchandiaobo/MoveStockBill.vue
+++ b/pages/shengchandiaobo/MoveStockBill.vue
@@ -709,12 +709,15 @@
                 }
             },
             HOutStockPlaceNameChange(e) {
+                console.log('e: ',e);
+                console.log('this.HStockPlaceNameList: ',this.HStockPlaceNameList);
                 let index = this.HStockPlaceNameList.findIndex(elem => elem['浠撲綅鍚嶇О'] == e)
-                this.hform.HOutStockPlaceName = ''
-                this.hform.HOutStockPlaceID = 0
+                this.hform.HSCSPName = ''
+                this.hform.HSCSPID = 0
                 if (index != -1) {
-                    this.hform.HOutStockPlaceName = this.HStockPlaceNameList[index].浠撲綅鍚嶇О
-                    this.hform.HOutStockPlaceID = this.HStockPlaceNameList[index].HMainID
+                    this.hform.HSCSPName = this.HStockPlaceNameList[index].浠撲綅鍚嶇О
+                    this.hform.HSCSPID = this.HStockPlaceNameList[index].HMainID
+                    
                 }
             
                 // for (var i = 0; i < this.HStockPlaceInNameList.length; i++) {

--
Gitblit v1.9.1