From 47ae3682d3d9253331df420044e93827cf13597d Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 12 九月 2025 11:21:58 +0800 Subject: [PATCH] 1.调拨入库缓存修改 --- Scripts/config.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Scripts/config.js b/Scripts/config.js index 34933a0..45ad876 100644 --- a/Scripts/config.js +++ b/Scripts/config.js @@ -82,6 +82,8 @@ url = (APIURL_PC + url); } let headers = { 'Content-Type': 'application/json', } + var orgId = Cookies.get('orgId') + headers['OrgId'] = orgId; if (isToken) { var timestamp = (new Date()).getTime(); var token = Cookies.get('loginGuid') @@ -180,6 +182,7 @@ `T 0 5 90 78 ${item.quantity}\r\n` + `T 16 5 180 78 ${item.barType}\r\n` + `BARCODE 128 1 25 35 350 130 ${item.iteM_BARCODE}\r\n` + + `T 55 2 350 115 ${item.iteM_BARCODE}\r\n` + /* `T 0 1 350 130 ${item.iteM_BARCODE}\r\n` +*/ "T 55 0 10 125 鍒涘缓鏃堕棿锛歕r\n" + `T 55 0 120 125 ${item.creatE_DATE}\r\n` + -- Gitblit v1.9.3