|
@@ -1769,7 +1769,7 @@
|
1769
|
1769
|
</table>
|
1770
|
1770
|
</td>
|
1771
|
1771
|
</tr>
|
1772
|
|
- <tr v-if="org_id != 10206 && org_id!=0 && org_id!=10744">
|
|
1772
|
+ <tr v-if="org_id != 10206 && org_id!=0">
|
1773
|
1773
|
<td style="padding: 0; position: relative" colspan="2">
|
1774
|
1774
|
<table class="inside_table">
|
1775
|
1775
|
<tbody>
|
|
@@ -1955,7 +1955,7 @@
|
1955
|
1955
|
</td>
|
1956
|
1956
|
</tr>
|
1957
|
1957
|
|
1958
|
|
- <tr v-if="org_id == 10206 || org_id == 0 || org_id == 10744">
|
|
1958
|
+ <tr v-if="org_id == 10206 || org_id == 0">
|
1959
|
1959
|
<td style="padding: 0; position: relative" colspan="2">
|
1960
|
1960
|
<table class="inside_table">
|
1961
|
1961
|
<tbody>
|
|
@@ -4451,7 +4451,7 @@ export default {
|
4451
|
4451
|
|
4452
|
4452
|
|
4453
|
4453
|
//针对内蒙古阿拉善
|
4454
|
|
- if (this.org_id == 10206 || this.org_id == 0 || this.org_id == 10744) {
|
|
4454
|
+ if (this.org_id == 10206 || this.org_id == 9671) {
|
4455
|
4455
|
|
4456
|
4456
|
if (this.doctor_advices != null && this.doctor_advices.length > 0) {
|
4457
|
4457
|
|
|
@@ -4518,7 +4518,7 @@ export default {
|
4518
|
4518
|
console.log("ma新时间我哦我哦", this.new_doctor_advice_list)
|
4519
|
4519
|
|
4520
|
4520
|
//过滤口服药
|
4521
|
|
- if (this.org_id == 0 || this.org_id ==10744) {
|
|
4521
|
+ if (this.org_id == 0) {
|
4522
|
4522
|
var docArr = []
|
4523
|
4523
|
if (this.new_doctor_advice_list != null && this.new_doctor_advice_list.length > 0) {
|
4524
|
4524
|
for (let i = 0; i < this.new_doctor_advice_list.length; i++) {
|