Browse Source

518合并代码

XMLWAN 3 years ago
parent
commit
ea4a925340

+ 5 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

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

+ 6 - 6
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

53
                     highlight-current-row ref="tab"
53
                     highlight-current-row ref="tab"
54
                     @current-change="handleCurrentChange">
54
                     @current-change="handleCurrentChange">
55
             <el-table-column align="center" prop="name" label="姓名" wdith='89'>
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
             </el-table-column>
57
             </el-table-column>
58
             <el-table-column align="center" prop="name" label="就诊号" width="110">
58
             <el-table-column align="center" prop="name" label="就诊号" width="110">
59
               <template slot-scope="scope">{{ scope.row.number ? scope.row.number : '' }}
59
               <template slot-scope="scope">{{ scope.row.number ? scope.row.number : '' }}
83
 
83
 
84
         <div class="mainCell fixedCell" style="margin-bottom:10px;">
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
                         <el-button size="small"
87
                         <el-button size="small"
88
                                    @click="openZb(1)"
88
                                    @click="openZb(1)"
89
                                    type="primary">登记
89
                                    type="primary">登记
102
           </div>
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
 <!--            <el-button size="small"-->
106
 <!--            <el-button size="small"-->
107
 <!--                       @click="openZb(1)"-->
107
 <!--                       @click="openZb(1)"-->
108
 <!--                       type="primary">登记-->
108
 <!--                       type="primary">登记-->
185
                             <div style="margin-bottom:10px;float: right">
185
                             <div style="margin-bottom:10px;float: right">
186
                               <div>
186
                               <div>
187
                                 <el-button
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
                                     size="small"
189
                                     size="small"
190
                                     @click="open(8,items.med_type,items.prescriptions[0].order,items.prescriptions)"
190
                                     @click="open(8,items.med_type,items.prescriptions[0].order,items.prescriptions)"
191
                                     type="primary"
191
                                     type="primary"
192
                                 >预结算
192
                                 >预结算
193
                                 </el-button>
193
                                 </el-button>
194
                                 <el-button
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
                                     size="small"
196
                                     size="small"
197
                                     @click="open(11,items.med_type,items.prescriptions[0].order,items.prescriptions)"
197
                                     @click="open(11,items.med_type,items.prescriptions[0].order,items.prescriptions)"
198
                                     type="primary"
198
                                     type="primary"
203
 
203
 
204
 
204
 
205
                                 <el-button v-loading="loadingtwo"
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
                                            size="small"
207
                                            size="small"
208
                                            @click="open(4,items.med_type,items.curPrescriptions.order,items.prescriptions)"
208
                                            @click="open(4,items.med_type,items.curPrescriptions.order,items.prescriptions)"
209
                                            type="primary">收费
209
                                            type="primary">收费