|
@@ -294,7 +294,6 @@
|
294
|
294
|
|
295
|
295
|
<span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.account_price?items.curPrescriptions.order.account_price:''}}元</span></span>
|
296
|
296
|
|
297
|
|
-
|
298
|
297
|
<span v-if="items.curPrescriptions.order_status == 1">待结算</span>
|
299
|
298
|
<span v-if="items.curPrescriptions.order_status == 2">已结算</span>
|
300
|
299
|
<span v-if="items.curPrescriptions.order_status == 3">已退费</span>
|
|
@@ -302,7 +301,6 @@
|
302
|
301
|
</div>
|
303
|
302
|
</div>
|
304
|
303
|
|
305
|
|
-
|
306
|
304
|
</div>
|
307
|
305
|
<div class="centerRight">
|
308
|
306
|
<p class="centerRightTitle" style="padding-top: 10px;"
|
|
@@ -621,7 +619,7 @@
|
621
|
619
|
<!--<li style="width:100%;" v-if="activeName == 'second'">总费用:{{ getTotalTwo() }}-->
|
622
|
620
|
<!--</li>-->
|
623
|
621
|
|
624
|
|
- <li style="width:100%;">判断结果:{{info.diagnosis}}</li>
|
|
622
|
+ <li style="width:100%;">判断结果:{{GetDiagnosisName(info.diagnosis)}}</li>
|
625
|
623
|
<!--<li style="width:100%;">是否有传染病:</li>-->
|
626
|
624
|
<!--<li style="width:100%;">血压:</li>-->
|
627
|
625
|
</ul>
|
|
@@ -947,6 +945,11 @@
|
947
|
945
|
changevalue(val) {
|
948
|
946
|
this.$forceUpdate()
|
949
|
947
|
|
|
948
|
+ }, GetDiagnosisName(ids){
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
950
|
953
|
},
|
951
|
954
|
query() {
|
952
|
955
|
if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 10106 || this.$store.getters.xt_user.org_id == 9990) {
|
|
@@ -4673,10 +4676,11 @@
|
4673
|
4676
|
var that = this
|
4674
|
4677
|
axios.get('http://127.0.0.1:9532/sz/api/detail/cancel', {
|
4675
|
4678
|
params: {
|
4676
|
|
- order_id: this.order.id,
|
|
4679
|
+ order_id: order.id,
|
4677
|
4680
|
record_time: this.record_date,
|
4678
|
4681
|
admin_user_id: this.$store.getters.xt_user.user.id,
|
4679
|
|
- patient_id: this.patientInfo.id
|
|
4682
|
+ patient_id: this.patientInfo.id,
|
|
4683
|
+ his_patient_id:this.hisPatientInfo.id,
|
4680
|
4684
|
|
4681
|
4685
|
}
|
4682
|
4686
|
})
|