|
@@ -1713,7 +1713,7 @@ export default {
|
|
|
}
|
|
|
if(this.processData.businessTable == 'payment_apply'){//技能博物馆-支付审批管理-自动生成单号-付款编号
|
|
|
if( this.processData.tableId==''|| !this.processData.tableId){
|
|
|
- await this.getAction('/sys/user/getNextNo',{name:'ZFSP'}).then(res => {
|
|
|
+ await this.getAction('/sys/user/getNextNo',{name:'FK'}).then(res => {
|
|
|
formData.payment_number=res
|
|
|
})
|
|
|
}
|
|
@@ -1734,14 +1734,14 @@ export default {
|
|
|
}
|
|
|
if(this.processData.businessTable == 'bwg_project_start'){//技能博物馆-项目启动-自动生成单号-项目编号
|
|
|
if( this.processData.tableId==''|| !this.processData.tableId){
|
|
|
- await this.getAction('/sys/user/getNextNo',{name:'XMQD'}).then(res => {
|
|
|
+ await this.getAction('/sys/user/getNextNo',{name:'XM'}).then(res => {
|
|
|
formData.project_number=res
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
if(this.processData.businessTable == 'bwg_contract_management'){//技能博物馆-合同管理-自动生成合同单号
|
|
|
if( this.processData.tableId==''|| !this.processData.tableId){
|
|
|
- await this.getAction('/sys/user/getNextNo',{name:'XMHT'}).then(res => {
|
|
|
+ await this.getAction('/sys/user/getNextNo',{name:'HT'}).then(res => {
|
|
|
formData.contract_number=res
|
|
|
})
|
|
|
}
|