zrg
2024-03-12 fee5a335de05c5162ef754bfe80b6de39f4e8b69
WebTM/views/É豸¹ÜÀí/É豸Èë¿â/Sb_EquipStockInCheckBill.html
@@ -278,6 +278,9 @@
            var linterid = params[params[1]]; //从参数中获取 å•据内码
            if (linterid == null || linterid == 0) {
                $("#HFirstCheckEmp").val(sessionStorage["HEmpID"]); //根据登录用户带出检验员ID
                $("#HFirstCheckEmpName").val(sessionStorage["HEmpName"]); //根据登录用户带出检验员
                OperationType = 1;
                $.ajax({
                    url: GetWEBURL() + "/Web/GetMAXNum",
@@ -465,6 +468,7 @@
                    , limit: 500
                    , height: 500
                    , loading: false
                    , totalRow: true
                    , cols: [[ //表头
                        { type: 'checkbox', totalRowText: '合计行' }
                        , { type: 'numbers', title: '序号', totalRow: true }
@@ -495,7 +499,7 @@
                    , area: ['90%', '90%']//大小
                    , title: '检测商'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_SupplierList.html', 'yes']
                    , content: ['../../基础资料/采购基础资料/Gy_Supplier.html', 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -505,7 +509,7 @@
                        }
                        //获取数据
                        $("#HSupID").val(checkStatus.data[0].HItemID);
                        $("#HSupName").val(checkStatus.data[0].HName);
                        $("#HSupName").val(checkStatus.data[0].供应商名称);
                        layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }