src/main/webapp/views/pda/stockIn.html
@@ -263,6 +263,20 @@ function confirm() { var zpallet = $('#code').val(); if (isEmpty(zpallet)) { tips("托盘条码为空", true); return; } var node = $('#node').val(); if (isEmpty(node)) { tips("货位为空", true); return; } if (matData.length === 0) { tips("请提取物料", true); return; } layer.open({ type: 1, title: '单据类型', @@ -291,6 +305,7 @@ tips("请提取物料", true); return; } layer.closeAll(); $.ajax({ url: baseUrl+"/work/stock/in", headers: {'token': localStorage.getItem('token')}, @@ -315,6 +330,10 @@ }) } function doPost() { } /** * 提示信息 * @param msg 提示内容