38 lines
2.2 KiB
Plaintext
38 lines
2.2 KiB
Plaintext
<view class="new_fllow">
|
|
|
|
<view class="fllow_form">
|
|
<view><text>*</text>关联公司</view>
|
|
<picker bindchange="bindCorporation" value="{{corporation[corporationIndex]}}" range="{{corporation}}">
|
|
<view class="form_right">
|
|
<view class="{{[corporation[corporationIndex]?'valueActive':'']}}">{{corporation[corporationIndex]?corporation[corporationIndex]:'点击选择'}}</view>
|
|
<view class="iconfont icon-arrows_right"></view>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<view class="fllow_form">
|
|
<view><text>*</text>关联合同</view>
|
|
<picker bindchange="bindAgreement" value="{{agreement[agreementIndex].name}}" range="{{agreement}}">
|
|
<view class="form_right">
|
|
<view class="{{[agreement[agreementIndex]?'valueActive':'']}}">{{agreement[agreementIndex]?agreement[agreementIndex]:'点击选择'}}</view>
|
|
<view class="iconfont icon-arrows_right"></view>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
|
|
<view class="fllow_form">
|
|
<view><text>*</text>发票金额</view>
|
|
<input class="weui-input" type="number" value="{{billsObj.money}}" maxlength="10" placeholder="请输入发票金额" bindinput="bindMoney"/>
|
|
</view>
|
|
|
|
<view class="fllow_area">
|
|
<view class="area_head">备注</view>
|
|
<textarea class="{{[remark?'valueActive':'']}}" placeholder="请输入备注" placeholder-style="color:#999" value="{{billsObj.remark}}" bindinput="bindRemark"></textarea>
|
|
</view>
|
|
|
|
<view class="btn_g bg-blue button-hover round" bindtap="addBills" wx:if="{{!reviseId}}">保存</view>
|
|
|
|
<view class="btn_g bg-blue button-hover round" bindtap="reviseBills" wx:if="{{reviseId}}">保存</view>
|
|
|
|
<u-action-sheet vue-id="4b0ab70f-3" list="{{uploadActions}}" value="{{uploadShow}}" data-event-opts="{{[['^click',[['uploadType']]],['^input',[['__set_model',['','uploadShow','$event',[]]]]]]}}" bind:click="__e" bind:input="__e" bind:__l="__l"></u-action-sheet>
|
|
<select-customer class="vue-ref" bind:getCustomerinfo="__e" vue-id="4b0ab70f-4" data-ref="customerChild" data-event-opts="{{[['^getCustomerinfo',[['getCustomerinfo']]]]}}" bind:__l="__l"></select-customer>
|
|
</view> |