Преглед изворни кода

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

ccjgmwz пре 3 година
родитељ
комит
b815c47d23
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/houseSelfCollect/inspectionManagementNew.vue

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

@@ -1888,7 +1888,7 @@
                         this.reader.cancel()
                       }
                       if(this.serviceManagementType==3){
-                        this.warehouseTradeCount+=1
+                        this.warehouseCount+=1
                       }
                       
                       this.$message.success('添加成功')
@@ -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()
       },