调整 基础数据、运力、车船务

This commit is contained in:
2026-09-14 01:49:23 +08:00
parent dbeb174ae2
commit acbc9d3322
12 changed files with 1157 additions and 15 deletions
+5 -1
View File
@@ -299,7 +299,11 @@ export default {
openCreate() {
this.$router.push({
path: '/settlement/formal-settlement/form',
query: { mode: 'add', name: '新增正式结算' },
query: {
mode: 'add',
name: '新增正式结算',
settlementType: this.activeSettlementType,
},
});
},
openEdit(row) {