|
@@ -1719,6 +1719,13 @@ export default {
|
|
formData.document_number=res
|
|
formData.document_number=res
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
+ }
|
|
|
|
+ if(this.processData.businessTable == 'bwg_expense_apply_a'){//技能博物馆-费用报销-自动生成单据号
|
|
|
|
+ if( this.processData.tableId==''|| !this.processData.tableId){
|
|
|
|
+ await this.getAction('/sys/user/getNextNo',{name:'FYBX'}).then(res => {
|
|
|
|
+ formData.document_number=res
|
|
|
|
+ })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
this.btndisabled = true
|
|
this.btndisabled = true
|
|
await postFormDataAction(url, formData, { jsonContent: jsonPamats })
|
|
await postFormDataAction(url, formData, { jsonContent: jsonPamats })
|