yxh
yxh
2023-03-26 f6e2506887d3b149f3c2c750e225b120602e7154
yxh
已修改4个文件
8 ■■■■ 文件已修改
src/views/project/fund/fundApply/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/medicalCostFundApply/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseslist/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/fundApply/index.vue
@@ -118,7 +118,7 @@
    </el-row>
    <!-- 添加或修改费用申请单 -->
    <el-dialog :visible.sync="dialogOpen" :close-on-click-modal="false" width="1600px" :title="title"
    <el-dialog :visible.sync="dialogOpen" :close-on-click-modal="false" width="1400px" :title="title"
      style="text-align: center" v-loading="loading">
      <el-form ref="form" :model="form" label-width="120px" :rules="rules">
        <el-row>
src/views/project/fund/index.vue
@@ -182,7 +182,7 @@
    />
    <!-- 添加或修改费用申请主对话框 -->
    <el-dialog :title="title" :visible.sync="open" width="1600px" append-to-body>
    <el-dialog :title="title" :visible.sync="open" width="1400px" append-to-body>
      <el-form ref="form" :model="form" :rules="rules" label-width="80px">
        <el-form-item label="关联service_donatebaseinfo表的ID" prop="infoid">
          <el-input v-model="form.infoid" placeholder="请输入关联service_donatebaseinfo表的ID" />
src/views/project/fund/medicalCostFundApply/index.vue
@@ -121,7 +121,7 @@
    </el-row>
    <!-- 添加或修改费用申请单 -->
    <el-dialog :visible.sync="dialogOpen" :close-on-click-modal="false" width="1600px" :title="title"
    <el-dialog :visible.sync="dialogOpen" :close-on-click-modal="false" width="1400px" :title="title"
      style="text-align: center" v-loading="loading">
      <el-form ref="form" :model="form" label-width="120px" :rules="rules">
        <el-row>
src/views/project/travelexpenseslist/index.vue
@@ -128,7 +128,7 @@
      @pagination="getList" />
    <!-- 添加或修改费用申请明细对话框 -->
    <el-dialog :title="title" :visible.sync="open" :close-on-click-modal="false" width="1600px" append-to-body
    <el-dialog :title="title" :visible.sync="open" :close-on-click-modal="false" width="1400px" append-to-body
      @close="reset">
      <el-form ref="form" :model="form" :rules="rules" label-width="120px">
        <el-row>