crm_second_opening_mini/pages/index/groupCompany/contract/addPayment.wxml

1 line
2.9 KiB
Plaintext

<view class="new_fllow"><view class="top_required">只展示<label style="color:#f00;" class="_span">必填</label>字段<switch checked="{{isRequired}}" color="#03AA96" data-event-opts="{{[['change',[['changeRequired',['$event']]]]]}}" bindchange="__e"></switch></view><view class="fllow_form"><view><text>*</text>关联客户</view><view data-event-opts="{{[['tap',[['changeCustomer',['$event']]]]]}}" class="form_right" bindtap="__e"><view class="{{['ri_label',customerObj.name?'valueActive':'']}}">{{customerObj.name?customerObj.name:'点击选择'}}</view><view class="iconfont icon-arrows_right"></view></view></view><view class="fllow_form"><view><text>*</text>关联合同</view><view data-event-opts="{{[['tap',[['changeContract',['$event']]]]]}}" class="form_right" bindtap="__e"><view class="{{['ri_label',contractObj.id?'valueActive':'']}}">{{contractObj.name?contractObj.name:'点击选择'}}</view><view class="iconfont icon-arrows_right"></view></view></view><view class="fllow_form"><view><text>*</text>合同编号</view><view class="form_right"><view class="{{['ri_label',contractObj.id?'valueActive':'']}}">{{contractObj.id?contractObj.num:'点击选择'}}</view></view></view><block wx:if="{{!isRequired}}"><view class="fllow_form"><view style="margin-left:15rpx;">回款期数</view><picker range="{{numList}}" value="{{numIndex}}" range-key="num" data-event-opts="{{[['change',[['changeNum',['$event']]]]]}}" bindchange="__e"><view class="form_right"><view class="{{['ri_label',numList[numIndex]?'valueActive':'']}}">{{numList[numIndex]?numList[numIndex].num:'点击选择'}}</view><view class="iconfont icon-arrows_right"></view></view></picker></view></block><block wx:for="{{otherForm}}" wx:for-item="item" wx:for-index="index" wx:key="index"><form-item vue-id="{{'d63a9e42-1-'+index}}" isNotRequired="{{isRequired}}" objInfo="{{item}}" data-event-opts="{{[['^changeData',[['changeData']]]]}}" bind:changeData="__e" bind:__l="__l"></form-item></block><block wx:if="{{approvalPro.status==1}}"><fixed-approval vue-id="d63a9e42-2" list="{{approvalPro.stepList}}" bind:__l="__l"></fixed-approval></block><block wx:if="{{approvalPro.status==0}}"><examine-template vue-id="d63a9e42-3" remindPeople="{{remindPeople}}" data-event-opts="{{[['^delExamine',[['delRemind']]]]}}" bind:delExamine="__e" bind:__l="__l"></examine-template></block><view class="btn_g bg-blue button-hover round" id="btn" data-event-opts="{{[['tap',[['$noMultipleClicks',['$0'],['saveFollow']]]]]}}" bindtap="__e">保存</view><select-customer class="vue-ref" bind:getCustomerinfo="__e" vue-id="d63a9e42-4" data-ref="customerChild" data-event-opts="{{[['^getCustomerinfo',[['sureCustomer']]]]}}" bind:__l="__l"></select-customer><select-contract class="vue-ref" bind:contractInfo="__e" vue-id="d63a9e42-5" data-ref="contractChild" data-event-opts="{{[['^contractInfo',[['sureContract']]]]}}" bind:__l="__l"></select-contract></view>