WXL
昨天 a90f11d8c3c8251211c9c93974378e3f38191347
测试完成
已删除1个文件
已修改5个文件
55 ■■■■■ 文件已修改
dist (2).zip 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/outpatient.vue 35 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/physical.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/profile/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/Missionotice.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/subsequent/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist (2).zip
Binary files differ
src/views/patient/patient/outpatient.vue
@@ -43,12 +43,20 @@
          </el-form-item>
          <el-row>
            <el-form-item label=" 就诊日期 " prop="createTime">
              <el-date-picker
              <!-- <el-date-picker
                clearable
                v-model="queryParams.createTime"
                type="date"
                value-format="yyyy-MM-dd"
                placeholder="请选择 就诊日期 "
              >
              </el-date-picker> -->
              <el-date-picker
                v-model="pickertime"
                type="daterange"
                range-separator="至"
                start-placeholder="开始日期"
                end-placeholder="结束日期"
              >
              </el-date-picker>
            </el-form-item>
@@ -151,20 +159,20 @@
          <el-table-column
            label="就诊时间"
            align="center"
            key="createTime"
            prop="createTime"
            key="admindate"
            prop="admindate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.admindate) }}</span>
            </template>
          </el-table-column>
          <el-table-column
            label="门诊号"
            label="患者编号"
            align="center"
            key="patid"
            prop="patid"
            key="patno"
            prop="patno"
          />
          <el-table-column
            label="姓名"
@@ -407,7 +415,7 @@
      initPassword: undefined,
      amendtag: false, //是否修改
      // 日期范围
      dateRange: [],
      pickertime:[],
      paperstypes: [
        { papersname: "身份证" },
        { papersname: "护照" },
@@ -468,6 +476,7 @@
        pageNum: 1,
        pageSize: 10,
      },
      // 表单校验
      rules: {
        // userName: [
@@ -594,16 +603,18 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.queryParams.starttime=pickertime[0];
      this.queryParams.endtime=pickertime[1];
      this.getList();
    },
    /** 重置按钮操作 */
    resetQuery() {
      this.dateRange = [];
      this.queryParams= {
      this.pickertime = [];
      (this.queryParams = {
        pageNum: 1,
        pageSize: 10,
      },
      this.handleQuery();
      }),
        this.handleQuery();
    },
    // 多选框选中数据
    handleSelectionChange(selection) {
src/views/patient/patient/physical.vue
@@ -252,12 +252,12 @@
          <el-table-column
            label="就诊时间"
            align="center"
            key="createTime"
            prop="createTime"
            key="admindate"
            prop="admindate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.admindate) }}</span>
            </template>
          </el-table-column>
          <el-table-column
src/views/patient/patient/profile/index.vue
@@ -372,12 +372,12 @@
          <el-table-column
            label="就诊时间"
            align="center"
            key="createTime"
            prop="createTime"
            key="admindate"
            prop="admindate"
            width="160"
          >
            <template slot-scope="scope">
              <span>{{ formatTime(scope.row.createTime) }}</span>
              <span>{{ formatTime(scope.row.admindate) }}</span>
            </template>
          </el-table-column>
src/views/patient/propaganda/Missionotice.vue
@@ -198,8 +198,8 @@
        <el-table-column
          label="就诊时间"
          align="center"
          key="visitTime"
          prop="visitTime"
          key="admindate"
          prop="admindate"
          width="160"
        >
        </el-table-column>
src/views/patient/subsequent/index.vue
@@ -236,11 +236,11 @@
          label="就诊时间"
          sortable
          align="center"
          prop="createTime"
          prop="admindate"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ formatTime(scope.row.createTime) }}</span>
            <span>{{ formatTime(scope.row.admindate) }}</span>
          </template>
        </el-table-column>
        <el-table-column