yxh
yxh
2023-08-25 bf86c019d654dda98d7bd4bcef32ee525eb62825
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) => {
                <el-input v-model="scope.row.cityfee" placeholder="市内交通费" @blur="(val) => {
                    sumRowFee(scope.row);
                  }
                ">{{ Number(scope.row.cityfee).toFixed(2) }}
                  ">{{ 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 => {
@@ -1548,7 +1545,9 @@
            this.open = false;
            // 关闭窗口
            this.$store.dispatch('tagsView/delView', this.$route)
            this.$router.go(-1);
            // this.getList();
            // })
            // .catch(err => {
@@ -1576,7 +1575,6 @@
                this.open = false;
                // 关闭窗口
                this.$store.dispatch('tagsView/delView', this.$route)
                this.$router.go(-1);
              })