1
yuyou_x
2024-03-14 8cab17153dd8b7e47f9749b02293f169d078212f
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,