Jelajahi Sumber

物料任务最大值

zhujindu 8 bulan lalu
induk
melakukan
459303b8f1
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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 (