|
@@ -1804,14 +1804,14 @@ export default {
|
|
|
}
|
|
|
if(this.processData.businessTable == 'application_form'){//技能博物馆-物料申领-自动生成单据号
|
|
|
if( this.processData.tableId==''|| !this.processData.tableId){
|
|
|
- await this.getAction('/sys/user/getNextNo',{name:' WLSL'}).then(res => {
|
|
|
+ await this.getAction('/sys/user/getNextNo',{name:'WLSL'}).then(res => {
|
|
|
formData.document_number=res
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
if(this.processData.businessTable == 'leave_apply'){//技能博物馆-请假申请-自动生成单据号
|
|
|
if( this.processData.tableId==''|| !this.processData.tableId){
|
|
|
- await this.getAction('/sys/user/getNextNo',{name:' QJSQ'}).then(res => {
|
|
|
+ await this.getAction('/sys/user/getNextNo',{name:'QJSQ'}).then(res => {
|
|
|
formData.document_number=res
|
|
|
})
|
|
|
}
|