bklLiudl
2024-09-02 9885a8a2f98104f5ee63dd5ab8023095a1d8b9f6
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)))//将表头数据进行url编码
         //#endregion
@@ -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 },