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 === ''){