楚江漓i
2021-03-09 222c59513f57eaa3cbd0494d94befb5bbb6b6abc
档案和导出页面样式调整
3个文件已修改
86 ■■■■■ 已修改文件
src/views/user/archivesChange.vue 42 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/inemployees.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/search.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/archivesChange.vue
@@ -918,20 +918,20 @@
                  </template>
                </el-table-column>
                <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="accidentId" label="" />
                <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" />
                <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" />
                <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="意外险诊断" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="60" :formatter="hospitalizatioFlagFormat" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="100" :formatter="hospitalizatioFlagFormat" />
                <el-table-column show-overflow-tooltip="true" prop="bedNumb" label="床号" width="60" />
                <el-table-column show-overflow-tooltip="true" prop="reprotTime" label="报案时间" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="reprotTime" label="报案时间" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="innsureFee" label="保险赔付费用" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="innsureFee" label="保险赔付费用" width="120" />
              </el-table>
              <pagination
                v-show="accidentCasesDatatotal>0"
@@ -964,20 +964,20 @@
                  </template>
                </el-table-column>
                <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="occupationalId" label="" />
                <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" />
                <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" />
                <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="80" />
                <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" />
                <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="工伤诊断" width="80" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" />
                <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="80" :formatter="hospitalizatioFlagFormat" />
                <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="工伤诊断" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="100" :formatter="hospitalizatioFlagFormat" />
                <el-table-column show-overflow-tooltip="true" prop="bedNumb" label="床号" width="60" />
                <el-table-column show-overflow-tooltip="true" prop="reportTime" label="报案时间" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="80" />
                <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="80" />
                <el-table-column show-overflow-tooltip="true" prop="compensated" label="已赔付医药费用" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="reportTime" label="报案时间" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="100" />
                <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="120" />
                <el-table-column show-overflow-tooltip="true" prop="compensated" label="已赔付医药费用" width="120" />
              </el-table>
              <pagination
                v-show="occupationalDatatotal>0"
src/views/user/inemployees.vue
@@ -674,7 +674,8 @@
        <el-button type="primary" @click="showGbda(2,'gbdaForm')">确 定</el-button>
      </div>
    </el-dialog>
    <el-dialog title="导出员工    请勾选需要导出的字段" :visible.sync="dialogShowDcyg" width="40%">
    <el-dialog title="导出员工" :visible.sync="dialogShowDcyg" width="40%">
      <div style="font-size: 16px;font-weight: 400;height: 35px;margin-top: -30px;color: #409EFF;">请勾选需要导出的字段</div>
      <table id="dcygTable" width="100%">
        <tr>
          <td colspan="6" style="text-align: left;">
@@ -793,6 +794,20 @@
            <td>电话号码</td>
            <td>
              <el-checkbox label="telePhone"><span /></el-checkbox>
            </td>
          </tr>
          <tr>
            <td>员工类型</td>
            <td>
              <el-checkbox label=""><span /></el-checkbox>
            </td>
            <td>员工状态</td>
            <td>
              <el-checkbox label=""><span /></el-checkbox>
            </td>
            <td>离职日期</td>
            <td>
              <el-checkbox label=""><span /></el-checkbox>
            </td>
          </tr>
          <tr>
@@ -2161,9 +2176,10 @@
#dcygTable td {
  width: 160px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 400;
}
.search-btn {
src/views/user/search.vue
@@ -278,7 +278,8 @@
            <el-table-column show-overflow-tooltip prop="entryDate" label="入职日期" width="120" />
            <el-table-column show-overflow-tooltip prop="dimissionDate" label="离职日期" width="120" />
          </el-table>
          <el-dialog title="导出员工    请勾选需要导出的字段" :visible.sync="dialogShowDcyg" width="40%">
          <el-dialog title="导出员工" :visible.sync="dialogShowDcyg" width="40%" style="font-weight: 700;">
            <div style="font-size: 16px;font-weight: 400;height: 35px;margin-top: -30px;color: #409EFF;">请勾选需要导出的字段</div>
            <table id="dcygTable" width="100%">
              <tr>
                <td colspan="6" style="text-align: left;">
@@ -397,6 +398,20 @@
                  <td>电话号码</td>
                  <td>
                    <el-checkbox label="telePhone"><span /></el-checkbox>
                  </td>
                </tr>
                <tr>
                  <td>员工类型</td>
                  <td>
                    <el-checkbox label=""><span /></el-checkbox>
                  </td>
                  <td>员工状态</td>
                  <td>
                    <el-checkbox label=""><span /></el-checkbox>
                  </td>
                  <td>离职日期</td>
                  <td>
                    <el-checkbox label=""><span /></el-checkbox>
                  </td>
                </tr>
                <tr>
@@ -2891,9 +2906,10 @@
  #dcygTable td {
    width: 160px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 400;
  }
  .el-container {
    height: 86.7vh;