|
|
@ -29,20 +29,16 @@ |
|
|
<el-table-column prop="sexName" label="性别" width="50" align="center" /> |
|
|
<el-table-column prop="sexName" label="性别" width="50" align="center" /> |
|
|
<el-table-column prop="birthDate" label="出生日期" width="90" align="center" /> |
|
|
<el-table-column prop="birthDate" label="出生日期" width="90" align="center" /> |
|
|
<el-table-column prop="age" label="年龄" width="50" align="center" /> |
|
|
<el-table-column prop="age" label="年龄" width="50" align="center" /> |
|
|
<!-- <el-table-column prop="abnormalAsbitemDetail" label="组合项目异常" width="200"> |
|
|
|
|
|
|
|
|
<el-table-column prop="isSmsComplete" label="短信随访创建完成" width="200"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div v-for="(item,index) in scope.row.abnormalAsbitemDetail" :key="index"> |
|
|
|
|
|
{{item.asbitemName+' '+item.isCriticalValue+' '+item.isReview}} |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<el-checkbox v-model="scope.row.isSmsComplete" disabled true-label="Y" false-label="N"></el-checkbox> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="abnormalItemDetail" label="项目异常" width="200"> |
|
|
|
|
|
|
|
|
<el-table-column prop="isPhoneComplete" label="电话随访创建完成" width="200"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div v-for="(item,index) in scope.row.abnormalItemDetail" :key="index"> |
|
|
|
|
|
{{item.itemName+' '+item.isCriticalValue+' '+item.isReview}} |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<el-checkbox v-model="scope.row.isPhoneComplete" disabled true-label="Y" false-label="N"></el-checkbox> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> --> |
|
|
|
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column prop="jobCardNo" label="工卡号" width="90" align="center" /> |
|
|
<el-table-column prop="jobCardNo" label="工卡号" width="90" align="center" /> |
|
|
<el-table-column prop="medicalCardNo" label="体检卡号" width="90" align="center" /> |
|
|
<el-table-column prop="medicalCardNo" label="体检卡号" width="90" align="center" /> |
|
|
<el-table-column prop="maritalStatusName" label="婚姻状况" width="90" align="center" /> |
|
|
<el-table-column prop="maritalStatusName" label="婚姻状况" width="90" align="center" /> |
|
|
@ -50,13 +46,21 @@ |
|
|
<el-table-column prop="personnelTypeName" label="人员类型" width="90" align="center" /> |
|
|
<el-table-column prop="personnelTypeName" label="人员类型" width="90" align="center" /> |
|
|
<el-table-column prop="jobPost" label="职务" width="90" align="center" /> |
|
|
<el-table-column prop="jobPost" label="职务" width="90" align="center" /> |
|
|
<el-table-column prop="jobTitle" label="职称" width="90" align="center" /> |
|
|
<el-table-column prop="jobTitle" label="职称" width="90" align="center" /> |
|
|
<el-table-column prop="isUpload" label="上传WEB" width="90" align="center" /> |
|
|
|
|
|
|
|
|
<el-table-column prop="isUpload" label="上传WEB" width="90" align="center"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<el-checkbox v-model="scope.row.isUpload" disabled true-label="Y" false-label="N"></el-checkbox> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column prop="completeFlag" label="状态" width="90" align="center"> |
|
|
<el-table-column prop="completeFlag" label="状态" width="90" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div>{{ dddw(dict.completeFlag, "id", scope.row.completeFlag, "displayName") }}</div> |
|
|
<div>{{ dddw(dict.completeFlag, "id", scope.row.completeFlag, "displayName") }}</div> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="isMedicalStart" label="开始标志" width="90" align="center" /> |
|
|
|
|
|
|
|
|
<el-table-column prop="isMedicalStart" label="开始标志" width="90" align="center"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<el-checkbox v-model="scope.row.isMedicalStart" disabled true-label="Y" false-label="N"></el-checkbox> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column prop="medicalStartDate" label="开始日期" width="90" align="center" /> |
|
|
<el-table-column prop="medicalStartDate" label="开始日期" width="90" align="center" /> |
|
|
<el-table-column prop="patientNo" label="档案号" width="90" align="center" /> |
|
|
<el-table-column prop="patientNo" label="档案号" width="90" align="center" /> |
|
|
<el-table-column prop="telephone" label="电话" width="90" align="center" /> |
|
|
<el-table-column prop="telephone" label="电话" width="90" align="center" /> |
|
|
@ -789,6 +793,12 @@ export default { |
|
|
if (this.patientRegister.query.phone) |
|
|
if (this.patientRegister.query.phone) |
|
|
body.phone = this.patientRegister.query.phone; |
|
|
body.phone = this.patientRegister.query.phone; |
|
|
|
|
|
|
|
|
|
|
|
if (this.patientRegister.query.isSmsComplete) |
|
|
|
|
|
body.isSmsComplete = this.patientRegister.query.isSmsComplete; |
|
|
|
|
|
|
|
|
|
|
|
if (this.patientRegister.query.isPhoneComplete) |
|
|
|
|
|
body.isPhoneComplete = this.patientRegister.query.isPhoneComplete; |
|
|
|
|
|
|
|
|
if (this.patientRegister.query.idCardNo) |
|
|
if (this.patientRegister.query.idCardNo) |
|
|
body = { |
|
|
body = { |
|
|
idNo: this.patientRegister.query.idCardNo, |
|
|
idNo: this.patientRegister.query.idCardNo, |
|
|
|