2020-11-12 14:57:34 +08:00

1 line
2.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="page-cont _div data-v-0f0fcdac"><view class="page-title _p data-v-0f0fcdac">请确认审核当前业务到下一个环节</view><view class="page-select _div data-v-0f0fcdac"><view class="select-item _div data-v-0f0fcdac"><label class="_span data-v-0f0fcdac">业务转出到</label><view data-event-opts="{{[['tap',[['choese',[1]]]]]}}" class="select-unit data-v-0f0fcdac" bindtap="__e"><picker mode="selector" value="{{pickerIndex[0]}}" range-key="ActDef_Name" range="{{NextActDefList}}" data-event-opts="{{[['change',[['pickerChange',['$event',0]]]]]}}" bindchange="__e" class="data-v-0f0fcdac"><view class="data-v-0f0fcdac">{{NextActDefList[pickerIndex[0]].ActDef_Name}}</view></picker><view class="uni-icon uni-icon-arrowright _i data-v-0f0fcdac"></view></view></view><block wx:if="{{!notUserData}}"><view class="select-item _div data-v-0f0fcdac"><label class="_span data-v-0f0fcdac">指定经办人</label><view data-event-opts="{{[['tap',[['choese',[2]]]]]}}" class="select-unit data-v-0f0fcdac" bindtap="__e"><picker mode="selector" value="{{pickerIndex[1]}}" range-key="USER_NAME" range="{{TransferUserList}}" data-event-opts="{{[['change',[['pickerChange',['$event',1]]]]]}}" bindchange="__e" class="data-v-0f0fcdac"><view class="data-v-0f0fcdac">{{TransferUserList[pickerIndex[1]].USER_NAME}}</view></picker><view class="uni-icon uni-icon-arrowright _i data-v-0f0fcdac"></view></view></view></block><block wx:if="{{needSign}}"><block class="data-v-0f0fcdac"><view class="select-item nb _div data-v-0f0fcdac"><label class="_span data-v-0f0fcdac">会签人员</label><view data-event-opts="{{[['tap',[['choese',[3]]]]]}}" class="select-btn data-v-0f0fcdac" bindtap="__e"><picker mode="selector" value="{{pickerIndex[1]}}" range-key="USER_NAME" range="{{TransferUserList}}" data-event-opts="{{[['change',[['pickerChange',['$event',1]]]]]}}" bindchange="__e" class="data-v-0f0fcdac"><view class="data-v-0f0fcdac">添加+</view></picker></view></view><view class="sign-tag-box _div data-v-0f0fcdac"><block wx:for="{{signUsers}}" wx:for-item="item" wx:for-index="i" wx:key="USER_ID"><view class="sign-tag _div data-v-0f0fcdac"><label class="_span data-v-0f0fcdac">{{item.USER_NAME}}</label><label data-event-opts="{{[['tap',[['removeSignUsers',[i]]]]]}}" class="remove-tag _span data-v-0f0fcdac" bindtap="__e">×</label></view></block></view></block></block><block wx:if="{{postData.NeedApproved==1}}"><view class="text-area-box _div data-v-0f0fcdac"><textarea placeholder="请输入您的意见" data-event-opts="{{[['input',[['__set_model',['$0','APPROVED_INFO','$event',[]],['postData']]]]]}}" value="{{postData.APPROVED_INFO}}" bindinput="__e" class="data-v-0f0fcdac"></textarea></view></block></view><button loading="{{isSubmit}}" data-event-opts="{{[['tap',[['postFn',['$event']]]]]}}" bindtap="__e" class="data-v-0f0fcdac">审核</button></view>