From c25deaf3292247df0c89f50a3855960c39cf9298 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 13 六月 2025 15:42:06 +0800
Subject: [PATCH] PNL条码编辑: 保存方法传递参数添加旧条码编号 Set条码编辑: 保存方法传递参数添加旧条码编号
---
WebTM/views/基础资料/公用基础资料/Gy_BarCodeBill_PNL_TempEdit.html | 4 ++--
WebTM/views/基础资料/公用基础资料/Gy_BarCodeBill_Set_TempEdit.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_PNL_TempEdit.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_PNL_TempEdit.html"
index 6209922..8426ecc 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_PNL_TempEdit.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_PNL_TempEdit.html"
@@ -158,7 +158,7 @@
layer.alert("PNL甯冨眬涓嶅緱涓虹┖")
}
- var sMainStr = JSON.stringify(data.field) + ";" + sessionStorage["HUserName"];
+ var sMainStr = JSON.stringify(data.field) + ";" + sessionStorage["HUserName"] + ";" + linterid;
let url = GetWEBURL()
if (OperationType == 3) {
url += "/Gy_BarCodeBill_PNL_TempController/EditBill"
@@ -179,7 +179,7 @@
}
else {
f_alert(data.Message);
- console.log("Reason" + sMainStr + "sub:" + JSON.stringify(layui.table.cache.mainTable));
+ console.log("Reason" + sMainStr);
}
layer.closeAll("loading");
},
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_Set_TempEdit.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_Set_TempEdit.html"
index 968e3ea..df0a800 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_Set_TempEdit.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BarCodeBill_Set_TempEdit.html"
@@ -165,7 +165,7 @@
return
}
- var sMainStr = JSON.stringify(data.field) + ";" + sessionStorage["HUserName"];
+ var sMainStr = JSON.stringify(data.field) + ";" + sessionStorage["HUserName"] +";"+ linterid;
let url = GetWEBURL()
if (OperationType == 3) {
url += "/Gy_BarCodeBill_Set_TempController/EditBill"
@@ -186,7 +186,7 @@
}
else {
f_alert(data.Message);
- console.log("Reason" + sMainStr + "sub:" + JSON.stringify(layui.table.cache.mainTable));
+ console.log("Reason" + sMainStr);
}
layer.closeAll("loading");
},
--
Gitblit v1.9.1