Administrator
2024-06-30 dfd6f91e782f31b9d33030f12de6c72872e8ea03
HTML/views/SOSetting/ExportNotice.html
@@ -472,12 +472,12 @@
         var TotalColsArr = [[
            { field: '', title: '序号', type: 'numbers', width: 50, align: 'center', fixed: 'left', "disabled": true },
            { field: 'SONo', title: '出库单号', align: 'center', fixed: 'left', width: 165, "disabled": true },
            { field: 'Type', title: '单据类型', align: 'center', templet: '#templetType' },
            //{ field: 'Type', title: '单据类型', align: 'center', templet: '#templetType' },
            { field: 'Status', title: '执行状态', align: 'center', templet: '#templetStatus' },
            // { field: 'LogisticsName', title: '承运商', align: 'center' },
            // { field: 'CustomerName', title: '客户名称', align: 'center' },
            { field: 'LotNo', title: '批次号', align: 'center' },
            { field: 'LotNoText', title: '批次描述', align: 'center' },
            //{ field: 'LotNo', title: '批次号', align: 'center' },
            //{ field: 'LotNoText', title: '批次描述', align: 'center' },
            //{ field: 'IsDespatch', title: '是否发运', align: 'center', templet: '#templetIsDespatch' },
            //{ field: 'SupplierLot', title: '供货批次', align: 'center' },
            { field: 'Origin', title: '来源', align: 'center' },
@@ -488,7 +488,7 @@
            { field: 'UpdateTime', title: '修改时间', align: 'center', templet: '#templetUpdateTime' },
            { field: 'CheckUserName', title: '复核人', align: 'center', width: 110 },
            { field: 'CheckTime', title: '复核时间', align: 'center', templet: '#templetCheckTime' },
            { field: 'caozuo', title: '操作', fixed: 'right', align: 'center', width: 200, toolbar: '#table-content-list', "disabled": false }
            //{ field: 'caozuo', title: '操作', fixed: 'right', align: 'center', width: 200, toolbar: '#table-content-list', "disabled": false }
         ]];
         var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
         //#endregion
@@ -771,7 +771,7 @@
            //{ field: 'SupplierLot', title: '供货批次', align: 'center', width: 120 },
            //{ field: 'Price', title: '单价', align: 'center', width: 80 },
            //{ field: 'Money', title: '总金额', align: 'center', width: 90 },
            { field: 'caozuo', title: '操作', fixed: 'right', width: 100, align: 'left', toolbar: '#table-content-list2', "disabled": true }
            //{ field: 'caozuo', title: '操作', fixed: 'right', width: 100, align: 'left', toolbar: '#table-content-list2', "disabled": true }
         ]];
         var DetailColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(DetailColsArr)))//将表头数据进行url编码
         //#endregion