|
@@ -1919,8 +1919,10 @@
|
|
|
},
|
|
|
warehousetypechange(status){
|
|
|
this.serviceManagementType=status
|
|
|
+ debugger
|
|
|
if(status==3){
|
|
|
- this.deptBudgetList.qualityNo='SGRK'+this.getTime()+this.warehouseNo+this.warehouseCount
|
|
|
+ this.warehouseCount = '000' + Number(this.warehouseCount + 1)
|
|
|
+ this.deptBudgetList.qualityNo='SGRK'+this.getTime()+this.warehouseNo+this.warehouseCount.substring(this.warehouseCount.length - 4)
|
|
|
}
|
|
|
this.getList()
|
|
|
},
|