From 083bed1be51dc21792a245b035b50dfef0a24db3 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期二, 17 十月 2023 19:07:18 +0800 Subject: [PATCH] update --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js index fa5f676..0243903 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js @@ -851,6 +851,11 @@ if (quantityIssued <= quantityHas){ return Feng.error('发放数量小于已领数量!'); } + let nums = $("#nums").val(); + if (quantityIssued <= nums){ + return Feng.error('发放数量小于已领数量!'); + } + if (editor === undefined || editor === null || editor === ''){ -- Gitblit v1.7.1