|
|
|
@ -19,7 +19,7 @@ |
|
|
|
style="font-size: 20px;"></el-button> |
|
|
|
</el-input> |
|
|
|
</div> |
|
|
|
<div class="query"> |
|
|
|
<!-- <div class="query"> |
|
|
|
<span>检查状态:</span> |
|
|
|
<el-select v-model="completeFlag" placeholder="请选择" clearable style="width: 80px" |
|
|
|
size="small"> |
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
<div class="query"> |
|
|
|
<el-checkbox v-model="classification" true-label="Y" false-label="N"/> |
|
|
|
<span style="margin-left:5px;">审核状态</span> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<!-- <div class="query"> |
|
|
|
<span>疾病来源:</span> |
|
|
|
<el-select v-model="patientRegister.query.isCharge" placeholder="请选择" clearable style="width: 80px" |
|
|
|
@ -216,8 +216,8 @@ export default { |
|
|
|
|
|
|
|
body.customerOrgs = customerOrgs |
|
|
|
// body.diagnosisIds = diagnosisIds |
|
|
|
if(this.completeFlag) body.completeFlag = this.completeFlag |
|
|
|
body.isAudit=this.classification |
|
|
|
// if(this.completeFlag) body.completeFlag = this.completeFlag |
|
|
|
// body.isAudit=this.classification |
|
|
|
|
|
|
|
|
|
|
|
// if (this.patientRegister.query.isCharge) body.isCharge = this.patientRegister.query.isCharge |
|
|
|
|