bklLiudl
2024-08-28 260c6e54c4f100ca49376a6afd70f73843868171
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"
@@ -455,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: 'WareHouseName', title: '所属仓库', align: 'center', width: 90},
            { 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' },
@@ -544,7 +544,7 @@
            { 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, },
@@ -805,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: ['关闭'],