zhaowc
2 天以前 bb0b78e7ef5317a38adc18a648e41aa8cc4711bc
HTML/views/StatisticalReport/BoxInfor.html
@@ -219,9 +219,9 @@
                     if(d.PalletStatus=='0'){ 
                        html = `净桶`; 
                     } else if(d.PalletStatus=='1') { 
                        html = `预混`;
                        html = `清洗中`;
                     } else if(d.PalletStatus=='2') { 
                        html = `半成品`;
                        html = `满桶`;
                     }else if(d.PalletStatus=='3') { 
                        html = `脏桶`; 
                     }
@@ -348,7 +348,7 @@
                    {field: 'LotText', title: '批次描述', align: 'center'},
                    //{field: 'SupplierLot', title: '供货批次', align: 'center'},
               {field: 'Status', title: '分配状态', align: 'center', templet: '#TempletStatus'},
                    {field: 'Qty', title: '数量', align: 'center'},
                    {field: 'Qty', title: '重量(KG)', align: 'center'},
                    {field: 'LockQty', title: '锁定数量', align: 'center',},
                    {field: 'FrozenQty', title: '冻结数量', align: 'center'},
               {field: 'InspectStatus', title: '质检状态', align: 'center', templet: '#InspectStatus1'},