Files
mwims-mini-program/mwims-config-hand-app/unpackage/dist/dev/mp-weixin/pages/component/postByUser.wxml
T

1 line
2.1 KiB
Plaintext

<view><scroll-view class="page" scroll-y="{{true}}"><cu-custom vue-id="278546d9-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"><view class="title">医院名称</view><input name="hospital" disabled="true" value="{{hospital}}"/></view><view class="cu-form-group"><view class="title">分院名称</view><input name="sortHospital" disabled="true" value="{{sortHospital}}"/></view><view class="cu-form-group"><view class="title">科室名称</view><input name="department" data-event-opts="{{[['input',[['getDepartment',['$event']]]]]}}" value="{{department}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">职务名称</view><input name="duty" disabled="true" value="{{duty}}"/></view><view class="cu-form-group margin-top"><view class="title">身份证号码</view><input placeholder="请输入身份证号码" name="idcard" data-event-opts="{{[['input',[['getIdcard',['$event']]]]]}}" value="{{idcard}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">人员编码</view><input name="userCode" disabled="true" value="{{userCode}}"/></view><view class="cu-form-group"><view class="title">姓名</view><input placeholder="请输入用户姓名" name="name" data-event-opts="{{[['input',[['getName',['$event']]]]]}}" value="{{name}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">联系电话</view><input placeholder="请输入联系电话" name="phone" data-event-opts="{{[['input',[['getPhone',['$event']]]]]}}" value="{{phone}}" bindinput="__e"/></view></form><view class="padding flex flex-direction" style="padding-top:100rpx;"><button data-event-opts="{{[['tap',[['buttonClick',['$event']]]]]}}" class="cu-btn round bg-cyan margin-tb-sm lg" style="background:-webkit-linear-gradient(right,#15D2BB,#2CC9E9);color:#ffffff;" bindtap="__e">配置</button></view></scroll-view></view>