gjy 3 лет назад
Родитель
Сommit
6b3e65e6ce
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/houseSelfCollect/inspectionManagementNew.vue

+ 2 - 0
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -1697,6 +1697,7 @@
                       if (this.reader) {
                       if (this.reader) {
                         this.reader.cancel()
                         this.reader.cancel()
                       }
                       }
+                      this.warehouseCount+=1
                       this.$message.success('添加成功')
                       this.$message.success('添加成功')
                       this.getList()
                       this.getList()
                       // this.$router.push({
                       // this.$router.push({
@@ -1992,6 +1993,7 @@
            if(this.warehouseCount<1000&&this.warehouseCount>=100){
            if(this.warehouseCount<1000&&this.warehouseCount>=100){
             count='0'+(this.warehouseCount+1)
             count='0'+(this.warehouseCount+1)
           }
           }
+          
           this.deptBudgetList.qualityNo='SGRK'+this.getTime()+this.warehouseNo+count
           this.deptBudgetList.qualityNo='SGRK'+this.getTime()+this.warehouseNo+count
         }
         }
         this.getList()
         this.getList()