yxh
2023-12-20 2bf3fda0cd085d5e6af9b55471701e44768d26a9
src/views/project/travelexpensecheck/index.vue
@@ -15,7 +15,7 @@
          </el-form-item>
        </el-col>-->
        <el-col :span="8">
          <el-form-item label="申请日期" prop="createTime">
          <el-form-item label="申请日期" prop="applyTime">
            <el-date-picker
              format="yyyy-MM-dd"
              value-format="yyyy-MM-dd"
@@ -157,10 +157,10 @@
        label="申请日期"
        width="120"
        align="center"
        prop="createTime"
        prop="applyTime"
      >
        <template slot-scope="scope">
          <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
          <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
        </template>
      </el-table-column>
@@ -306,10 +306,10 @@
      <el-form ref="form" :model="form" label-width="120px">
        <el-row>
          <el-col :span="5">
            <el-form-item label="申请日期" prop="createTime">
            <el-form-item label="申请日期" prop="applyTime">
              <el-date-picker
                style="width: 100%"
                v-model="form.createTime"
                v-model="form.applyTime"
                :disabled="true"
                type="date"
                value-format="yyyy-MM-dd HH:mm:ss"
@@ -1369,7 +1369,7 @@
      },
      standardlevel: 0,
      createTime: [],
      applyTime: [],
      //弹窗详情--show;edit
      dialogType: "show"
    };
@@ -1384,8 +1384,8 @@
  },
  methods: {
    selectapplication() {
      this.queryParams.APPLICATIONBEGTIME = this.createTime[0];
      this.queryParams.APPLICATIONENDTIME = this.createTime[1];
      this.queryParams.APPLICATIONBEGTIME = this.applyTime[0];
      this.queryParams.APPLICATIONENDTIME = this.applyTime[1];
    },
    getList() {
      this.loading = true;