zhaowc
2024-08-27 2f8843c8f3ff4cfdffcb7ef6fca333d3022f0f84
HTML/views/ASNSetting/PalletBind.html
@@ -331,17 +331,6 @@
               {{ GetBtn11(d) }}
            </script>
            <script type="text/html" id="WareHouseButton">
               {{#
                  switch (d.WareHouseNo) {
                     case "W01": return '力诺立体库';
                     case "W02": return '力诺平库';
                     default: return "";
                  }
               }}
            </script>
            <script type="text/html" id="RoadwayButton">
               {{# 
                  switch (d.RoadwayNo) {
@@ -466,7 +455,7 @@
            { field: 'PalletNo3', title: '托盘号LV3', align: 'center' },
            { field: 'LocatNo', title: '储位地址', align: 'center', width: 90 },
            { field: 'RoadwayNo', title: '所属巷道', align: 'center', width: 90, templet: '#RoadwayButton' },
            { field: 'WareHouseNo', title: '所属仓库', align: 'center', width: 90, templet: '#WareHouseButton' },
            { field: 'WareHouseName', title: '所属仓库', align: 'center', width: 90},
            { field: 'SkuNo', title: '物料编码', align: 'center', width: 110 },
            { field: 'SkuName', title: '物料名称', align: 'center' },
            { field: 'LotNo', title: '批次号', align: 'center',width: 120 },