spring
2025-09-01 bdacf27471620926bd61c245b5f80ce9d4a70e3e
src/views/inventoryManagement/issueManagement/index.vue
@@ -196,7 +196,7 @@
// 提交表单
const submitForm = () => {
  let num = Number(form.value.inboundQuantity)
  if(num < 1 || num > currentRowNum.value){
  if(num <= 0 || num > currentRowNum.value){
    return proxy.$modal.msgWarning("请填入有效数字")
  }
  proxy.$refs["formRef"].validate(valid => {