Procházet zdrojové kódy

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx před 3 roky
rodič
revize
b708c9629b

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

@@ -133,7 +133,7 @@
133 133
                                                             >预结算
134 134
                                                             </el-button>
135 135
                                                             <el-button
136
-                                                                    v-if="items.curPrescriptions.order.order_status == 1 && items.curPrescriptions.order.is_pre == 1 && hisPatientInfo.balance_accounts_type != 2"
136
+                                                                    v-if="items.curPrescriptions.order.order_status == 1 && hisPatientInfo.balance_accounts_type != 2"
137 137
                                                                     size="small" @click="open(11,items.med_type,items.prescriptions[0].order,items.prescriptions)" type="primary"
138 138
                                                             >撤销明细
139 139
                                                             </el-button>