罗斌杰 2 years ago
parent
commit
cee34a2bd6
  1. 2
      src/components/itemSet/ReferenceRange.vue
  2. 2
      src/views/customerReport/diseaseStatistics.vue
  3. 5
      src/views/customerReport/positiveResultsList.vue
  4. 1
      src/views/fee-settings/Item.vue

2
src/components/itemSet/ReferenceRange.vue

@ -255,7 +255,7 @@ export default {
this.forSexId = res.data; this.forSexId = res.data;
}); });
// //
postapi("/api/app/diagnosis/getlistinsuggestion").then((res) => {
postapi("/api/app/Diagnosis/GetSimpleList").then((res) => {
this.diagnosis = res.data; this.diagnosis = res.data;
this.diagnosies = res.data this.diagnosies = res.data
this.diagnosisId = res.data this.diagnosisId = res.data

2
src/views/customerReport/diseaseStatistics.vue

@ -272,7 +272,7 @@ export default {
} }
}); });
postapi("/api/app/diagnosis/getlistinsuggestion").then((res) => {
postapi("/api/app/Diagnosis/GetSimpleList").then((res) => {
if (res.code == 1) { if (res.code == 1) {
this.dict.asbItemAll = res.data; this.dict.asbItemAll = res.data;
} }

5
src/views/customerReport/positiveResultsList.vue

@ -303,6 +303,11 @@ export default {
tcdate(this.dict.itemTypeTree); tcdate(this.dict.itemTypeTree);
} }
}); });
postapi("/api/app/Diagnosis/GetSimpleList").then((res) => {
if (res.code == 1) {
this.dict.asbItemAll = res.data;
}
});
}, },
changeValue(value) { changeValue(value) {
if (value == 0) { if (value == 0) {

1
src/views/fee-settings/Item.vue

@ -1841,6 +1841,7 @@ export default {
if (res.code != -1) { if (res.code != -1) {
this.diagnosisId = res.data; this.diagnosisId = res.data;
this.quickAsb = res.data; this.quickAsb = res.data;
this.quckeDitd=[...res.data]
} }
}); });
}, },

Loading…
Cancel
Save