协调L3页面,新增合同证书的文件上传逻辑

This commit is contained in:
2025-12-23 15:56:15 +08:00
parent 9f423b26f9
commit 04eace18c4
11 changed files with 577 additions and 67 deletions

View File

@@ -328,6 +328,13 @@ export default {
}
}
},
computed: {
latestStatDate() {
const dates = (this.statList || []).map(i => i.statDate).filter(Boolean)
if (!dates.length) return ''
return dates.sort().pop()
}
},
created() {
this.loadPayPlan()
this.loadPayRun()