zhangback
2025-12-18 2797629204e22c5f5db15821a3545075b7c631a9
ui/admin-ui3/src/views/tms/generationCost/index.vue
@@ -78,7 +78,7 @@
        <el-descriptions-item label="车型">{{form.$actualVehicleType}}</el-descriptions-item>
        <el-descriptions-item label="车牌">{{form.licensePlate}}</el-descriptions-item>
      </el-descriptions>
      <avue-tabs :option="tabsOption2"
      <avue-tabs :option="tabsOption2" ref="tabsOption2Ref"
                 @change="handleChange2"></avue-tabs>
      <div v-if="active === 'tab1'">
        <avue-crud
@@ -255,7 +255,7 @@
import {listTmsLoadingServiceProvider} from "@/api/tms/tmsLoadingServiceProvider";
import {selectPaymentTmsQuotePlan} from "@/api/tms/tmsQuotePlan";
import {addTmsQuoteFee, listTmsQuoteFee, pushTmsQuoteFee} from "@/api/tms/tmsQuoteFee";
import {an} from "vue-router/dist/router-CWoNjPRp";
const {appContext} = getCurrentInstance();
@@ -1228,6 +1228,9 @@
  })
}
const tabsOption2Ref = ref();
const handleAddFinance = async (row: any) => {
  pageF.open = true;
  pageF.title = '费用登记';
@@ -1235,8 +1238,11 @@
  boxFormOption.value = financeOption.value;
  boxTableOption.value = financeTableOption.value;
  form.value = row;
  await getTab1Data();
  handleChange2(tabsOption2.value.column[0]);
  nextTick(()=>{
    tabsOption2Ref.value.active = "0";
  })
}