yxh
yxh
2023-08-25 92cf010eaa361321e689bdedfe0fc1de59c3ff21
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -279,18 +279,15 @@
                  " />
              </template>
            </el-table-column>
            <!--
            <el-table-column prop="cityfee" label="市内交通费" align="center" width="100">
              <template slot-scope="scope">
                <el-input v-model="scope.row.cityfee" placeholder="市内交通费" @blur="
                  (val) => {
                    sumRowFee(scope.row);
                  }
                ">{{ Number(scope.row.cityfee).toFixed(2) }}
                <el-input v-model="scope.row.cityfee" placeholder="市内交通费" @blur="(val) => {
                  sumRowFee(scope.row);
                }
                  ">{{ Number(scope.row.cityfee).toFixed(2) }}
                </el-input>
              </template>
            </el-table-column>
                                                                                                                                      -->
            <el-table-column prop="hotelexpense" label="住宿费" align="center" width="80">
              <template slot-scope="scope">
                <el-input v-model="scope.row.hotelexpense" placeholder="住宿费" @blur="val => {
@@ -1430,8 +1427,10 @@
      checkfund(checkfundobj).then(res => {
        this.reset();
        this.open = false;
        this.getList();
        this.$modal.msgSuccess("提交审核成功!");
        // 关闭窗口
        this.$store.dispatch('tagsView/delView', this.$route)
        this.$router.go(-1);
      });
    },
@@ -1548,7 +1547,9 @@
            this.open = false;
            // 关闭窗口
            this.$store.dispatch('tagsView/delView', this.$route)
            this.$router.go(-1);
            // this.getList();
            // })
            // .catch(err => {
@@ -1576,7 +1577,6 @@
                this.open = false;
                // 关闭窗口
                this.$store.dispatch('tagsView/delView', this.$route)
                this.$router.go(-1);
              })