From 52bc738c6ad9e0235e6a15a5ed662e0cfcb9d21f Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 15 九月 2025 17:48:41 +0800
Subject: [PATCH] 收料单条码调整

---
 pages/shouliaotongzhi/table.vue     |   16 ++++++++--------
 .hbuilderx/launch.json              |    4 ++--
 pages/shouliaotongzhi/table_son.vue |   16 ++++++++--------
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index a7d9080..4dd14cd 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -21,11 +21,11 @@
             "type" : "uni-app:app-ios"
         },
         {
-            "customPlaygroundType" : "local",
+            "customPlaygroundType" : "device",
             "localRepoPath" : "D:/WorkBench/ZY_APP_Dev/STUWMS/unpackage/debug",
             "openVueDevtools" : true,
             "packageName" : "com.shebeiguanli.www",
-            "playground" : "custom",
+            "playground" : "standard",
             "type" : "uni-app:app-android"
         }
     ]
diff --git a/pages/shouliaotongzhi/table.vue b/pages/shouliaotongzhi/table.vue
index 797b67b..c520269 100644
--- a/pages/shouliaotongzhi/table.vue
+++ b/pages/shouliaotongzhi/table.vue
@@ -374,23 +374,23 @@
                     `T 55 0 0 100 (Material Number)\r\n`,
                     `T 24 0 0 120 鐗╂枡鍚嶇О: ${HMaterName}\r\n`,
                     `T 55 0 0 145 (Material Code)\r\n`,
-                    `T 24 0 0 165 娆惧彿: ${HCoilNO || ''}\r\n`,
-                    `T 55 0 0 190 (Style No.)\r\n`,
-                    `T 24 0 300 165 渚涘簲鍟嗘枡鍙�: ${HSupMaterNumber}\r\n`,
-                    `T 55 0 300 190 (Supplier Sku No.)\r\n`,
+                    `T 4 0 0 165 娆惧彿: ${HCoilNO || ''}\r\n`,
+                    `T 55 0 0 194 (Style No.)\r\n`,
+					`T 24 0 240 165 閲囪喘鍗曞彿: ${HInnerBillNo || ''}\r\n`,
+                    `T 55 0 240 190 (Purchase Order No.)\r\n`,
                     `T 24 0 0 210 鍒嗙粍: ${HFurnaceNo[1] || HFurnaceNo[0] || ''}\r\n`,
                     `T 55 0 0 235 (Group)\r\n`,
                     `T 24 0 300 210 瑙勬牸: ${HMaterModel}\r\n`,
                     `T 55 0 300 235 (SKU NO.)\r\n`,
-                    `T 24 0 0 255 鏁伴噺: ${ parseFloat(HQty || 0).toFixed(0) } ${pcsInfo}\r\n`,
-                    `T 55 0 0 280 (Quantity)\r\n`,
+                    `T 4 0 0 255 鏁伴噺: ${ parseFloat(HQty || 0).toFixed(0) } ${pcsInfo}\r\n`,
+                    `T 55 0 0 284 (Quantity)\r\n`,
                     `T 24 0 300 255 鏃ユ湡: ${HDate || ''}\r\n`,
                     `T 55 0 300 280 (Date)\r\n`,
                     `T 24 0 0 300 妫�楠屽憳: \r\n`,
                     `L 80 325 230 325 3\r\n`,
                     `T 55 0 0 325 (QC)\r\n`,
-                    `T 24 0 240 300 閲囪喘鍗曞彿: ${HInnerBillNo || ''}\r\n`,
-                    `T 55 0 240 325 (Purchase Order No.)\r\n`,
+                    `T 24 0 300 300 渚涘簲鍟嗘枡鍙�: ${HSupMaterNumber}\r\n`,
+					`T 55 0 300 325 (Supplier Sku No.)\r\n`,
                     `T 24 0 0 345 妫�楠岀粨鏋�: \r\n`,
                     `T 55 0 0 370 (Inspection status)\r\n`,
                     `BOX 240 345 260 365 4\r\n`,
diff --git a/pages/shouliaotongzhi/table_son.vue b/pages/shouliaotongzhi/table_son.vue
index 6057355..da55951 100644
--- a/pages/shouliaotongzhi/table_son.vue
+++ b/pages/shouliaotongzhi/table_son.vue
@@ -409,23 +409,23 @@
 T 55 0 0 100 (Material Number)
 T 24 0 0 120 鐗╂枡鍚嶇О: ${this.baseInfo.HMaterName}
 T 55 0 0 145 (Material Code)
-T 24 0 0 165 娆惧彿: ${this.baseInfo.HCoilNO || ''}
-T 55 0 0 190 (Style No.)
-T 24 0 300 165 渚涘簲鍟嗘枡鍙�: ${this.baseInfo.HSupMaterNumber}
-T 55 0 300 190 (Supplier Sku No.)
+T 4 0 0 165 娆惧彿: ${this.baseInfo.HCoilNO || ''}
+T 55 0 0 194 (Style No.)
+T 24 0 240 165 閲囪喘鍗曞彿: ${this.baseInfo.HInnerBillNo || ''}
+T 55 0 240 190 (Purchase Order No.)  
 T 24 0 0 210 鍒嗙粍: ${HFurnaceNO[1] || HFurnaceNO[0] || ''}
 T 55 0 0 235 (Group) 
 T 24 0 300 210 瑙勬牸: ${this.baseInfo.HMaterModel}
 T 55 0 300 235 (SKU NO.) 
-T 24 0 0 255 鏁伴噺: ${ parseFloat(this.baseInfo.HQty || 0).toFixed(0) } ${pcsInfo}
-T 55 0 0 280 (Quantity) 
+T 4 0 0 255 鏁伴噺: ${ parseFloat(this.baseInfo.HQty || 0).toFixed(0) } ${pcsInfo}
+T 55 0 0 284 (Quantity) 
 T 24 0 300 255 鏃ユ湡: ${this.baseInfo.HDate || ''}
 T 55 0 300 280 (Date) 
 T 24 0 0 300 妫�楠屽憳: 
 L 80 325 230 325 3
+T 24 0 300 300 渚涘簲鍟嗘枡鍙�: ${this.baseInfo.HSupMaterNumber}
+T 55 0 300 325 (Supplier Sku No.)
 T 55 0 0 325 (QC)  
-T 24 0 240 300 閲囪喘鍗曞彿: ${this.baseInfo.HInnerBillNo || ''}
-T 55 0 240 325 (Purchase Order No.)  
 T 24 0 0 345 妫�楠岀粨鏋�: 
 T 55 0 0 370 (Inspection status) 
 BOX 240 345 260 365 4

--
Gitblit v1.9.1