wxw
9 天以前 d35690ef0fbf7e44d1cf3079a8e7a69c9a4e82c9
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' },