chengsc
2025-03-13 02abdb2a7821e1eacc2b8ddc91e398cd9906c8cf
HTML/views/SOSetting/ExportNotice.html
@@ -62,14 +62,13 @@
                  <div class="layui-input-inline">
                     <select name="Type" id="Type" lay-filter="Type" lay-search>
                        <option value=""></option>
                        <!--JC26-->
                        <!--JC34  生产领料、其他领料、销售、不合格报废、抽检、其他-->
                        <option value="0">成品出库</option>
                        <option value="1">领料出库</option>
                        <option value="2">抽检出库</option>
                        <option value="4">不合格品出库</option>
                        <option value="5">中间品出库</option>
                        <!-- <option value="7">其他出库</option> -->
                        <option value="9">采购退货出库</option>
                        <option value="7">其他出库</option>
                        <option value="9">生产领料出库</option>
                     </select>
                  </div>
               </div>
@@ -210,7 +209,7 @@
                              case "8":
                                 return "寄存出库";
                              case "9":
                                 return "采购退货出库";
                                 return "生产领料出库";
                              default:
                                 return "";
                           }
@@ -491,23 +490,27 @@
         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: 'Status', title: '执行状态', align: 'center', templet: '#templetStatus' },
            { field: 'LogisticsName', title: '承运商', align: 'center' },
            { field: 'CustomerName', title: '客户名称', align: 'center' },
            { field: 'Type', title: '单据类型', align: 'center', templet: '#templetType' , width: 120,},
            { field: 'Status', title: '执行状态', align: 'center', templet: '#templetStatus', width: 90, },
            { field: 'LogisticsName', title: '承运商', align: 'center', width: 120, },
            { field: 'CustomerName', title: '客户名称', align: 'center', width: 120, },
            { field: 'WareHouseName', title: '仓库', align: 'center', width: 90, },
            { field: 'Origin', title: '来源', align: 'center', width: 90, },
            { field: 'Demo', title: '备注', align: 'center', width: 180 },
            { field: 'CreateUserName', title: '创建人', align: 'center' , width: 110},
            { field: 'CreateTime', title: '创建时间', align: 'center', width: 160, templet: '#templetCreateTime' },
            { field: 'UpdateUserName', title: '修改人', align: 'center', width: 110 },
            { field: 'UpdateTime', title: '修改时间', align: 'center', width: 160, templet: '#templetUpdateTime' },
            { field: 'CheckUserName', title: '复核人', align: 'center', width: 110 },
            { field: 'CheckTime', title: '复核时间', align: 'center', width: 160, templet: '#templetCheckTime' },
            { 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' },
            { field: 'Demo', title: '备注', align: 'center', width: 180 },
            { field: 'CreateUserName', title: '创建人', align: 'center' },
            { field: 'CreateTime', title: '创建时间', align: 'center', templet: '#templetCreateTime' },
            { field: 'UpdateUserName', title: '修改人', align: 'center' },
            { 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: 360, toolbar: '#table-content-list', "disabled": false }
         ]];
         var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
         //#endregion