| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip prop="accidentId" label="" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="110"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editAccidentCases(scope.row,9)">{{ scope.row.injuredTime }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip prop="injuredAddress" label="受伤地点" width="200" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredPart" label="受伤部位" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDescribe" label="受伤经过描述" width="300" /> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip prop="occupationalId" label="" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="110"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editOccupational(scope.row)">{{ scope.row.injuredTime }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip prop="injuredAddress" label="受伤地点" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredPart" label="受伤部位" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDescribe" label="受伤经过描述" width="140" /> |
| | |
| | | <el-form |
| | | ref="accidentCasesForm" |
| | | :model="accidentCasesForm" |
| | | :rules="accidentCasesRules" |
| | | label-position="right" |
| | | label-width="120px" |
| | | > |
| | |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putAccidentCases('accidentCasesForm')">保 存</el-button> |
| | | |
| | | <el-button v-if="dialogshowArr[9].read" type="primary" @click="putAccidentCases('accidentCasesForm')">保 存</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="工伤案件" append-to-body :visible.sync="dialogshowArr[10].show" width="50%"> |
| | | <el-form |
| | | ref="occupationalForm" |
| | | :model="occupationalForm" |
| | | :rules="occupationalRules" |
| | | label-position="right" |
| | | label-width="140px" |
| | | > |
| | |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putOccupational('occupationalForm')">保 存</el-button> |
| | | <el-button v-if="dialogshowArr[10].read" type="primary" @click="putOccupational('occupationalForm')">保 存</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | show: false, |
| | | read: false |
| | | }, |
| | | { |
| | | show: false |
| | | show: false, |
| | | read: false |
| | | }, |
| | | { |
| | | show: false |
| | |
| | | this.accidentCasesForm.version = row.version |
| | | this.thisShowIndex = 9 |
| | | this.dialogshowArr[9].show = true |
| | | this.dialogshowArr[9].read = false |
| | | }, |
| | | editOccupational(row) { |
| | | this.isAdd = false |
| | |
| | | this.occupationalForm.remark = row.remark |
| | | this.thisShowIndex = 10 |
| | | this.dialogshowArr[10].show = true |
| | | this.dialogshowArr[10].read = false |
| | | }, |
| | | editLaborTrouble(row) { |
| | | this.isAdd = false |