yq1 9 months ago
parent
commit
290a4d701a

+ 5 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

1899
                         <td
1899
                         <td
1900
                           style="font-size: 16px"
1900
                           style="font-size: 16px"
1901
                           width="10%"
1901
                           width="10%"
1902
-                          v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375 || org_id ==10571 || org_id ==10600"
1902
+                          v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || 
1903
+                                org_id ==10375 || org_id ==10571 || org_id ==10600 || 
1904
+                                org_id == 10598" 
1903
                         >
1905
                         >
1904
                           核对护士
1906
                           核对护士
1905
                         </td>
1907
                         </td>
1995
                             getTime(advice.execution_time, "{h}:{i}")
1997
                             getTime(advice.execution_time, "{h}:{i}")
1996
                           }}</span>
1998
                           }}</span>
1997
                         </td>
1999
                         </td>
1998
-                        <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375 || org_id ==10571 || org_id ==10600">
2000
+                        <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || 
2001
+                            org_id ==10375 || org_id ==10571 || org_id ==10600 || org_id == 10598">
1999
                           <span v-if="advice!=null && advice.checker>0">
2002
                           <span v-if="advice!=null && advice.checker>0">
2000
                             <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker)}}</span>
2003
                             <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker)}}</span>
2001
                             <img
2004
                             <img

+ 21 - 16
src/xt_pages/outpatientCharges/invoiceTemplate/printtwelve.vue View File

42
         <div :style="{position: 'absolute',top:'210px',left:'310px'}"></div>
42
         <div :style="{position: 'absolute',top:'210px',left:'310px'}"></div>
43
       </div>
43
       </div>
44
       <div style="display: flex;">
44
       <div style="display: flex;">
45
-        <div :style="{position: 'absolute',top:'230px',left:'75px'}">{{list.checkCostTotal?list.checkCostTotal:""}}</div>
45
+        <!-- {{list.checkCostTotal?list.checkCostTotal:""}} 检查费-->
46
+        <div :style="{position: 'absolute',top:'230px',left:'75px'}"></div>
46
         <div :style="{position: 'absolute',top:'230px',left:'121px'}"></div>
47
         <div :style="{position: 'absolute',top:'230px',left:'121px'}"></div>
47
         <div :style="{position: 'absolute',top:'230px',left:'270px'}"></div>
48
         <div :style="{position: 'absolute',top:'230px',left:'270px'}"></div>
48
         <div :style="{position: 'absolute',top:'230px',left:'310px'}"></div>
49
         <div :style="{position: 'absolute',top:'230px',left:'310px'}"></div>
49
       </div>
50
       </div>
50
       <div style="display: flex;">
51
       <div style="display: flex;">
51
-        <div :style="{position: 'absolute',top:'250px',left:'75px'}">{{list.treatCostTotal?list.treatCostTotal:""}}</div>
52
+        <div :style="{position: 'absolute',top:'250px',left:'75px'}">{{treatCostTotal!=null?treatCostTotal:""}}</div>
52
         <div :style="{position: 'absolute',top:'250px',left:'121px'}"></div>
53
         <div :style="{position: 'absolute',top:'250px',left:'121px'}"></div>
53
         <div :style="{position: 'absolute',top:'250px',left:'270px'}">{{list.materialCostTotal?list.materialCostTotal:""}}</div>
54
         <div :style="{position: 'absolute',top:'250px',left:'270px'}">{{list.materialCostTotal?list.materialCostTotal:""}}</div>
54
         <div :style="{position: 'absolute',top:'250px',left:'310px'}"></div>
55
         <div :style="{position: 'absolute',top:'250px',left:'310px'}"></div>
103
       org_name:'',
104
       org_name:'',
104
       pageArr:[],
105
       pageArr:[],
105
       Arr:[],
106
       Arr:[],
107
+      treatCostTotal:null,
106
       // pageArrs:['西药费','化验费','治疗费','处置费',,'输氧费','其他']
108
       // pageArrs:['西药费','化验费','治疗费','处置费',,'输氧费','其他']
107
       // pageArrs:['西药费','化验费','治疗费','处置费','中成药','诊疗费','材料费',
109
       // pageArrs:['西药费','化验费','治疗费','处置费','中成药','诊疗费','材料费',
108
       //         '护理费','注射费','检查费','输氧费','其他'],
110
       //         '护理费','注射费','检查费','输氧费','其他'],
134
         newArray.push(array.slice(index, index += subGroupLength));
136
         newArray.push(array.slice(index, index += subGroupLength));
135
       }
137
       }
136
       return newArray;
138
       return newArray;
137
-    }, getInvoice(params){
139
+    }, 
140
+    getInvoice(params){
138
       getInvoice(params).then((res) => {
141
       getInvoice(params).then((res) => {
139
         console.log('res',res)
142
         console.log('res',res)
140
         this.list = res.data.data
143
         this.list = res.data.data
144
+        this.treatCostTotal = (this.list.treatCostTotal+this.list.checkCostTotal).toFixed(2)
145
+        // console.log('ttttttttt',this.treatCostTotal);
141
         this.totalPrice = this.list.westernMedicineCostTotal + this.list.checkCostTotal + this.list.treatCostTotal + this.list.bedCostTotal + this.list.chineseTraditionalMedicineCostTotal +
146
         this.totalPrice = this.list.westernMedicineCostTotal + this.list.checkCostTotal + this.list.treatCostTotal + this.list.bedCostTotal + this.list.chineseTraditionalMedicineCostTotal +
142
           this.list.laboratoryCostTotal + this.list.operationCostTotal + this.list.otherCostTotal + this.list.materialCostTotal
147
           this.list.laboratoryCostTotal + this.list.operationCostTotal + this.list.otherCostTotal + this.list.materialCostTotal
143
         this.smalltoBIG(this.totalPrice)
148
         this.smalltoBIG(this.totalPrice)
196
           this.pageArr.push(obj)
201
           this.pageArr.push(obj)
197
         }
202
         }
198
 
203
 
199
-        if(this.list.checkCostTotal > 0){
200
-          let obj = {
201
-            name: this.paramsObj.name,
202
-            total: this.list.checkCostTotal,
203
-            item: "检查费",
204
-            doctor_name:"医生 " + this.list.doctor_info.user_name,
205
-            operator:this.list.admin_user_name,
206
-            printDate:this.printDate,
207
-          }
208
-          this.pageArr.push(obj)
209
-        }
204
+        // if(this.list.checkCostTotal > 0){
205
+        //   let obj = {
206
+        //     name: this.paramsObj.name,
207
+        //     total: this.list.checkCostTotal,
208
+        //     item: "检查费",
209
+        //     doctor_name:"医生 " + this.list.doctor_info.user_name,
210
+        //     operator:this.list.admin_user_name,
211
+        //     printDate:this.printDate,
212
+        //   }
213
+        //   this.pageArr.push(obj)
214
+        // }
210
 
215
 
211
-        if(this.list.treatCostTotal > 0){
216
+        if(this.list.treatCostTotal > 0 || this.list.checkCostTotal > 0){
212
           let obj = {
217
           let obj = {
213
             name:this.paramsObj.name,
218
             name:this.paramsObj.name,
214
-            total: this.list.treatCostTotal,
219
+            total: this.list.treatCostTotal + this.list.checkCostTotal,
215
             item: "治疗费",
220
             item: "治疗费",
216
             doctor_name:"医生 " + this.list.doctor_info.user_name,
221
             doctor_name:"医生 " + this.list.doctor_info.user_name,
217
             operator:this.list.admin_user_name,
222
             operator:this.list.admin_user_name,

+ 1 - 0
src/xt_pages/outpatientDoctorStation/checkTemplate/printOne.vue View File

13
         src="https://kuyi.shengws.com/beierlog.png"
13
         src="https://kuyi.shengws.com/beierlog.png"
14
         alt=""
14
         alt=""
15
       />
15
       />
16
+      <div class="printTitle" v-if="org_id ==10598">孝感源生堂血液透析中心</div>
16
       <div class="printTitle">检验申请单</div>
17
       <div class="printTitle">检验申请单</div>
17
 
18
 
18
       <div style="border: 1px solid #000;margin-bottom: 10px;">
19
       <div style="border: 1px solid #000;margin-bottom: 10px;">

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue View File

11
                 </template>
11
                 </template>
12
             </el-table-column>
12
             </el-table-column>
13
 
13
 
14
-
15
             <el-table-column align="center" prop="drug_name" label="名称" fixed>
14
             <el-table-column align="center" prop="drug_name" label="名称" fixed>
16
                 <template slot-scope="scope"><span :title="scope.row.drug_name">{{ scope.row.drug_name }}</span>
15
                 <template slot-scope="scope"><span :title="scope.row.drug_name">{{ scope.row.drug_name }}</span>
17
                 </template>
16
                 </template>
520
           return
519
           return
521
         }
520
         }
522
         if(this.$store.getters.xt_user.org_id != 10206) {
521
         if(this.$store.getters.xt_user.org_id != 10206) {
522
+          console.log('yyyyyyyy',scope);
523
           if (scope.row.drug.min_unit == scope.row.single_dose_unit) {
523
           if (scope.row.drug.min_unit == scope.row.single_dose_unit) {
524
             if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
524
             if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
525
               console.log(1)
525
               console.log(1)

+ 58 - 6
src/xt_pages/outpatientDoctorStation/components/prescriptionTemplateTable.vue View File

584
         //     this.$message.error(scope.row.drug_name + '库存不足')
584
         //     this.$message.error(scope.row.drug_name + '库存不足')
585
         //   }
585
         //   }
586
         // }
586
         // }
587
-      },      getAllChange(scope) {
587
+      },      
588
+      getAllChange(scope) {
589
+        console.log('kkkkkkkk',scope);
588
         if (scope.row.drug.min_unit == scope.row.single_dose_unit) {
590
         if (scope.row.drug.min_unit == scope.row.single_dose_unit) {
589
           if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
591
           if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
590
             console.log(1)
592
             console.log(1)
607
         }
609
         }
608
         if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
610
         if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
609
           // scope.row.retail_price = scope.row.drug.min_number / scope.row.retail_price
611
           // scope.row.retail_price = scope.row.drug.min_number / scope.row.retail_price
610
-          if (scope.row.prescribing_number > scope.row.drug.total) {
611
-            if(this.$store.getters.xt_user.org_id != 10206) {
612
+
613
+          // if (scope.row.prescribing_number > scope.row.drug.total) {
614
+          //   if(this.$store.getters.xt_user.org_id != 10206) {
615
+          //     this.$message.error(scope.row.drug_name + '库存不足')
616
+          //   }
617
+          // }
618
+
619
+          if (scope.row.drug.is_user != 1) {
620
+            if (scope.row.prescribing_number > scope.row.drug.sum_count && this.$store.getters.xt_user.org_id != 10206 && this.$store.getters.xt_user.org_id != 0) {
612
               this.$message.error(scope.row.drug_name + '库存不足')
621
               this.$message.error(scope.row.drug_name + '库存不足')
613
             }
622
             }
614
           }
623
           }
615
         } else {
624
         } else {
616
-          if ((parseInt(scope.row.prescribing_number) * scope.row.drug.min_number) > scope.row.drug.total) {
617
-            if(this.$store.getters.xt_user.org_id != 10206) {
625
+          // if ((parseInt(scope.row.prescribing_number) * scope.row.drug.min_number) > scope.row.drug.total) {
626
+          //   if(this.$store.getters.xt_user.org_id != 10206) {
627
+          //     this.$message.error(scope.row.drug_name + '库存不足')
628
+          //   }
629
+          // }
630
+
631
+          if (scope.row.drug.is_user != 1) {
632
+            if ((parseInt(scope.row.prescribing_number) * scope.row.drug.min_number) > scope.row.drug.sum_count && this.$store.getters.xt_user.org_id != 10206 && this.$store.getters.xt_user.org_id != 0) {
618
               this.$message.error(scope.row.drug_name + '库存不足')
633
               this.$message.error(scope.row.drug_name + '库存不足')
619
             }
634
             }
620
           }
635
           }
636
+
621
           // scope.row.retail_price = scope.row.drug.retail_price * scope.row.prescribing_number
637
           // scope.row.retail_price = scope.row.drug.retail_price * scope.row.prescribing_number
622
         }
638
         }
623
 
639
 
640
         if (this.prescription.project[scope.$index].total == 0) {
656
         if (this.prescription.project[scope.$index].total == 0) {
641
           this.prescription.project[scope.$index].total = 1
657
           this.prescription.project[scope.$index].total = 1
642
         }
658
         }
643
-      }
659
+      },
660
+      getNum(execution_frequency) {
661
+        let arr = [
662
+          { name: '立即执行', count: 1 },
663
+          { name: '透析时', count: 1 },
664
+          { name: '透析1h一次', count: 1 },
665
+          { name: '透析2h一次', count: 1 },
666
+          { name: '透析3h一次', count: 1 },
667
+          { name: '每日一次', count: 1 },
668
+          { name: '每日两次', count: 2 },
669
+          { name: '每日三次', count: 3 },
670
+          { name: '每晚一次', count: 1 },
671
+          { name: '每晚', count: 1 },
672
+          { name: '上机前', count: 1 },
673
+          { name: '下机前', count: 1 },
674
+          { name: '透析后立即', count: 1 },
675
+          { name: '持续使用', count: 1 },
676
+          { name: '临时开药', count: 1 },
677
+          { name: '临睡前', count: 1 },
678
+          { name: '隔日一次', count: 1 },
679
+          { name: '隔三日一次', count: 1 },
680
+          { name: '每二小时一次', count: 12 },
681
+          { name: '每四小时一次', count: 6 },
682
+          { name: '每六小时一次', count: 4 },
683
+          { name: '每八小时一次', count: 3 }
684
+        ]
685
+        let num = ''
686
+        arr.map(item => {
687
+          if (item.name == execution_frequency) {
688
+            num = item.count
689
+          }
690
+        })
691
+        if (num == '') {
692
+          num = 1
693
+        }
694
+        return num
695
+      },
644
     }, mounted() {
696
     }, mounted() {
645
       this.getInitData()
697
       this.getInitData()
646
 
698
 

+ 94 - 39
src/xt_pages/outpatientDoctorStation/template/prinSeven.vue View File

99
                 </div>
99
                 </div>
100
               </template>
100
               </template>
101
               <div style="position: relative;">
101
               <div style="position: relative;">
102
-                <div class="drugsOne" :style="{'border-right':item.arr.length>0 && (item.arr[0][0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}">
103
-                  <span style="font-weight: bold" >
104
-                    {{ index + 1 + "."}}
105
-                  </span>
106
-                  {{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;
107
-                  <span v-if="it.drug.min_unit != it.drug.dose_unit">
108
-                    {{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* {{ it.drug.min_number }}{{ it.drug.min_unit }}/
109
-                    {{it.drug.max_unit}}
110
-                  </span>&nbsp;
102
+                <div v-if="item.arr.length>0">
111
                   <div v-for="(ite,indexs) in item.arr" :key="indexs">
103
                   <div v-for="(ite,indexs) in item.arr" :key="indexs">
112
-                    <template v-if="item.arr.length>0 && ite[0].groupno==it.groupno">
113
-                      <div >
114
-                        <span style="margin-left: 38px;">{{ite[0].advice_name ? ite[0].advice_name : ""}}</span>&nbsp;&nbsp;
115
-                        <span v-if="ite[0].drug.min_unit != ite[0].drug.dose_unit">
116
-                          {{ ite[0].drug.dose }}{{ ite[0].drug.dose_unit }}&nbsp;* {{ ite[0].drug.min_number }}{{ ite[0].drug.min_unit }}/
117
-                          {{ite[0].drug.max_unit}}
104
+                    <template>
105
+                      <div class="drugsOne" :style="{'border-right':item.arr.length>0 && (ite[0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}">
106
+                        <span style="font-weight: bold" >
107
+                          {{ index + 1 + "."}}
108
+                        </span>
109
+                        {{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;
110
+                        <span v-if="it.drug.min_unit != it.drug.dose_unit">
111
+                          {{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* {{ it.drug.min_number }}{{ it.drug.min_unit }}/
112
+                          {{it.drug.max_unit}}
118
                         </span>&nbsp;
113
                         </span>&nbsp;
119
-                      </div>
120
-                      <div style="display: inline-block;position: absolute;left:85%;top:20px;margin-left: 5px;" >
121
-                        &nbsp;共{{ ite[0].single_dose }}{{ ite[0].single_dose_unit }}
114
+                        <div >
115
+                          <!-- v-for="(ite,indexs) in item.arr" :key="indexs" -->
116
+                          <template v-if="item.arr.length>0 && ite[0].groupno==it.groupno">
117
+                            <div>
118
+                              <span style="margin-left: 38px;">{{ite[0].advice_name ? ite[0].advice_name : ""}}</span>&nbsp;&nbsp;
119
+                              <span v-if="ite[0].drug.min_unit != ite[0].drug.dose_unit">
120
+                                {{ ite[0].drug.dose }}{{ ite[0].drug.dose_unit }}&nbsp;* {{ ite[0].drug.min_number }}{{ ite[0].drug.min_unit }}/
121
+                                {{ite[0].drug.max_unit}}
122
+                              </span>&nbsp;
123
+                            </div>
124
+                            <div style="display: inline-block;position: absolute;left:85%;top:20px;margin-left: 5px;" >
125
+                              &nbsp;共{{ ite[0].single_dose }}{{ ite[0].single_dose_unit }}
126
+                            </div>
127
+                          </template>
128
+                        </div>
129
+
130
+                        <div style="margin-left: 70px" >
131
+                          <template>
132
+                              用法:
133
+                              <div style="display: inline-block;" >
134
+                                <template>
135
+                                  <span style="margin-right: 0;" v-if="(item.arr.length>0 && ite[0].groupno!=it.groupno)||item.arr.length==0">{{ it.single_dose }}{{ it.single_dose_unit }}</span>
136
+                                </template>
137
+                              </div>
138
+                            &nbsp;&nbsp;<span>
139
+                              {{ it.execution_frequency }}&nbsp;{{
140
+                                it.delivery_way
141
+                              }}&nbsp;</span>&nbsp;&nbsp;<span>{{ it.advice_desc}}</span>
142
+                          </template>
143
+                        </div>
144
+                        <div style="margin-left: 70px" v-if="it.remark !=''">
145
+                          备注:<span > {{ it.remark }}</span>
146
+                        </div>
122
                       </div>
147
                       </div>
123
                     </template>
148
                     </template>
124
                   </div>
149
                   </div>
150
+                </div>
125
 
151
 
126
-                  <div style="margin-left: 70px">
127
-                    用法:
128
-                    <span v-if="(item.arr.length>0 && item.arr[0][0].groupno!=it.groupno)||item.arr.length==0">{{ it.single_dose }}{{ it.single_dose_unit }}</span>
129
-                    &nbsp;&nbsp;<span>
130
-                      {{ it.execution_frequency }}&nbsp;{{
131
-                        it.delivery_way
132
-                      }}&nbsp;</span>&nbsp;&nbsp;<span>{{ it.advice_desc}}</span>
133
-                  </div>
134
-                  <div style="margin-left: 70px" v-if="it.remark !=''">
135
-                    备注:<span > {{ it.remark }}</span>
136
-                  </div>
152
+                <div v-if="item.arr.length==0">
153
+                  <!--   
154
+                      :style="{'border-right':item.arr.length>0 && (item.arr[0][0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}"-->
155
+                      <div class="drugsOne" >
156
+                        <span style="font-weight: bold" >
157
+                          {{ index + 1 + "."}}
158
+                        </span>
159
+                        {{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;
160
+                        <span v-if="it.drug.min_unit != it.drug.dose_unit">
161
+                          {{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* {{ it.drug.min_number }}{{ it.drug.min_unit }}/
162
+                          {{it.drug.max_unit}}
163
+                        </span>&nbsp;
164
+
165
+                        <div style="margin-left: 70px" >
166
+                          <template>
167
+                              用法:
168
+                              <div style="display: inline-block;" >
169
+                                <template>
170
+                                  <span style="margin-right: 0;">{{ it.single_dose }}{{ it.single_dose_unit }}</span>
171
+                                </template>
172
+                              </div>
173
+                            &nbsp;&nbsp;<span>
174
+                              {{ it.execution_frequency }}&nbsp;{{
175
+                                it.delivery_way
176
+                              }}&nbsp;</span>&nbsp;&nbsp;<span>{{ it.advice_desc}}</span>
177
+                          </template>
178
+                        </div>
179
+                        <div style="margin-left: 70px" v-if="it.remark !=''">
180
+                          备注:<span > {{ it.remark }}</span>
181
+                        </div>
182
+                      </div>
137
                 </div>
183
                 </div>
184
+               
138
                 <div style="display: inline-block;position: absolute;left:80%;bottom:30px;margin-left: 5px;" >
185
                 <div style="display: inline-block;position: absolute;left:80%;bottom:30px;margin-left: 5px;" >
139
                   ×&nbsp;{{ it.prescribing_number}}
186
                   ×&nbsp;{{ it.prescribing_number}}
140
                 </div>
187
                 </div>
145
                     </div>
192
                     </div>
146
                   </template>
193
                   </template>
147
                 </div>
194
                 </div>
148
-                <template>
149
-
150
-                    <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="(item.arr.length>0&&item.arr[0][0].groupno!=it.groupno) || item.arr.length==0">
151
-                      &nbsp;共{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
152
-                    </div>
195
+                <div v-if="item.arr.length>0">
196
+                  <div v-for="(ite,indexs) in item.arr" :key="indexs">
197
+                    <template>
198
+                        <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="(item.arr.length>0&&ite[0].groupno!=it.groupno) || item.arr.length==0">
199
+                          &nbsp;共{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
200
+                        </div>
153
 
201
 
154
-                    <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="item.arr.length>0&&item.arr[0][0].groupno==it.groupno">
155
-                      &nbsp;共{{ it.single_dose }}{{ it.single_dose_unit }}
156
-                    </div>
157
-                </template>
158
-                <!-- --------------------------------------------------------------------- -->
202
+                        <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="item.arr.length>0&&ite[0].groupno==it.groupno">
203
+                          &nbsp;共{{ it.single_dose }}{{ it.single_dose_unit }}
204
+                        </div>
205
+                    </template>
206
+                  </div>
207
+                </div>
208
+                <div v-if="item.arr.length==0">
209
+                  <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" >
210
+                    &nbsp;共{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
211
+                  </div>
212
+                </div>
213
+                <!-------------------------------------------------------------------------->
159
                 <!-- <template>
214
                 <!-- <template>
160
                   <div v-for="(ite,indexs) in item.arr" :key="indexs">
215
                   <div v-for="(ite,indexs) in item.arr" :key="indexs">
161
                     <div class="drugsOne" :style="{'border-right':item.arr.length>0 && (ite[0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}">
216
                     <div class="drugsOne" :style="{'border-right':item.arr.length>0 && (ite[0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}">