spring
2025-09-02 9a8d3a3e3e153ad4f1971b5da67b963b6841731a
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 => {