From 245e3ff0c67342a78133afa8da67a54104200b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Wed, 5 Aug 2026 17:37:25 +0800 Subject: [PATCH] bug --- .../resources/static/js/pdaOther/bagStockOtherOut.js | 4 ++++ .../resources/templates/pdaOther/bagStockOtherOut.ftl | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 @@
- +
- +<#-- --> +