chengsc
2 天以前 2d809c12abe87c21d6090ce6c5b3c75959cf4a2b
HTML/views/StatisticalReport/BoxInfor.html
@@ -205,7 +205,14 @@
                           <!-- #region 自定义表头 -->
                           <script type="text/html" id="templetProductionTime">
                                 {{# function GetBtn(d){
                                       return formatDate(d.ProductionTime);
                                       return formatDate2(d.ProductionTime);
                                    }
                                 }}
                                 {{ GetBtn(d) }}
                              </script>
                           <script type="text/html" id="templetExpirationTime">
                                 {{# function GetBtn(d){
                                       return formatDate2(d.ExpirationTime);
                                    }   
                                 }}
                                 {{ GetBtn(d) }}
@@ -482,6 +489,7 @@
            { field: 'Qty', title: '数量', width: 90, align: 'center' },
            { field: 'FullQty', title: '整箱数量', width: 100, align: 'center' },
            { field: 'ProductionTime', title: '生产日期', align: 'center', templet: '#templetProductionTime' },
            { field: 'ExpirationTime', title: '有效期', align: 'center', templet: '#templetExpirationTime' },
            { field: 'InspectMark', title: '抽检标记', align: 'center', templet: '#InspectMarkStatus' },
            { field: 'BitBoxMark', templet: '#BitPalletMarkStatus1', title: '零箱标记', align: 'center' },
            { field: 'InspectStatus', templet: '#InspectStatus1', title: '质检状态', align: 'center' },