duhe
2025-07-15 1ce7fa1c227fab4b2a97dd61876db2dfa44cd236
WebTM/views/ÏîÄ¿¹ÜÀí/¹¤×÷ÈÎÎñ/PM_WorkTaskBillMainMy.html
@@ -143,6 +143,7 @@
                    elem: '#mainTable_notcomplete'
                    , toolbar: '#toolbarDemo'
                    , page: true
                    , totalRow: true
                    , height: 300
                    , cellMinWidth: 90
                    , limit: 50
@@ -158,6 +159,7 @@
                    elem: '#mainTable_finish'
                    , page: false
                    , height: 500
                    , totalRow: true
                    , cellMinWidth: 90
                    , limit: Number.MAX_VALUE//默认显示全部
                    , cols: []
@@ -170,6 +172,7 @@
                    elem: '#mainTable_proc'
                    , page: false
                    , height: 500
                    , totalRow: true
                    , cellMinWidth: 90
                    , limit: Number.MAX_VALUE//默认显示全部
                    , cols: []
@@ -188,6 +191,7 @@
                    data: {  "user": sessionStorage["HUserName"] },
                    success: function (data1) {
                        if (data1.count == 1) {
                            var totalArray = ["评估工时","已耗用工时"]
                            var data = [];
                            var col = [];
                            //给空的数组赋值
@@ -200,6 +204,9 @@
                                // if (data[i].name == 'HInterID' || data[i].name == 'HBillType' || data[i].name == 'hmainid') {
                                if ($.inArray(data[i].name, titleData) > -1) {
                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', hide: true }); //隐藏id列
                                }
                                else if ($.inArray(data[i].name, totalArray) > -1) {
                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, totalRow: true, width: 120 });
                                }
                                else {
                                    switch (data[i].Type) {
@@ -221,6 +228,7 @@
                                , data: data1.data.h_p_PM_WorkTaskBillMyList
                                , height: 'full-80'
                                , page: true
                                , totalRow: true
                                , limits: [50, 500, 5000, 50000]
                                , limit: 50
                                , cellMinWidth: 90
@@ -235,6 +243,7 @@
                                , data: data1.data.h_p_PM_WorkTaskBillMyList1
                                , height: 'full-80'
                                , page: true
                                , totalRow: true
                                , limits: [50, 500, 5000, 50000]
                                , limit: 50
                                , cellMinWidth: 90
@@ -248,6 +257,7 @@
                                , data: data1.data.h_p_PM_WorkTaskBillMyList2
                                , height: 'full-80'
                                , page: true
                                , totalRow: true
                                , limits: [50, 500, 5000, 50000]
                                , limit: 50
                                , cellMinWidth: 90