| | |
| | | }} |
| | | {{ GetBtn(d) }} |
| | | </script> |
| | | <script type="text/html" id="templetExpirationTime"> |
| | | {{# function GetBtn(d){ |
| | | return formatDate(d.ExpirationTime); |
| | | } |
| | | }} |
| | | {{GetBtn(d)}} |
| | | </script> |
| | | <!-- #endregion --> |
| | | </div> |
| | | |
| | |
| | | // }, |
| | | // }, |
| | | // { |
| | | // field: 'ExpirationTime', title: '过期时间', align: 'center',width:150, |
| | | // templet: function(d) { |
| | | // return formatDate2(d.ExpirationTime); |
| | | // }, |
| | | // }, |
| | | // { |
| | | // field: 'Status', title: '物料状态', align: 'center',width:100, templet: '#buttonTpl' |
| | | // }, |
| | | // { |
| | |
| | | {field: 'LotText',title: '批次描述', align: 'center', width:100}, |
| | | {field: 'SupplierLot',title: '供货批次', align: 'center', width:100}, |
| | | {field: 'ProductionTime', title: '生产时间', align: 'center',width:150,templet: '#templetProductionTime'}, |
| | | {field: 'ExpirationTime', title: '过期时间', align: 'center',width:150,templet: '#templetExpirationTime'}, |
| | | {field: 'Status', title: '物料状态', align: 'center',width:100, templet: '#buttonTpl'}, |
| | | {field: 'InspectMark', title: '抽检标记', align: 'center',width:100, templet: '#InspectMarkStatus'}, |
| | | {field: 'InspectStatus', title: '质量状态', align: 'center',width:100, templet: '#InspectStatus1'}, |
| | | ]]; |
| | | var TotalColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码 |
| | | console.log(TotalColsSysArr); |
| | | //#endregion |
| | | //获取总量信息 |
| | | function refreshTable(SkuNo,SkuName,LotNo,PalletNo,Status,InspectMark,InspectStatus,IsBale,IsBelt) { |