| | |
| | | $('#uuid').append(html); |
| | | layui.form.render('select'); |
| | | } else if (res.code === 403) { |
| | | top.location.href = baseUrl + "/"; |
| | | top.location.href = baseUrl + "/pda"; |
| | | } else { |
| | | layer.msg(res.msg) |
| | | } |
| | |
| | | function findCode(el, type) { |
| | | warehouseBar = $('#uuid').val(); |
| | | billNo = $("#billNo").val(); |
| | | if (billNo && billNo != '' && billNo.indexOf('=') > -1) { |
| | | billNo = billNo.split(",")[0].split("=")[1]; |
| | | } |
| | | switch (type) { |
| | | case 'uuid': |
| | | // exist('uuid', 'locArea'); |
| | |
| | | if (res.data && res.data.length > 0) { |
| | | res.data.map(function (item) { |
| | | // 默认赋值0开始 |
| | | item.anfmeOut = 0; |
| | | item.anfmeOut = item.anfme; |
| | | }); |
| | | } |
| | | tableIns.reload({ |