|
@@ -1282,7 +1282,7 @@
|
1282
|
1282
|
if (this.curPrescriptions.advices.length > 0 && this.curPrescriptions.project.length == 0) {
|
1283
|
1283
|
if (this.$store.getters.xt_user.org_id == 10138) {
|
1284
|
1284
|
for (let i = 0; i < this.curDrugs.length; i++) {
|
1285
|
|
- if (this.curPrescriptions.med_type == 13 && this.curDrugs[i].is_special_diseases != 1) {
|
|
1285
|
+ if (this.curPrescriptions.med_type == 14 && this.curDrugs[i].is_special_diseases != 1) {
|
1286
|
1286
|
this.$message.error('该处方属于特病类型处方,开非特病类型的药')
|
1287
|
1287
|
return
|
1288
|
1288
|
}
|
|
@@ -1294,7 +1294,7 @@
|
1294
|
1294
|
if (this.curPrescriptions.advices.length == 0 && this.curPrescriptions.project.length == 0) {
|
1295
|
1295
|
if (this.$store.getters.xt_user.org_id == 10138) {
|
1296
|
1296
|
for (let i = 0; i < this.curDrugs.length; i++) {
|
1297
|
|
- if (this.curPrescriptions.med_type == 13 && this.curDrugs[i].is_special_diseases != 1) {
|
|
1297
|
+ if (this.curPrescriptions.med_type == 14 && this.curDrugs[i].is_special_diseases != 1) {
|
1298
|
1298
|
this.$message.error('该处方属于特病类型处方,开非特病类型的药')
|
1299
|
1299
|
return
|
1300
|
1300
|
}
|