qinxianzhangyao
2023-11-17 5af76d2fad371b7a643457d27113ebe50f01fee3
qxtj
4个文件已修改
23 ■■■■■ 已修改文件
src/views/hosp/inspection/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sampling/sampling/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/biol/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/inspection/index.vue
@@ -21,8 +21,16 @@
            </el-form-item>
        </el-form>
        <el-row :gutter="10" class="mb8">
            <el-col :span="1.5">
                <el-button type="primary" plain icon="el-icon-plus" size="mini"
                    v-hasPermi="['hosp:detail:add']">恢复</el-button>
            </el-col>
        </el-row>
        <el-table v-loading="loading" :data="inspectionList" border>
            <el-table-column type="selection" width="55" align="center" />
            <el-table-column label="序号" align="center" prop="newID" width="55px" />
            <el-table-column label="体检号" align="center" prop="tjNum" :show-overflow-tooltip="true" />
            <!-- <el-table-column label="客户编号" align="center" prop="cusId" /> -->
src/views/sampling/sampling/index.vue
@@ -76,7 +76,8 @@
        >
      </el-form-item>
    </el-form>
    <el-row :gutter="10" class="mb8" >
      <el-col :span="10">
    <el-radio-group
      v-model="tjStatus"
      @input="radioChange"
@@ -85,6 +86,14 @@
      <el-radio-button label="1">未采样</el-radio-button>
      <el-radio-button label="0">已采样</el-radio-button>
    </el-radio-group>
      </el-col >
            <el-col :span="12" v-if="tableList.length > 1 && tjStatus==0">
                <el-button type="primary" plain
                    v-hasPermi="['hosp:detail:add']">合并样本</el-button>
            </el-col>
        </el-row>
    <div style="width: 100%; margin-left: 10px; display: flex">
      <div style="width: 40%; margin-right: 20px">
@@ -142,6 +151,7 @@
        </el-table>
      </div>
      <div style="width: 50%">
        <el-table
          v-loading="loading"
          :data="tableList"
src/views/system/biol/index.vue
@@ -36,7 +36,7 @@
          v-hasPermi="['hosp:order:export']">导出</el-button>
      </el-col> -->
      <el-col :span="1.5">
        <el-button type="primary" size="mini" :disabled="multiple" @click="viewReport">体检报告</el-button>
        <el-button type="primary" size="mini" :disabled="multiple" @click="viewReport">批量体检报告打印</el-button>
      </el-col>
      <el-col :span="1.5">
        <div id="main111">
src/views/system/tijian/index.vue
@@ -168,6 +168,7 @@
            <el-col :span="24">
              <el-form-item>
                <el-button :disabled="isDisabled" type="primary" size="mini" @click="submitForm">登记</el-button>
                <el-button :disabled="isDisabled" type="primary" size="mini" @click="submitForm">领取方式</el-button>
                <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" @queryTable="getList">重置</el-button>
              </el-form-item>
            </el-col>