diff --git a/src/main/resources/static/js/pdaOther/bagStockOtherOut.js b/src/main/resources/static/js/pdaOther/bagStockOtherOut.js index aeeb249..c70f525 100644 --- a/src/main/resources/static/js/pdaOther/bagStockOtherOut.js +++ b/src/main/resources/static/js/pdaOther/bagStockOtherOut.js @@ -187,6 +187,10 @@ function clearAll(){ } function saveData(){ + if ($("#remark").val()==null||$("#remark").val()=="") { + layer.msg("请选择原因"); + return; + } if (!tableList || tableList.length === 0) { layer.msg("请先扫描并添加出库明细"); return; diff --git a/src/main/resources/templates/pdaOther/bagStockOtherOut.ftl b/src/main/resources/templates/pdaOther/bagStockOtherOut.ftl index 720a7d4..f4e7be0 100644 --- a/src/main/resources/templates/pdaOther/bagStockOtherOut.ftl +++ b/src/main/resources/templates/pdaOther/bagStockOtherOut.ftl @@ -88,11 +88,17 @@
- +
- +<#-- --> +