| | |
| | | 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, |
| | |
| | | foreach (var item in boxInfos) |
| | | { |
| | | //删除解绑箱支信息 |
| | | item.ASNNo = ""; |
| | | item.ASNDetailNo = null; |
| | | if (item.Origin != "WMS") |
| | | { |
| | | item.ASNNo = ""; |
| | | item.ASNDetailNo = null; |
| | | } |
| | | item.BindNo = null; |
| | | item.PalletNo = ""; |
| | | item.Status = "0"; |