罗斌杰 2 years ago
parent
commit
629f530638
  1. 2
      src/views/basic-dictionary/ThirdPartyInterfaces.vue
  2. 8
      src/views/customerReport/personnelPositive.vue
  3. 10
      src/views/report/chargeAsbitem.vue
  4. 10
      src/views/report/checkStatus.vue
  5. 10
      src/views/report/unCheckAsbitem.vue

2
src/views/basic-dictionary/ThirdPartyInterfaces.vue

@ -245,6 +245,7 @@
>
<el-option label="LIS申请" value="01" />
<el-option label="收费申请" value="02" />
<el-option label="检验结果导入" value="03" />
</el-select>
</el-form-item>
</el-col>
@ -613,6 +614,7 @@ export default {
isActive: this.form.isActive,
}).then((res) => {
if (res.code != -1) {
this.curRow={...res.data}
this.getlist();
this.dialogVisible = false;
//this.$message.success("");

8
src/views/customerReport/personnelPositive.vue

@ -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

10
src/views/report/chargeAsbitem.vue

@ -230,11 +230,11 @@ export default {
});
//
getapi("/api/app/customer-org-group").then((res) => {
if (res.code == 1) {
this.dict.customerOrgGroupAll = res.data.items;
}
});
// getapi("/api/app/customer-org-group").then((res) => {
// if (res.code == 1) {
// this.dict.customerOrgGroupAll = res.data.items;
// }
// });
//
getapi("/api/app/pay-mode").then((res) => {

10
src/views/report/checkStatus.vue

@ -229,11 +229,11 @@ export default {
});
//
getapi("/api/app/customer-org-group").then((res) => {
if (res.code == 1) {
this.dict.customerOrgGroupAll = res.data.items;
}
});
// getapi("/api/app/customer-org-group").then((res) => {
// if (res.code == 1) {
// this.dict.customerOrgGroupAll = res.data.items;
// }
// });
//
getapi("/api/app/pay-mode").then((res) => {

10
src/views/report/unCheckAsbitem.vue

@ -214,11 +214,11 @@ export default {
});
//
getapi("/api/app/customer-org-group").then((res) => {
if (res.code == 1) {
this.dict.customerOrgGroupAll = res.data.items;
}
});
// getapi("/api/app/customer-org-group").then((res) => {
// if (res.code == 1) {
// this.dict.customerOrgGroupAll = res.data.items;
// }
// });
//
getapi("/api/app/pay-mode").then((res) => {

Loading…
Cancel
Save