duhe
2024-03-19 7e9aed4d1d60a20c659a3cedeac94e05205cf2ea
WebTM/views/WMSɨÂëÄ£¿é/ίÍâÈë¿â/Kf_EntrustInBillList_PDA.html
@@ -236,8 +236,8 @@
                                , shade: 0.6 //遮罩透明度
                                , maxmin: false //允许全屏最小化
                                , anim: 0 //0-6的动画形式,-1不开启
                                //, content: ['../../WMS扫码模块/委外入库/Kf_EntrustInBill_PDA.html?OperationType=2&HInterID=' + data[0].HInterID, 'yes']
                                , content: ['../../验收入库/委外入库/Kf_EntrustInBill_Fast.html?linterid=' + data[0].HInterID, 'yes']
                                , content: ['../../WMS扫码模块/委外入库/Kf_EntrustInBill_PDA.html?OperationType=2&HInterID=' + data[0].HInterID, 'yes']
                                //, content: ['../../验收入库/委外入库/Kf_EntrustInBill_Fast.html?linterid=' + data[0].HInterID, 'yes']
                                , resize: false
                                , cancel: function () {
                                    $(".layui-btn").removeClass("layui-btn-disabled");
@@ -407,9 +407,9 @@
        function DisUploadedList() {
            $.ajax({
                type: "GET",
                url: GetWEBURL() + '/WEBSController/GetKf_ICStockBillQueryList_Json',
                url: GetWEBURL() + '/WEBSController/GetKf_ICStockBillQueryList_User_Json',
                async: false,    //async用于控制(false)同步和(true)异步,默认的是true,即请求默认的是异步请求
                data: { "HBillType": HBillType, "HBillNo": HBillNo, "HSourceBillNo": HSourceBillNo },
                data: { "HBillType": HBillType, "HBillNo": HBillNo, "HSourceBillNo": HSourceBillNo, "HMaker": HMaker, "HStockOrgID": HStockOrgID },
                success: function (result) {
                    var data = [];
                    var col = [];