yz_08
2021-03-05 d1c264729481f17d10a0924a6389b5abc35527ca
src/views/user/search.vue
@@ -268,8 +268,8 @@
                {{ transEmpStatus(row.empStatus) }}
              </template>
            </el-table-column>
            <el-table-column show-overflow-tooltip="true" prop="entryDate" label="入职日期" />
            <el-table-column show-overflow-tooltip="true" prop="dimissionDate" label="离职日期" />
            <el-table-column show-overflow-tooltip prop="entryDate" label="入职日期" />
            <el-table-column show-overflow-tooltip prop="dimissionDate" label="离职日期" />
          </el-table>
          <el-dialog title="导出员工    请勾选需要导出的字段" :visible.sync="dialogShowDcyg" width="40%">
            <table id="dcygTable" width="100%">
@@ -1349,12 +1349,18 @@
              已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录
            </el-col>
            <el-col :span="3">
              <el-button class="filter-item" type="success" @click.native="lzexportExcel">
              <el-button class="hr-but" type="success" @click.native="lzexportExcel">
                导出EXCEL
              </el-button>
            </el-col>
          </el-row>
          <el-table ref="laborTroubleTable" :data="laborTroubleData" style="width: 100%;height: 70%;">
          <el-table
            ref="laborTroubleTable"
            :data="laborTroubleData"
            stripe
            :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
            style="width: 100%;height: 70%;"
          >
            <el-table-column type="index" label="序号" width="50" align="center" />
            <el-table-column show-overflow-tooltip prop="empNumb" label="员工编号" width="180" />
            <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="150" />
@@ -1368,27 +1374,6 @@
            <el-table-column show-overflow-tooltip prop="arbitrationPay" label="仲裁赔付(元)" width="100" />
            <el-table-column show-overflow-tooltip prop="arbitrationStatus" label="状态" width="100" :formatter="arbitrationStatusFormat" />
            <el-table-column show-overflow-tooltip prop="settleDate" label="案结日期" width="150" />
            <el-table
              ref="laborTroubleTable"
              :data="laborTroubleData"
              stripe
              :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
              style="width: 100%;height: 70%;"
            >
              <el-table-column show-overflow-tooltip="true" type="index" label="序号" width="50" align="center" />
              <el-table-column show-overflow-tooltip="true" prop="deptName" label="护卫点" width="150" />
              <el-table-column show-overflow-tooltip="true" prop="empNumb" label="员工编号" width="180" />
              <el-table-column show-overflow-tooltip="true" prop="empName" label="姓名" width="150" />
              <el-table-column show-overflow-tooltip="true" prop="certificateNumb" label="身份证号码" width="180" />
              <el-table-column show-overflow-tooltip="true" prop="arbitrationDate" label="仲裁日期" width="150" />
              <el-table-column show-overflow-tooltip="true" prop="arbitrationType" label="仲裁类型" width="150" :formatter="arbitrationTypeFormat" />
              <el-table-column show-overflow-tooltip="true" prop="arbitrationReason" label="仲裁事由" width="150" />
              <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="150" />
              <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" width="200" />
              <el-table-column show-overflow-tooltip="true" prop="arbitrationPay" label="仲裁赔付(元)" width="100" />
              <el-table-column show-overflow-tooltip="true" prop="arbitrationStatus" label="状态" width="100" :formatter="arbitrationStatusFormat" />
              <el-table-column show-overflow-tooltip="true" prop="settleDate" label="案结日期" width="150" />
            </el-table>
          </el-table></div>
        <div v-show="showArr[12].show">
@@ -1433,12 +1418,18 @@
              已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录
            </el-col>
            <el-col :span="3">
              <el-button class="filter-item" type="success" @click.native="blexportExcel">
              <el-button class="hr-but" type="success" @click.native="blexportExcel">
                导出EXCEL
              </el-button>
            </el-col>
          </el-row>
          <el-table ref="badRecordTable" :data="badRecordData" style="width: 100%;height: 70%;">
          <el-table
            ref="badRecordTable"
            :data="badRecordData"
            stripe
            :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
            style="width: 100%;height: 70%;"
          >
            <el-table-column type="index" label="序号" width="50" align="center" />
            <el-table-column show-overflow-tooltip prop="empNumb" label="员工编号" width="180" />
            <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="140" />
@@ -1448,23 +1439,7 @@
            <el-table-column show-overflow-tooltip prop="badContent" label="不良记录描述" width="280" />
            <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="100" />
            <el-table-column show-overflow-tooltip prop="remark" label="备注" width="280" />
            <el-table
              ref="badRecordTable"
              :data="badRecordData"
              stripe
              :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}"
              style="width: 100%;height: 70%;"
            >
              <el-table-column show-overflow-tooltip="true" type="index" label="序号" width="50" align="center" />
              <el-table-column show-overflow-tooltip="true" prop="deptName" label="护卫点" width="140" />
              <el-table-column show-overflow-tooltip="true" prop="empNumb" label="员工编号" width="180" />
              <el-table-column show-overflow-tooltip="true" prop="empName" label="姓名" width="140" />
              <el-table-column show-overflow-tooltip="true" prop="certificateNumb" label="身份证号码" width="180" />
              <el-table-column show-overflow-tooltip="true" prop="badDate" label="不良记录日期" width="140" />
              <el-table-column show-overflow-tooltip="true" prop="badContent" label="不良记录描述" width="280" />
              <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="100" />
              <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" width="280" />
            </el-table>
          </el-table></div>
        <div v-show="showArr[13].show">
@@ -1509,7 +1484,7 @@
              已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录
            </el-col>
            <el-col :span="3">
              <el-button class="filter-item" type="success" @click.native="bzexportExcel">
              <el-button class="hr-but" type="success" @click.native="bzexportExcel">
                导出EXCEL
              </el-button>
            </el-col>