XMLWAN před 2 roky
rodič
revize
ea4a925340

+ 5 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Zobrazit soubor

@@ -230,6 +230,7 @@
230 230
                 template_id == 46 ||
231 231
                 template_id == 47 ||
232 232
                 template_id == 48 ||
233
+                template_id == 51 ||
233 234
                 org_id == 10210 ||
234 235
                 org_id == 9555)
235 236
             "
@@ -281,6 +282,7 @@
281 282
               template_id != 46 &&
282 283
               template_id != 47 &&
283 284
               template_id != 48 &&
285
+               template_id != 51 &&
284 286
               org_id!= 10210 &&
285 287
               org_id != 9555
286 288
             "
@@ -1061,6 +1063,7 @@
1061 1063
                 template_id == 46 ||
1062 1064
                 template_id == 47 ||
1063 1065
                 template_id == 48 ||
1066
+                template_id == 51 ||
1064 1067
                 org_id == 10210 ||
1065 1068
                 org_id == 9555)
1066 1069
             "
@@ -1103,7 +1106,9 @@
1103 1106
               template_id != 44 &&
1104 1107
               template_id != 46 &&
1105 1108
               template_id != 47 &&
1109
+              template_id != 51 &&
1106 1110
               template_id == 48 &&
1111
+             
1107 1112
               org_id !=  10210 &&
1108 1113
               org_id != 9555
1109 1114
             "

+ 6 - 6
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Zobrazit soubor

@@ -53,7 +53,7 @@
53 53
                     highlight-current-row ref="tab"
54 54
                     @current-change="handleCurrentChange">
55 55
             <el-table-column align="center" prop="name" label="姓名" wdith='89'>
56
-              <template slot-scope="scope">{{ scope.row.name }}</template>
56
+              <template slot-scope="scope">{{ scope.$index + 1 }}.{{ scope.row.name }}</template>
57 57
             </el-table-column>
58 58
             <el-table-column align="center" prop="name" label="就诊号" width="110">
59 59
               <template slot-scope="scope">{{ scope.row.number ? scope.row.number : '' }}
@@ -83,7 +83,7 @@
83 83
 
84 84
         <div class="mainCell fixedCell" style="margin-bottom:10px;">
85 85
 
86
-          <div v-if="this.$store.getters.xt_user.org_id == 10340">
86
+          <div v-if="org_id == 10340">
87 87
                         <el-button size="small"
88 88
                                    @click="openZb(1)"
89 89
                                    type="primary">登记
@@ -102,7 +102,7 @@
102 102
           </div>
103 103
 
104 104
 
105
-          <div  v-if="this.$store.getters.xt_user.org_id != 10340">
105
+          <div  v-if="org_id != 10340">
106 106
 <!--            <el-button size="small"-->
107 107
 <!--                       @click="openZb(1)"-->
108 108
 <!--                       type="primary">登记-->
@@ -185,14 +185,14 @@
185 185
                             <div style="margin-bottom:10px;float: right">
186 186
                               <div>
187 187
                                 <el-button
188
-                                    v-if="(hisPatientInfo.id_card_type != 3 && hisPatientInfo.balance_accounts_type != 2 && hisPatientInfo.id > 0 &&  items.prescriptions[0].order.id == 0 && this.$store.getters.xt_user.org_id != 10340)"
188
+                                    v-if="(hisPatientInfo.id_card_type != 3 && hisPatientInfo.balance_accounts_type != 2 && hisPatientInfo.id > 0 &&  items.prescriptions[0].order.id == 0 && org_id != 10340)"
189 189
                                     size="small"
190 190
                                     @click="open(8,items.med_type,items.prescriptions[0].order,items.prescriptions)"
191 191
                                     type="primary"
192 192
                                 >预结算
193 193
                                 </el-button>
194 194
                                 <el-button
195
-                                    v-if="items.curPrescriptions.order.order_status == 1 && hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10340"
195
+                                    v-if="items.curPrescriptions.order.order_status == 1 && hisPatientInfo.balance_accounts_type != 2 && org_id != 10340"
196 196
                                     size="small"
197 197
                                     @click="open(11,items.med_type,items.prescriptions[0].order,items.prescriptions)"
198 198
                                     type="primary"
@@ -203,7 +203,7 @@
203 203
 
204 204
 
205 205
                                 <el-button v-loading="loadingtwo"
206
-                                           v-if="((hisPatientInfo.id > 0 && items.curPrescriptions.order.id == 0) || items.curPrescriptions.order.order_status == 1 ||  items.curPrescriptions.order.order_status == 3)&&this.$store.getters.xt_user.org_id != 10340"
206
+                                           v-if="((hisPatientInfo.id > 0 && items.curPrescriptions.order.id == 0) || items.curPrescriptions.order.order_status == 1 ||  items.curPrescriptions.order.order_status == 3)&& org_id != 10340"
207 207
                                            size="small"
208 208
                                            @click="open(4,items.med_type,items.curPrescriptions.order,items.prescriptions)"
209 209
                                            type="primary">收费