|
@ -20,77 +20,33 @@
|
|
|
<body class="bgc-f2f3f4">
|
|
|
<div id="app" v-cloak>
|
|
|
<div class="bgc-fff c-f17 plr15 ptb10" >
|
|
|
<span class="c-333">DC1326898 (张峰) </span>
|
|
|
<span class="c-333">{{data.cardNo}} ({{data.name}}) </span>
|
|
|
<span class="qiehuan-txt" @click="changeCards">切换</span>
|
|
|
<span><img src="../images/rili_icon.png" class="date-icon"/></span>
|
|
|
</div>
|
|
|
<ul class="plr15 pb15" v-show="length!=0">
|
|
|
<li class="labelIcon weixin">
|
|
|
<ul class="plr15 pb15" v-if="length!=0">
|
|
|
<li class="labelIcon" :class="payTypeList[item.payType]?payTypeList[item.payType].type:''" v-for="(item,i) in dataList" v-key="i" @click="gotoResult(item.seqNo)">
|
|
|
<div>
|
|
|
<img src="../images/weixinzhifu_icon.png" width="24" height="24"/>
|
|
|
<span class="c-f14 pl10" style="position: relative;top: -2px;">微信支付</span>
|
|
|
<img :src="payTypeList[item.payType]?payTypeList[item.payType].Img:''" width="24" height="24"/>
|
|
|
<span class="c-f14 pl10" style="position: relative;top: -2px;">{{payTypeList[item.payType]?payTypeList[item.payType].text:''}}</span>
|
|
|
</div>
|
|
|
<div class="mt5">
|
|
|
<span class="c-f20">¥ 100.86 元</span>
|
|
|
<span class="c-f14 mt5" style="float: right;">就诊卡缴费-张峰</span>
|
|
|
<span class="c-f20">¥ {{item.payAmount}} 元</span>
|
|
|
<span class="c-f14 mt5" style="float: right;">{{healthType[item.healthType]}}-{{item.patientName}}</span>
|
|
|
</div>
|
|
|
<div class="mt5 c-f12">
|
|
|
<span>上饶县人民医院</span>
|
|
|
<span style="float: right;">2018-09-19 13:30</span>
|
|
|
<span>{{item.hospitalName}}</span>
|
|
|
<span style="float: right;">{{item.payTimeStart}}</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="labelIcon yinlian">
|
|
|
<div>
|
|
|
<img src="../images/yinlianzhifu_icon.png" width="24" height="24"/>
|
|
|
<span class="c-f14 pl10" style="position: relative;top: -2px;">银联支付</span>
|
|
|
</div>
|
|
|
<div class="mt5">
|
|
|
<span class="c-f20">¥ 100.86 元</span>
|
|
|
<span class="c-f14 mt5" style="float: right;">就诊卡缴费-张峰</span>
|
|
|
</div>
|
|
|
<div class="mt5 c-f12">
|
|
|
<span>上饶县人民医院</span>
|
|
|
<span style="float: right;">2018-09-19 13:30</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="labelIcon xianjin">
|
|
|
<div>
|
|
|
<img src="../images/xianjichongzhi_icon.png" width="24" height="24"/>
|
|
|
<span class="c-f14 pl10" style="position: relative;top: -2px;">现金支付</span>
|
|
|
</div>
|
|
|
<div class="mt5">
|
|
|
<span class="c-f20">¥ 100.86 元</span>
|
|
|
<span class="c-f14 mt5" style="float: right;">就诊卡缴费-张峰</span>
|
|
|
</div>
|
|
|
<div class="mt5 c-f12">
|
|
|
<span>上饶县人民医院</span>
|
|
|
<span style="float: right;">2018-09-19 13:30</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="labelIcon zhifubao">
|
|
|
<div>
|
|
|
<img src="../images/zhifubaozhifu_icon.png" width="24" height="24"/>
|
|
|
<span class="c-f14 pl10" style="position: relative;top: -2px;">支付宝支付</span>
|
|
|
</div>
|
|
|
<div class="mt5">
|
|
|
<span class="c-f20">¥ 100.86 元</span>
|
|
|
<span class="c-f14 mt5" style="float: right;">就诊卡缴费-张峰</span>
|
|
|
</div>
|
|
|
<div class="mt5 c-f12">
|
|
|
<span>上饶县人民医院</span>
|
|
|
<span style="float: right;">2018-09-19 13:30</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<div class="default-div" v-show="length==0">
|
|
|
<div class="default-div" v-else>
|
|
|
<img src="../images/wushuju.png" width="222"/>
|
|
|
<div class="c-999 c-f14 pt30">
|
|
|
暂无该就诊卡缴费记录
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="circle-btn" @click="gotoCards">
|
|
|
<div style="margin-top: 1px;">我的<br/>就诊卡</div>
|
|
|
</div>
|
|
|
<a href="javascript:;" class="circle-btn" @click="gotoCards"><span style="margin-top: 1px;">我的<br/>就诊卡</span></a>
|
|
|
</div>
|
|
|
|
|
|
<script src="../../../js/post.js"></script>
|