Files
mwims-mini-program/mwims-tool-app/unpackage/dist/dev/mp-weixin/pages/component/postByDevice.wxml
T

1 line
1.6 KiB
Plaintext

<view><scroll-view class="page" scroll-y="{{true}}"><cu-custom vue-id="1ea0b5ae-1" bgColor="bg-cyan" isBack="{{true}}" bind:__l="__l" vue-slots="{{['backText','content']}}"><view slot="backText">返回</view><view slot="content">设备填报</view></cu-custom><view class="photoView"><view class="photoImage"><open-data type="userAvatarUrl"></open-data></view></view><form action><view class="cu-form-group margin-top"><view class="title">医院名称</view><input name="hospital" data-event-opts="{{[['input',[['__set_model',['','hospital','$event',[]]]]]]}}" value="{{hospital}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">分院名称</view><input name="sortHospital" data-event-opts="{{[['input',[['__set_model',['','sortHospital','$event',[]]]]]]}}" value="{{sortHospital}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">单片机编码</view><input name="machineCode" disabled="true" value="{{machineCode}}"/></view><view class="cu-form-group"><view class="title">设备编码</view><input name="deviceCode" disabled="true" value="{{deviceCode}}"/></view><view class="cu-form-group"><view class="title">设备名称</view><input placeholder="请输入设备名称" name="device" data-event-opts="{{[['input',[['__set_model',['','device','$event',[]]],['getDevice',['$event']]]]]}}" value="{{device}}" bindinput="__e"/></view></form><view class="padding flex flex-direction" style="padding-top:40%;"><button data-event-opts="{{[['tap',[['buttonClick',['$event']]]]]}}" class="cu-btn round bg-cyan margin-tb-sm lg" bindtap="__e">设备配置</button></view></scroll-view></view>