Bläddra i källkod

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

csx 3 år sedan
förälder
incheckning
376b29ed52
1 ändrade filer med 8 tillägg och 2 borttagningar
  1. 8 2
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 8 - 2
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Visa fil

@@ -136,8 +136,8 @@
136 136
                                                                     size="small" @click="open(11)" type="primary"
137 137
                                                             >撤销明细
138 138
                                                             </el-button>
139
-                                                            <div>{{ items.curPrescriptions.order.order_status}}</div>
140
-                                                            <div>{{ items.prescriptions[0].order.order_status}}</div>
139
+                                                            <!--<div>{{ items.curPrescriptions.order.order_status}}</div>-->
140
+                                                            <!--<div>{{ items.prescriptions[0].order.order_status}}</div>-->
141 141
 
142 142
 
143 143
                                                             <el-button v-loading="loadingtwo"
@@ -3347,6 +3347,12 @@
3347 3347
                   tempAddition.push(obj)
3348 3348
                 }
3349 3349
                 const index = i + 1
3350
+                console.log("~~~~~~~~")
3351
+                console.log( prescription.order)
3352
+                prescription.order.order_status =  prescription.order.order_status.toString()
3353
+                prescription.order.order_status =  parseInt(prescription.order.order_status)
3354
+
3355
+
3350 3356
                 const obj = {
3351 3357
                   id: prescription.id,
3352 3358
                   name: this.getPName(prescription.med_type, index),