story#7062,供应商培训和财务发票修改,上传发票问题查找

This commit is contained in:
2025-08-26 16:33:57 +08:00
parent 658c0c7db2
commit 9b64456854
2 changed files with 5 additions and 9 deletions

View File

@ -170,8 +170,9 @@ export default {
let res = await this.getJumpHandler();
if(res?.data?.jump) {
Dialog.alert({
message: '您有没有完成的培训请在中道调度APP上完成培训再进行发票上传',
message: '您有暂未完成的培训请在中道调度APP上完成培训再进行发票上传',
confirmButtonText: '去培训',
confirmButtonColor: '#0E76F4',
showCancelButton: false,
}).then(async() => {
this.goPage('newTrainingList', { supplierId : this.supplierId })