From 131347ad63bb534b5abb6dbc979f0a47d780d8ff Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期三, 15 一月 2025 15:06:05 +0800 Subject: [PATCH] · --- HTML/views/QualityControl/InspectionRequest.html | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/HTML/views/QualityControl/InspectionRequest.html b/HTML/views/QualityControl/InspectionRequest.html index 6922277..3119fd9 100644 --- a/HTML/views/QualityControl/InspectionRequest.html +++ b/HTML/views/QualityControl/InspectionRequest.html @@ -379,18 +379,18 @@ { field: 'Status', title: '鎵ц鐘舵��', align: 'center', width: 90, templet: '#templetStatus' }, { field: 'RequestTime', title: '璇烽獙鏃ユ湡', align: 'center', width: 165, templet: '#templetCompleteTime' }, { field: 'RequestUser', title: '璇烽獙浜�', align: 'center', width: 165 }, - { field: 'UDF1', title: '鑷畾涔�1', align: 'center', width: 100 }, - { field: 'UDF2', title: '鑷畾涔�2', align: 'center', width: 100 }, - { field: 'UDF3', title: '鑷畾涔�3', align: 'center', width: 100 }, - { field: 'UDF4', title: '鑷畾涔�4', align: 'center', width: 100 }, - { field: 'UDF5', title: '鑷畾涔�5', align: 'center', width: 100 }, + // { field: 'UDF1', title: '鑷畾涔�1', align: 'center', width: 100 }, + // { field: 'UDF2', title: '鑷畾涔�2', align: 'center', width: 100 }, + // { field: 'UDF3', title: '鑷畾涔�3', align: 'center', width: 100 }, + // { field: 'UDF4', title: '鑷畾涔�4', align: 'center', width: 100 }, + // { field: 'UDF5', title: '鑷畾涔�5', align: 'center', width: 100 }, { field: 'CreateTime', title: '鍒涘缓鏃堕棿', align: 'center', width: 165, templet: '#templetCreateTime' }, { field: 'CreateUserName', title: '鍒涘缓浜�', align: 'center', width: 165 }, { field: 'UpdateTime', title: '瀹屾垚鏃ユ湡', align: 'center', width: 165, templet: '#templetUpdateTime' }, { field: 'UpdateUserName', title: '鍏冲崟浜�', align: 'center', width: 165 }, - { field: 'caozuo', title: '鎿嶄綔', fixed: 'right', width: 80, align: 'center', toolbar: '#InspectionRequestList', "disabled": true } + { field: 'caozuo', title: '鎿嶄綔', fixed: 'right', width: 180, align: 'center', toolbar: '#InspectionRequestList', "disabled": true } ]]; var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 //#endregion @@ -458,7 +458,7 @@ $(".clossClass").hide(); }); sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function (res) { - if (res.code == 200) { //鎴愬姛 + if (res.code == 0) { //鎴愬姛 for (var k = 0; k < res.data.length; k++) { if (res.data[k].MenuName == "璇烽獙") { $(function () { @@ -542,7 +542,7 @@ break; case "edit": $("#PickingArea").val('') - form.render('select'); + form.render('select'); layer.open({ type: 1, title: '纭鍑哄簱鍙�', @@ -675,11 +675,11 @@ { field: 'BoxNo2', title: '鐩掑彿', align: 'center', width: 220 }, { field: 'BoxNo3', title: '鏀彿', align: 'center', width: 220 }, { field: 'CompleteQty', title: '鍙栨牱鏁伴噺', align: 'center', width: 105, }, - { field: 'UDF1', title: '鑷畾涔�1', align: 'center', width: 100 }, - { field: 'UDF2', title: '鑷畾涔�2', align: 'center', width: 100 }, - { field: 'UDF3', title: '鑷畾涔�3', align: 'center', width: 100 }, - { field: 'UDF4', title: '鑷畾涔�4', align: 'center', width: 100 }, - { field: 'UDF5', title: '鑷畾涔�5', align: 'center', width: 100 }, + // { field: 'UDF1', title: '鑷畾涔�1', align: 'center', width: 100 }, + // { field: 'UDF2', title: '鑷畾涔�2', align: 'center', width: 100 }, + // { field: 'UDF3', title: '鑷畾涔�3', align: 'center', width: 100 }, + // { field: 'UDF4', title: '鑷畾涔�4', align: 'center', width: 100 }, + // { field: 'UDF5', title: '鑷畾涔�5', align: 'center', width: 100 }, { field: 'CreateTime', title: '鍙栨牱鏃ユ湡', align: 'center', width: 165, templet: '#templetCreateTime' }, { field: 'CreateUserName', title: '鍙栨牱浜�', align: 'center', width: 165 }, -- Gitblit v1.8.0