|
@@ -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()
|
|
|
},
|