罗斌杰 1 year ago
parent
commit
1d5e0f5008
  1. 8
      src/views/customerReport/combinationDetails.vue

8
src/views/customerReport/combinationDetails.vue

@ -45,7 +45,7 @@
></el-button>
</el-input>
</div>
<!-- <div class="query">
<div class="query">
<span>检查状态</span>
<el-select
v-model="patientRegister.query.checkCompleteFlag"
@ -62,7 +62,7 @@
>
</el-option>
</el-select>
</div> -->
</div>
<div class="query">
<el-button @click="btnQuery" size="small" class="commonbutton">查询</el-button>
</div>
@ -403,8 +403,8 @@ page-break-before: avoid;}}`, // 去除页眉页脚
body.customerOrgs = customerOrgs;
body.asbitemId = asbitemIds;
// if (this.patientRegister.query.checkCompleteFlag)
// body.completeFlag = this.patientRegister.query.checkCompleteFlag;
if (this.patientRegister.query.checkCompleteFlag)
body.completeFlag = this.patientRegister.query.checkCompleteFlag;
//console.log('/api/app/peisreport/getpatientregisterreport',body)
postapi("/api/customerreport/getasbitemspecificresultreport", body).then(

Loading…
Cancel
Save