From 617f74eed1202736a339b08ff6553e4a85a669a6 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期日, 02 四月 2023 17:04:58 +0800 Subject: [PATCH] 条码档案批量删除,送货单审核按钮,采购订单列表数据按组织过滤 --- WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html index fc6c901..2c1c025 100644 --- a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html +++ b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html @@ -323,12 +323,15 @@ InterID += data[i].HItemID.toString() + ","; } InterID = InterID.substring(0, InterID.length - 1) + + var oData = JSON.stringify(InterID) + ";" + sessionStorage["HUserName"]; + //閫昏緫鍒犻櫎鏂规硶 layer.confirm("纭瑕佸垹闄ゅ悧锛屽垹闄ゅ悗涓嶈兘鎭㈠", { title: "鍒犻櫎纭" }, function (index) { $.ajax({ - type: "GET", + type: "POST", url: GetWEBURL() + "/DeltetBarCodeBill", //鏂规硶鎵�鍦ㄩ〉闈㈠拰鏂规硶鍚� - data: { "HInterID": InterID, "HUserName": sessionStorage["HUserName"] }, + data: { "oData": oData}, success: function (result) { if (result.count == 1) { layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () { -- Gitblit v1.9.1