zrg
2024-12-13 a961353471623d780a2e51f410d002a11ab60211
WebTM/views/É豸¹ÜÀí/É豸±¨±í/Sb_EquipResumeCheckQuery.html
@@ -127,8 +127,8 @@
                    //退出按钮
                    case 'get_Exit': get_Exit();                                            
                        break;
                    //退出按钮
                    case 'get_Search': get_DisplayResume();
                    //查询履历按钮
                    case 'get_Search': get_DisplayLV();
                        break;
                };
            });
@@ -313,24 +313,14 @@
            }
            //查询履历
            function get_DisplayResume(HInterID) {
                var checkStatus = table.checkStatus('mainTable')
                    , data = checkStatus.data;
                if (OperationType!=3) {
                    if (checkStatus.data.length === 1) {
                        var HInterID = data[0].hmainid.toString();
                    } else {
                        layer.msg('请选择一行数据查询!');
                        return;
                    }
                }
            function get_DisplayResume(HInterID) {
                var ajaxLoad = layer.load();
                $.ajax({
                    url: GetWEBURL() + '/Gy_EquipFileMain/GetResumeList',
                    type: "GET",
                    data: { "HInterID": HInterID, "user": sessionStorage["HUserName"] },
                    success: function (data1) {
                        if (data1.count == 1) {
                        if (data1.code == 1) {
                            var data = [];
                            var col = [];
                            var totalArray = ["数量", "关联数量", "未关联数量", "打印条码数量", "未打印条码数量", "实收数量", "金额", "计划金额"];
@@ -376,6 +366,20 @@
                
            }
            //全程报表跳转后,在页面点击查询履历方法
            function get_DisplayLV() {
                var checkStatus = table.checkStatus('mainTable')
                    , data = checkStatus.data;
                if (checkStatus.data.length === 1) {
                    var HInterID = data[0].hmainid.toString();
                    get_DisplayResume(HInterID);
                } else {
                    layer.msg('请选择一行数据查询!');
                    return;
                }
            }
            //快速过滤
            function get_FastQuery() {
                var HNumber = $("#HNumber").val();