|
@@ -1808,6 +1808,13 @@ export default {
|
|
formData.document_number=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 => {
|
|
|
|
+ formData.document_number=res
|
|
|
|
+ })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
this.btndisabled = true
|
|
this.btndisabled = true
|
|
await postFormDataAction(url, formData, { jsonContent: jsonPamats })
|
|
await postFormDataAction(url, formData, { jsonContent: jsonPamats })
|