|
@@ -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),
|