| | |
| | | |
| | | <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" |
| | |
| | | { 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 }, |
| | |
| | | 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: ['关闭'], |