maven
3 天以前 b9902cbd54805b491cc79d8e4951dc6525b4a513
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 => {