Browse Source

收购编号

gjy 3 năm trước cách đây
mục cha
commit
343437b8e5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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()
       },