| | |
| | | form.render('select'); |
| | | |
| | | var param = { |
| | | Type: "0,1,3,4,5,6" |
| | | Type: "0,3" |
| | | }; |
| | | sendData(IP + "/PdaAsn/GetArrivalNotices", param, 'post', function (res) { |
| | | if (res.code == 0) { //成功 |
| | |
| | | form.render('select'); |
| | | |
| | | var param = { |
| | | Type: "1,2,3,4,5,6" |
| | | Type: "1,2,4" |
| | | }; |
| | | sendData(IP + "/PdaAsn/GetArrivalNotices", param, 'post', function (res) { |
| | | if (res.code == 0) { //成功 |
| | |
| | | $("#ImportQuantity").val(""); |
| | | $("#Standard").val(""); |
| | | $("#ImportFactQuantity").val(""); |
| | | $("#BoxQty").val(""); |
| | | // $("#STOCKCODE").val(""); |
| | | // $("#BOXCODE").val(""); |
| | | |
| | | var param = { |
| | | Id: parseInt($("#goodSelect").val()) |
| | |
| | | /* 绑定入库单物料及批次 */ |
| | | function updateGoodList(skuNo) { |
| | | if (xianshiyemian == 0) { |
| | | console.log("aaaa"); |
| | | var input = $('select[id="goodSelect"]').next().find('.layui-select-title input') |
| | | var val = input.val() |
| | | |