gjy 3 سال پیش
والد
کامیت
343437b8e5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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()
       },