bklLiudl
2024-08-27 13b91828a0301ba53585662f5207ed45ff485638
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"
@@ -469,7 +469,7 @@
            { field: 'WareHouseNo', title: '所属仓库', align: 'center', width: 90, templet: '#WareHouseButton' },
            { 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 },
@@ -816,7 +816,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: ['关闭'],