yxj
2024-08-26 de7931bdf73d57ca79eeb0cd48ea3a0ea5453e0e
WebTM/views/仓存管理/条码报表/KF_ICinventoryQueryReport.html
@@ -435,7 +435,7 @@
                            option.totalRow = true;
                            table.render(option);
                            layer.close(ajaxLoad);
                            layer.alert(data1.code + data1.Message, { icon: 5 });
                          /*  layer.alert(data1.code + data1.Message, { icon: 5 });*/
                        }
                    },
                    error: function () {
@@ -449,7 +449,7 @@
            //#region 搴撳瓨鏍″
            function get_Proofread() {
                var ajaxLoad = layer.load();
                $.ajax({
                    type: "GET",
@@ -459,7 +459,7 @@
                    success: function (data1) {
                        if (data1.count == 1) {
                            layer.msg(data.Message, { time: 1 * 2000, icon: 1 }, function (index) {
                            });
                        }
                    },