bklLiudl
2024-02-21 ab0dd41259acfe3873e741a09a909fea973bce9d
Pda/View/AsnSetting/productEnterQuantity .html
@@ -598,7 +598,7 @@
                    form.render('select');
                    var param = {
                        Type: "2,5,6"
                        Type: "2,5,6,7"
                    };
                    sendData(IP + "/PdaAsn/GetArrivalNotices", param, 'post', function (res) {
                        if (res.code == 0) { //成功
@@ -903,12 +903,14 @@
                            for (var i = 0; i < res.data.length; i++) {
                                if (i == 0) {
                                    $("#goodSelect1").append('<option value =' + res.data[i].Id + ' selected>' + res.data[i]
                                        .SkuName + "-" + res.data[i].LotNo +
                                        '</option>');
                                        .SkuName);
                                } else {
                                    $("#goodSelect1").append('<option value =' + res.data[i].Id + '>' + res.data[i]
                                        .SkuName + "-" + res.data[i].LotNo +
                                        '</option>');
                                        .SkuName);
                                }
                                if (res.data[i].LotNo != null)
                                {
                                    $("#goodSelect1").append("-" + res.data[i].LotNo + '</option>');
                                }
                            }
@@ -975,9 +977,9 @@
                                        yes: function () {
                                            var param = {
                                                Id: Id,
                                                boxNo: res.data[i].BoxNo,
                                            };
                                            sendData(IP + "/BllAsn//DelBindBoxInfo'", param, 'post', function (res) {
                                            sendData(IP + "/BllAsn/DelBindBoxInfo", param, 'get', function (res) {
                                                if (res.code == 0) { //成功
                                                    layer.msg(res.msg, {
                                                        icon: 1,