From 4ebae3ea936cc7d4109146513293a50df4c92829 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 04 十二月 2025 11:13:41 +0800
Subject: [PATCH] 1

---
 pages/fenbushidiaorudan/form_test.vue |    3 ++-
 pages/fenbushidiaorudan/form.vue      |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/fenbushidiaorudan/form.vue b/pages/fenbushidiaorudan/form.vue
index 35c4e19..019797f 100644
--- a/pages/fenbushidiaorudan/form.vue
+++ b/pages/fenbushidiaorudan/form.vue
@@ -450,7 +450,7 @@
                     HWHName: getUserInfo().HWHName,
                     HWHID: getUserInfo().HWhID,
 
-                    HStockStyle: '',
+                    HStockStyle: '缁勭粐鍐呰皟鎷�',
                     HOutStockPlaceName: getUserInfo().HSPName,
                     HOutStockPlaceID: getUserInfo().HSPID,
                     HStockPlaceName: getUserInfo().HSPName,
@@ -2181,7 +2181,7 @@
 
                         try {
                             let res = await CommonUtils.doRequest2Sync({
-                                url: '/WEBSController/set_SaveMoveStockBill_Json',
+                                url: '/WEBSController/set_SaveMoveStockStepInBill_Json',
                                 method: 'POST',
                                 data: {
                                     oMain: sMainStr
diff --git a/pages/fenbushidiaorudan/form_test.vue b/pages/fenbushidiaorudan/form_test.vue
index bb271ba..cc12641 100644
--- a/pages/fenbushidiaorudan/form_test.vue
+++ b/pages/fenbushidiaorudan/form_test.vue
@@ -610,6 +610,7 @@
                 const HSourceFlag = !!this.hform.HSourceBillNo
 
                 try {
+                    console.log('寮�濮嬪鐞嗘潯鐮�:', sBarCode, sHQty, HSourceFlag, this.hform);
                     let res = await CommonUtils.doRequest2Sync({
                         url: '/WEBSController/get_BarCode_MoveStock_New_Json',
                         data: {
@@ -633,7 +634,7 @@
                             HCustom2: ""
                         }
                     })
-
+                    
                     if (res.data.count == 1) {
                         this.playSound(1)
                         await this.handleBarCodeResult(res.data.data)

--
Gitblit v1.9.1