| 1 |
- <view class="content"><view class="param"><view class="all-text">创建项目需求</view><view class="proName">项目标题</view><input class="proINname" placeholder="请输入项目标题" data-event-opts="{{[['input',[['__set_model',['','pName','$event',[]]]]]]}}" value="{{pName}}" bindinput="__e"/><view class="proMiao">项目描述</view><textarea class="proINname proIMi" placeholder="请选择项目描述" data-event-opts="{{[['input',[['__set_model',['','projectContent','$event',[]]]]]]}}" value="{{projectContent}}" bindinput="__e"></textarea><view class="proMiao">附件</view><view class="upload-img"><uni-file-picker vue-id="24bdd4bf-1" limit="3" auto-upload="{{false}}" file-extname="pdf,docx,jpg,png,jpeg" file-mediatype="all" list-styles="{{listStyles}}" value="{{fileList}}" data-event-opts="{{[['^select',[['selectUpload']]],['^delete',[['deleteHandle']]],['^success',[['uploadSuccess']]],['^fail',[['uploadFail']]],['^input',[['__set_model',['','fileList','$event',[]]]]]]}}" bind:select="__e" bind:delete="__e" bind:success="__e" bind:fail="__e" bind:input="__e" bind:__l="__l"></uni-file-picker></view><label style="margin:20rpx 0 0 20rpx;" class="_span">支持pdf/word/xlsx格式,单个文件大小不超过5MB</label><view class="proMiao">主办单位/主办人</view><uni-data-picker vue-id="24bdd4bf-2" placeholder="请选择主办单位" popup-title="请选择主办人" localdata="{{range}}" value="{{value}}" data-event-opts="{{[['^change',[['onchange']]],['^nodeclick',[['onnodeclick']]],['^popupopened',[['onpopupopened']]],['^popupclosed',[['onpopupclosed']]],['^input',[['__set_model',['','value','$event',[]]]]]]}}" bind:change="__e" bind:nodeclick="__e" bind:popupopened="__e" bind:popupclosed="__e" bind:input="__e" bind:__l="__l"></uni-data-picker><view class="proMiao">协办单位/协办人</view><uni-data-picker vue-id="24bdd4bf-3" placeholder="请选择协办单位" popup-title="请选择协办人" showSearch="{{true}}" localdata="{{range}}" value="{{value2}}" data-event-opts="{{[['^change',[['onchange2']]],['^nodeclick',[['onnodeclick2']]],['^popupopened',[['onpopupopened2']]],['^popupclosed',[['onpopupclosed2']]],['^input',[['__set_model',['','value2','$event',[]]]]]]}}" bind:change="__e" bind:nodeclick="__e" bind:popupopened="__e" bind:popupclosed="__e" bind:input="__e" bind:__l="__l"></uni-data-picker><view class="proINname" style="height:100%;"><block wx:for="{{userListSelect}}" wx:for-item="value" wx:for-index="key" wx:key="key"><view data-event-opts="{{[['tap',[['clearTagAdmin',['$0'],[[['userListSelect','',key]]]]]]]}}" class="tag-view" bindtap="__e"><uni-tag vue-id="{{'24bdd4bf-4-'+key}}" text="{{value.parent_value.organize+'/'+value.text}}" type="primary" bind:__l="__l"></uni-tag><uni-icons class="clearBtn" vue-id="{{'24bdd4bf-5-'+key}}" type="clear" size="15" color="#ccc" bind:__l="__l"></uni-icons></view></block></view><view class="proMiao">项目级别</view><uni-data-select class="proINname" vue-id="24bdd4bf-6" placeholder="请选择项目级别" localdata="{{jibie}}" value="{{jibieValue}}" data-event-opts="{{[['^change',[['change']]],['^input',[['__set_model',['','jibieValue','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></uni-data-select><view class="proMiao">项目来源</view><uni-data-select class="proINname" vue-id="24bdd4bf-7" placeholder="请选择项目来源" localdata="{{from}}" value="{{fromValue}}" data-event-opts="{{[['^change',[['change']]],['^input',[['__set_model',['','fromValue','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></uni-data-select><view class="proMiao">项目评分人</view><my-select-checkbox class="proINname" vue-id="24bdd4bf-8" placeholder="请选择项目评分人" multiple="{{true}}" dataKey="label" dataValue="value" localdata="{{scorePeople}}" value="{{peoplescore}}" data-event-opts="{{[['^change',[['changeScore']]],['^input',[['__set_model',['','peoplescore','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></my-select-checkbox><view class="project"><view data-event-opts="{{[['tap',[['quxiao',['$event']]]]]}}" class="butt quxiao" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['addProject',['$event']]]]]}}" class="butt queren" bindtap="__e">确认创建</view></view><view style="width:100%;height:60rpx;"></view></view></view>
|