From 9202f45578fced1005ba7795552ce76a4de9c056 Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期日, 22 九月 2024 09:06:47 +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