1 |
- <view class="mind data-v-6c0b5d48"><picker range-key="dictLabel" disabled="{{$root.g0}}" range="{{studentlist}}" value="{{nameidx}}" data-event-opts="{{[['change',[['bindDateChangea',['$event']]]]]}}" bindchange="__e" class="data-v-6c0b5d48"><view class="flexc mibox mb20 data-v-6c0b5d48"><view class="tit data-v-6c0b5d48" style="margin-bottom:0;">人员</view><block wx:if="{{name}}"><view class="f15 flex1 txr co16 data-v-6c0b5d48">{{name}}</view></block><block wx:else><view class="f15 flex1 txr coa data-v-6c0b5d48">请选择人员</view></block><image class="rimg data-v-6c0b5d48" src="{{rimg}}"></image></view></picker><view class="mibox flexc data-v-6c0b5d48"><view class="tit data-v-6c0b5d48">身高</view><input placeholder="请输入身高" type="number" data-event-opts="{{[['input',[['__set_model',['','height','$event',[]]]]]]}}" value="{{height}}" bindinput="__e" class="data-v-6c0b5d48"/><view class="f16 co16 ml6 data-v-6c0b5d48">cm</view></view><view class="mibox flexc data-v-6c0b5d48"><view class="tit data-v-6c0b5d48">体重</view><input placeholder="请输入身高" type="number" data-event-opts="{{[['input',[['__set_model',['','weight','$event',[]]]]]]}}" value="{{weight}}" bindinput="__e" class="data-v-6c0b5d48"/><view class="f16 co16 ml6 data-v-6c0b5d48">kg</view></view><view data-event-opts="{{[['tap',[['getSubmit',['$event']]]]]}}" class="rebtn mt30 data-v-6c0b5d48" bindtap="__e">确认</view></view>
|