From 98dc0e707444ccc3d576864f1727675cbfbc6b98 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期五, 13 五月 2022 16:38:44 +0800
Subject: [PATCH] 墙咔+生产更新
---
WebTM/views/生产管理/生产装箱单/QK_PackedBillList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\350\243\205\347\256\261\345\215\225/QK_PackedBillList.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\350\243\205\347\256\261\345\215\225/QK_PackedBillList.html"
index 7dd89d6..2e6ca33 100644
--- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\350\243\205\347\256\261\345\215\225/QK_PackedBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\347\224\237\344\272\247\350\243\205\347\256\261\345\215\225/QK_PackedBillList.html"
@@ -127,7 +127,7 @@
//鐐瑰嚮涓昏〃甯﹀嚭浠庤〃鏁版嵁
table.on('row(mainTable)', function (obj) {
var datas = obj.data; //鑾峰緱褰撳墠琛屾暟鎹�
- var HBarCode = datas.HBarCode;
+ var HBarCode = datas.hmainid;
$.ajax({
url: GetWEBURL() + 'Sc_ICMOBillController/QK_GetPackingBillListByMainID',
type: "GET",
--
Gitblit v1.9.1