| 1 |
- <view class="content"><view class="fixed-top-box"><view class="status_bar" style="{{'height:'+(statusBarHeight)+';'}}"></view><view data-event-opts="{{[['tap',[['back',['$event']]]]]}}" class="back-box" bindtap="__e"><image src="../../static/images/back_white.png" mode></image><text class="title">填写处方信息</text><text></text></view></view><view class="inner"><view style="{{'height:'+(statusBarHeight)+';'}}"></view><view class="steps-box"><view class="item active">填写信息</view><image class="arrow" src="../../static/images/arrow4.png" mode></image><view class="item">医生开方</view><image class="arrow" src="../../static/images/arrow4.png" mode></image><view class="item">支付订单</view><image class="arrow" src="../../static/images/arrow4.png" mode></image><view class="item">厂家发货</view></view><view class="tip-box"><view class="top"><image src="../../static/images/safe2.png" mode></image><text class="text">依据国家规定、处方药需凭处方购买</text></view><view class="time-tip">填写问诊人信息、处方信息</view></view><view class="info-box"><view class="chose-people"><view class="title-box"><text class="title">选择问诊人</text><view data-event-opts="{{[['tap',[['addPeople']]]]}}" class="add-box" bindtap="__e"><image src="../../static/images/add26.png" mode></image><text>添加</text></view></view><block wx:if="{{$root.g0>0}}"><view class="peop-list"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['chosePatient',['$0'],[[['patient','',index]]]]]]]}}" class="{{[patientId==item.$orig.patientId?'item active':'item']}}" bindtap="__e"><view class="name">{{item.$orig.patientName}}</view><view class="info"><block wx:if="{{item.$orig.gender==1}}"><text class="sex">男</text></block><block wx:if="{{item.$orig.gender==2}}"><text class="sex">女</text></block><text class="ege">{{item.g1+"岁"}}</text></view><block wx:if="{{patientId==item.$orig.patientId}}"><image class="active-img" src="../../static/images/sel_right50.png" mode></image></block></view></block></view></block></view><view class="text-content"><view class="title"><text class="black">主诉</text><text class="gray">(选填)</text></view><textarea class="textArea" maxlength="200" placeholder="请填写主诉内容" data-event-opts="{{[['input',[['chiefComplaintInput',['$event']]]]]}}" bindinput="__e"></textarea></view><view class="text-content"><view class="title"><text class="black">既往病史</text><text class="gray">(选填)</text></view><textarea class="textArea" maxlength="200" placeholder="请填写既往病史内容" data-event-opts="{{[['input',[['historyIllnessInput',['$event']]]]]}}" bindinput="__e"></textarea></view><view class="img-content"><view class="title"><text class="black">复诊凭证</text><text class="gray">{{"(选填) "+$root.g2+"/4"}}</text></view><view class="upload-img"><block wx:for="{{imgList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="img"><image src="{{item}}" mode="aspectFill" data-event-opts="{{[['tap',[['previewImage',[index]]]]]}}" bindtap="__e"></image><view data-event-opts="{{[['tap',[['delImg',[index]]]]]}}" class="del" bindtap="__e"><image src="/static/images/del2.png"></image></view></view></block><block wx:if="{{$root.g3<4}}"><view data-event-opts="{{[['tap',[['chooseImage',[1]]]]]}}" class="chose-img" bindtap="__e"><image src="/static/images/adds.png"></image></view></block></view></view><view class="check-box"><view class="left"><image src="../../static/images/yao.png" mode></image><text class="text">是否有过敏史</text></view><radio-group style="display:flex;align-items:center;"><label style="margin-right:50rpx;"><radio style="margin-right:16rpx;" value="1" checked="{{isAllergic==true}}"></radio><text class="my-radio-text">是</text></label><label><radio style="margin-right:16rpx;" value="0" checked="{{isAllergic==false}}"></radio><text class="my-radio-text">否</text></label></radio-group></view><view class="check-box"><view class="left"><image src="../../static/images/yao.png" mode></image><text class="text">肝功能是否异常</text></view><radio-group style="display:flex;align-items:center;"><label style="margin-right:50rpx;"><radio style="margin-right:16rpx;" value="1" checked="{{isLiver==true}}"></radio><text class="my-radio-text">是</text></label><label><radio style="margin-right:16rpx;" value="0" checked="{{isLiver==false}}"></radio><text class="my-radio-text">否</text></label></radio-group></view><view class="check-box"><view class="left"><image src="../../static/images/yao.png" mode></image><text class="text">肾功能是否异常</text></view><radio-group style="display:flex;align-items:center;"><label style="margin-right:50rpx;"><radio style="margin-right:16rpx;" value="1" checked="{{isRenal==true}}"></radio><text class="my-radio-text">是</text></label><label><radio style="margin-right:16rpx;" value="0" checked="{{isRenal==false}}"></radio><text class="my-radio-text">否</text></label></radio-group></view><view class="check-box"><view class="left"><image src="../../static/images/yao.png" mode></image><text class="text">是否是备孕/怀孕/哺乳期</text></view><radio-group style="display:flex;align-items:center;"><label style="margin-right:50rpx;"><radio style="margin-right:16rpx;" value="1" checked="{{isLactation==true}}"></radio><text class="my-radio-text">是</text></label><label><radio style="margin-right:16rpx;" value="0" checked="{{isLactation==false}}"></radio><text class="my-radio-text">否</text></label></radio-group></view></view></view><view class="btn-box"><view data-event-opts="{{[['tap',[['submit']]]]}}" class="btn" bindtap="__e">去开处方</view></view></view>
|