| | |
| | | </el-button> |
| | | <el-button |
| | | type="primary" |
| | | style="display: none;" |
| | | size="small" |
| | | plain |
| | | v-if="permission.securityGuard_security_apply" |
| | |
| | | </el-button> |
| | | <el-button |
| | | type="primary" |
| | | style="display: none;" |
| | | size="small" |
| | | plain |
| | | v-if="permission.securityGuard_security_paper_apply" |
| | |
| | | |
| | | <el-button |
| | | type="danger" |
| | | style="display: none" |
| | | size="small" |
| | | plain |
| | | icon="el-icon-delete" |
| | | v-if="permission.securityGuard_delete" |
| | | @click="handleDelete" |
| | | >注 销 |
| | | </el-button> |
| | |
| | | >{{ row.deptName }} |
| | | </el-tag> |
| | | </template> |
| | | <template slot-scope="{ row }" slot="unitName"> |
| | | <el-tag>{{ row.unitName }} |
| | | </el-tag> |
| | | </template> |
| | | <template slot-scope="{ row }" slot="tenantName"> |
| | | <el-tag>{{ row.tenantName }}</el-tag> |
| | | </template> |
| | |
| | | <div class="security_m_l_titleName widt"> |
| | | {{ certificateObj.realName }} |
| | | </div> |
| | | <div class="security_m_r_o_jg widt">南昌市公安局</div> |
| | | <div class="security_m_r_o_jg widt">晋城市公安局</div> |
| | | <div class="security_m_l_titlepaperTimenian widt"> |
| | | {{ certificateYear }} |
| | | </div> |
| | |
| | | tip: true, |
| | | searchShow: true, |
| | | reserveSelection: true, |
| | | selectable: row => { |
| | | if ( |
| | | row.hold !== "1" || |
| | | row.securitynumber == null || |
| | | row.securitynumber == "" |
| | | ) { |
| | | return false; |
| | | } else { |
| | | return true; |
| | | } |
| | | }, |
| | | // selectable: row => { |
| | | // if ( |
| | | // row.hold !== "1" || |
| | | // row.securitynumber == null || |
| | | // row.securitynumber == "" |
| | | // ) { |
| | | // return false; |
| | | // } else { |
| | | // return true; |
| | | // } |
| | | // }, |
| | | indexWidth: 55, |
| | | searchMenuSpan: 6, |
| | | stripe: true, |
| | |
| | | label: "政治面貌", |
| | | prop: "politicaloutlook" |
| | | }, |
| | | { |
| | | label: "健康状态", |
| | | prop: "healstats" |
| | | }, |
| | | { |
| | | label: "身高", |
| | | prop: "height" |
| | | }, |
| | | // { |
| | | // label: "健康状态", |
| | | // prop: "healstats" |
| | | // }, |
| | | // { |
| | | // label: "身高", |
| | | // prop: "height" |
| | | // }, |
| | | { |
| | | label: "联系地址", |
| | | prop: "address" |
| | |
| | | ] |
| | | }, |
| | | { |
| | | label: "入职时间", |
| | | prop: "rtime", |
| | | type: "date", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd", |
| | | label: "从业单位", |
| | | prop: "unitName", |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请输入入职时间", |
| | | message: "请输入从业单位", |
| | | trigger: "click" |
| | | } |
| | | ] |
| | |
| | | // }); |
| | | |
| | | if ( |
| | | this.userInfo.account == "南昌市保安服务总公司" || |
| | | this.userInfo.account == "晋城市保安服务总公司" || |
| | | this.userInfo.account == "押运分公司" |
| | | ) { |
| | | this.option.column.push({ |
| | |
| | | }, |
| | | handleTemplate1() { |
| | | if ( |
| | | this.userInfo.account == "南昌市保安服务总公司" || |
| | | this.userInfo.account == "晋城市保安服务总公司" || |
| | | this.userInfo.account == "押运分公司" |
| | | ) { |
| | | window.open( |
| | |
| | | done(); |
| | | }, |
| | | selectionChange(list) { |
| | | // this.selectionList = list; |
| | | this.selectionList = list; |
| | | this.choiceList = []; |
| | | for (let k in list) { |
| | | this.choiceList.push({ |