Administrator
2024-06-23 8f997184b1698d7e28625ddd0df6ae09d496823e
HTML/views/StatisticalReport/BoxInfor.html
@@ -190,6 +190,17 @@
                        {{#  } else if(d.BitPalletMark == '1') { }}
                            <p>是</p>
                        {{# } }}
                  <script type="text/html" id="InspectPalletStatus">
                     {{#  if(d.PalletStatus=='0'){ }}
                        <p>净桶</p>
                     {{#  } else if(d.PalletStatus == '1') { }}
                        <p>预混</p>
                     {{# } else if(d.PalletStatus == '2') { }}
                        <p>半成品</p>
                     {{# } else if(d.PalletStatus == '3') { }}
                        <p>脏桶</p>
                     {{# }  }}
                  </script>
                    </script>
            </div>
         </div>
@@ -324,6 +335,7 @@
                    {field: 'AreaName', title: '所属区域', align: 'center'},
                    {field: 'LocatNo', title: '储位地址', align: 'center'},
                    {field: 'PalletNo', title: '托盘号', align: 'center'},
               {field: 'PalletStatus', title: '托盘状态', align: 'center', templet: '#InspectPalletStatus'},
                    {field: 'SkuNo', title: '物料编码', align: 'center'},
                    {field: 'SkuName', title: '物料名称', align: 'center'},
               //{field: 'OwnerNo',title: '货主编码',align: 'center'},