| 1 |
- <view class="content"><view class="consu-list"><mescroll-body class="vue-ref" vue-id="786f5688-1" down="{{downOption}}" up="{{upOption}}" data-ref="mescrollRef" data-event-opts="{{[['^init',[['mescrollInit']]],['^down',[['downCallback']]],['^up',[['upCallback']]]]}}" bind:init="__e" bind:down="__e" bind:up="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['showImg',['$0'],[[['dataList','',index]]]]]]]}}" class="item" bindtap="__e"><view class="ordersn-box"><view class="num">{{"处方单号:"+item.rpId}}</view><view class="status-box"><block wx:if="{{item.status==0}}"><text class="text info">待开方</text></block><block wx:if="{{item.status==1}}"><text class="text success">已开方</text></block><block wx:if="{{item.status==2}}"><text class="text black">已拒绝</text></block></view></view><view class="drug-list"><block wx:for="{{item.items}}" wx:for-item="subItme" wx:for-index="index"><view class="drug-item"><view class="drug-info"><view class="name-box ellipsis2"><view class="tag">处方药</view>{{subItme.drug_name+''}}</view></view></view></block></view><block wx:if="{{item.status==1}}"><view class="ask-text">{{"诊断结果:"+item.diagnose}}</view></block><block wx:if="{{item.status==2}}"><view class="ask-text">{{"审核结果:"+item.auditReason}}</view></block><block wx:if="{{item.status==1}}"><view class="patient-text">{{"医生:"+item.doctorName+''}}</view></block><view class="patient-text">{{"患者:"+item.patientName+" "+item.patientAge+"岁 "+(item.patientGender==1?'男':'女')+''}}</view><block wx:if="{{item.createTime!=null}}"><view class="ask-time">{{"提交时间:"+item.createTime}}</view></block><block wx:if="{{item.rpCreateTime!=null}}"><view class="ask-time">{{"开方时间:"+item.rpCreateTime}}</view></block></view></block></mescroll-body></view></view>
|