|
@@ -1314,7 +1314,9 @@
|
1314
|
1314
|
if (this.teamList.length > 0) {
|
1315
|
1315
|
for (let i = 0; i < this.teamList.length; i++) {
|
1316
|
1316
|
if (this.curPrescriptions.med_type == 14 && this.teamList[i].is_special_diseases != 1) {
|
1317
|
|
- this.$message.error('该处方属于特病类型处方,请开特病类型的项目')
|
|
1317
|
+ setTimeout(() => {
|
|
1318
|
+ this.$message.error('该处方属于特病类型处方,请开特病类型的项目')
|
|
1319
|
+ }, 100)
|
1318
|
1320
|
// return
|
1319
|
1321
|
}
|
1320
|
1322
|
|
|
@@ -1776,7 +1778,8 @@
|
1776
|
1778
|
remark: '',
|
1777
|
1779
|
medical_code: project[i].project.medical_code,
|
1778
|
1780
|
unit: project[i].project.unit,
|
1779
|
|
- type: project[i].type
|
|
1781
|
+ type: project[i].type,
|
|
1782
|
+ is_special_diseases: project[i].project.disease_directory,
|
1780
|
1783
|
}
|
1781
|
1784
|
if (obj.total == 0 || obj.total == undefined) {
|
1782
|
1785
|
obj.total = 1
|
|
@@ -1797,7 +1800,8 @@
|
1797
|
1800
|
remark: '',
|
1798
|
1801
|
medical_code: project[i].good_info.medical_insurance_number,
|
1799
|
1802
|
unit: project[i].good_info.unit,
|
1800
|
|
- type: project[i].type
|
|
1803
|
+ type: project[i].type,
|
|
1804
|
+ is_special_diseases: project[i].good_info.is_special_diseases,
|
1801
|
1805
|
}
|
1802
|
1806
|
if (obj.total == 0 || obj.total == undefined) {
|
1803
|
1807
|
obj.total = 1
|