gaoluyang
7 天以前 c99b4166febfde47d5b350d30bac443a11de42f5
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 => {