bklLiudl
2024-09-02 9885a8a2f98104f5ee63dd5ab8023095a1d8b9f6
HTML/views/ASNSetting/PalletBind.html
@@ -3,7 +3,7 @@
<head>
   <meta charset="utf-8">
   <title>托盘绑定</title>
   <title>组托收货</title>
   <meta name="renderer" content="webkit">
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
   <meta name="viewport"
@@ -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,13 +455,13 @@
            { 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 },
            { field: 'LotNo', title: '批次号', align: 'center', width: 120 },
            { field: 'Qty', title: '数量', align: 'center', width: 90 },
            { field: 'FullQty', title: '整托数量', align: 'center', width: 90 },
            { field: 'SamplingQty', title: '取样数量', align: 'center', width: 90 },
            //{ field: 'SamplingQty', title: '取样数量', align: 'center', width: 90 },                // 取样数量放到请验处显示
            { field: 'InspectMark', title: '抽检标记', align: 'center', width: 90, templet: '#templetInspectMark' },
            //{ field: 'Status', title: '执行状态', align: 'center', width: 90, templet: '#templetStatus' },   // 都是入库完成
            { field: 'BitPalletMark', title: '零托标记', align: 'center', width: 90, templet: '#templetBitPalletMark' },
@@ -545,17 +534,17 @@
         var DetailColsArr = [[
            { field: '', title: '序号', type: 'numbers', width: 60, align: 'center', fixed: 'left', "disabled": true },
            { field: 'PalletNo', title: '托盘号', align: 'center', width: 95 },
            { field: 'PalletNo2', title: '托盘编号LV2', align: 'center', width: 120 },
            { field: 'PalletNo3', title: '托盘编号LV3', align: 'center', width: 120 },
            // { field: 'PalletNo2', title: '托盘编号LV2', align: 'center', width: 120 },
            // { field: 'PalletNo3', title: '托盘编号LV3', align: 'center', width: 120 },
            { field: 'BoxNo', title: '箱号', align: 'center', width: 220 },
            { field: 'BoxNo2', title: '盒号', align: 'center', width: 220 },
            { field: 'BoxNo3', title: '支号', align: 'center', width: 220 },
            // { field: 'BoxNo2', title: '盒号', align: 'center', width: 220 },
            // { field: 'BoxNo3', title: '支号', align: 'center', width: 220 },
            { field: 'SkuNo', title: '物料编码', align: 'center', width: 150 },
            { field: 'SkuName', title: '物料名称', align: 'center', align: 'center', width: 226 },
            { field: 'LotNo', title: '批次号', align: 'center', width: 150, },
            { field: 'Qty', title: '数量', align: 'center', width: 105, },
            { field: 'FullQty', title: '整箱数量', align: 'center', width: 105, },
            { field: 'SamplingQty', title: '取样数量', align: 'center', width: 105, },
            //{ field: 'SamplingQty', title: '取样数量', align: 'center', width: 105, },           // 取样数量放到请验页面显示。
            { field: 'ProductionTime', title: '生产日期', align: 'center', width: 160, templet: '#templetProductionTime' },
            { field: 'ExpirationTime', title: '过期日期', align: 'center', width: 180, templet: '#templetExpirationTime' },
            { field: 'LotText', title: '批次描述', align: 'center', width: 150, },
@@ -816,7 +805,7 @@
                  layer.open({
                     type: 2,
                     title: '箱支详情信息',
                     content: 'BindBoxInfo.html?BoxNo=' + BoxNo+'&BindNo='+data.BindNo,
                     content: 'BindBoxInfo.html?BoxNo=' + BoxNo + '&BindNo=' + data.BindNo,
                     maxmin: true,
                     area: ['80%', '85%'],
                     btn: ['关闭'],