From 8cd8ccdaf9dd4db99740393a0880c5cae3f2633b Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 07 四月 2026 15:40:41 +0800
Subject: [PATCH] PDA车间库存;小卫标签补打模块;蓝牙关键件绑定扫sn码调整关闭屏障位置;

---
 WebTM/views/车间管理/单品过站_小卫/Cj_BarCodePrint.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231_\345\260\217\345\215\253/Cj_BarCodePrint.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231_\345\260\217\345\215\253/Cj_BarCodePrint.html"
index c314878..c8933bc 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231_\345\260\217\345\215\253/Cj_BarCodePrint.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\215\225\345\223\201\350\277\207\347\253\231_\345\260\217\345\215\253/Cj_BarCodePrint.html"
@@ -374,7 +374,7 @@
                         if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
 
                             if (data.data.length != 0) {
-                                if (data.data[0].SKU == "") {
+                                if (data.data[0].SKU == "" && HBarCode.length != 12) {
                                     layer.msg("鐗╂枡SKU鏈淮鎶わ紝璇疯仈绯荤鐞嗗憳纭锛�");
                                     return;
                                 }
@@ -448,7 +448,7 @@
                                     data: Customer
                                 };
 
-                                console.log("鎵撳嵃涓鏉$爜锛�" + data.data[0].鏉$爜缂栧彿);
+                                console.log("鎵撳嵃涓鏉$爜锛�" + data.data[0].涓鐮�);
 
                                 webapp_ws_ajax_run(args);
                               
@@ -500,7 +500,7 @@
                                     data: Customer
                                 };
 
-                                console.log("鎵撳嵃鏍堟澘鏉$爜锛�" + data.data[0].鏉$爜缂栧彿);
+                                console.log("鎵撳嵃鏍堟澘鏉$爜锛�" + data.data[0].鏍堟澘鐮�);
 
                                 webapp_ws_ajax_run(args);
 

--
Gitblit v1.9.1