Browse Source

收购编号

gjy 3 years ago
parent
commit
343437b8e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/houseSelfCollect/inspectionManagementNew.vue

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

@@ -2184,8 +2184,8 @@
         if(status==3){
           //解决冲突别解决没了(注意)
           this.outType='他运'
-          this.warehouseTradeCount = '000' + Number(this.warehouseTradeCount + 1)
-          this.deptBudgetList.qualityNo='SGRK'+this.getTime()+this.warehouseNo+this.warehouseTradeCount.substring(this.warehouseTradeCount.length - 4)
+          this.warehouseCount = '000' + Number(this.warehouseCount + 1)
+          this.deptBudgetList.qualityNo='SGRK'+this.getTime()+this.warehouseNo+this.warehouseCount.substring(this.warehouseCount.length - 4)
         }
         this.getList()
       },