From 9b0e1426f7c05eccf2f27deedf132ea93342eda1 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期一, 05 二月 2024 11:12:52 +0800 Subject: [PATCH] 储位管理增加批量禁止选中多种仓库限制,区域管理新增代码。 --- Pda/View/AsnSetting/productEnter.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pda/View/AsnSetting/productEnter.html b/Pda/View/AsnSetting/productEnter.html index 47ee0eb..4f60afb 100644 --- a/Pda/View/AsnSetting/productEnter.html +++ b/Pda/View/AsnSetting/productEnter.html @@ -508,11 +508,11 @@ time: 0, //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 btn: ['鍒犻櫎', '鍙栨秷'], yes: function () { - + console.log(Id); var param = { - Id: Id, + boxNo: res.data[i].BoxNo, }; - sendData(IP + "/PdaAsn/DelBoxInfo", param, 'post', function (res) { + sendData(IP + "/BllAsn/DelBindBoxInfo", param, 'get', function (res) { if (res.code == 0) { //鎴愬姛 layer.msg(res.msg, { icon: 1, -- Gitblit v1.8.0