医废工具端小程序源码

This commit is contained in:
2025-06-12 11:17:15 +08:00
parent c8e7af13aa
commit cc5271b63b
158 changed files with 24173 additions and 0 deletions
@@ -0,0 +1 @@
<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 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 placeholder="请输入科室名称" name="department" data-event-opts="{{[['input',[['__set_model',['','department','$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"><view class="title">二维码编码</view><input name="userCode" disabled="true" value="{{userCode}}"/></view><view class="cu-form-group"><view class="title">身份证号码</view><input placeholder="请输入身份证号码" name="idcard" data-event-opts="{{[['input',[['__set_model',['','idcard','$event',[]]],['getIdcard',['$event']]]]]}}" value="{{idcard}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">人员名称</view><input placeholder="请输入人员名称" name="name" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e"/></view><view class="cu-form-group"><view class="title">手机号码</view><input placeholder="请输入手机号码" name="phone" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view></form><view class="padding flex flex-direction" style="padding-top:20%;"><button data-event-opts="{{[['tap',[['buttonClick',['$event']]]]]}}" class="cu-btn round bg-cyan margin-tb-sm lg" bindtap="__e">人员配置</button></view></scroll-view></view>