From 45b4cbd921589ff8d6ea6ff5bb3a02a7eb6435d7 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 04 九月 2025 16:59:48 +0800
Subject: [PATCH] 生产领料单 问题修复

---
 pages/caigouruku/form.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/caigouruku/form.vue b/pages/caigouruku/form.vue
index f51aa2a..4a25769 100644
--- a/pages/caigouruku/form.vue
+++ b/pages/caigouruku/form.vue
@@ -1191,6 +1191,7 @@
 								this.hform.HWHName_B = ''
 								this.hform.HSPName_B = ''
 							} else {
+                                this.hform.HBarCode_B = data.BarCodeDetailslist[0].HBarCode
 								this.hform.HMaterName_B = data.BarCodeDetailslist[0].HMaterName
 								this.hform.HMaterModel_B = data.BarCodeDetailslist[0].HMaterModel
 								this.hform.HBatchNo_B = data.BarCodeDetailslist[0].HBatchNo
@@ -1421,7 +1422,7 @@
                                     let sMain = JSON.stringify(this.materMeta) + ';' + this.hform.HBillType + ';' + this.hform.HSourceBillNo
                                     try {
                                         // 涓烘潯鐮佽缃嚭搴撳崟鍙峰拰鍑哄簱娆℃暟
-                                        await this.Set_BarCodeBill(sMain)
+                                        // await this.Set_BarCodeBill(sMain)
                                         uni.showModal({
                                         	title: '鎻愮ず',
                                         	content: res.data.Message + '銆傛槸鍚︾户缁柊澧烇紵(鐐瑰嚮鍙栨秷杩斿洖涓婄骇椤甸潰)',
@@ -1591,7 +1592,7 @@
 		}
 
 		input {
-			width: 100%;
+			width: inherit;
 			padding: 8rpx 20rpx;
 			font-size: 30rpx;
 		}

--
Gitblit v1.9.1