瀏覽代碼

物料任务最大值

zhujindu 8 月之前
父節點
當前提交
459303b8f1
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/deviceWithin/addStoreVisit.vue

+ 5 - 0
src/views/deviceWithin/addStoreVisit.vue

@@ -3092,6 +3092,11 @@ export default {
           if (Number(val) > Number(this.tableData1[index].inventoryNum)) {
             this.$toast('请输入小于等于销售部库存量');
             this.tableData1[index].value = '';
+            return
+          }
+          if (Number(val) > Number(this.tableData1[index].maxValue)) {
+            this.$toast('请输入小于等于最大发放量');
+            this.tableData1[index].value = '';
           }
         } else if (!this.insert) {
           if (