|
|
|
@ -77,7 +77,7 @@
|
|
|
|
|
disabled="{{disabled}}" bindtap="AddFeeClick" hover-class="other-button-hover"> 添加费用 </button>
|
|
|
|
|
<view class="jiayouList" wx:for="{{headData.FeeList}}" wx:key="item" data-gid="{{item.GID}}">
|
|
|
|
|
<view class="weui-cell" >
|
|
|
|
|
<picker style="font-weight: bold;font-size: 16px;width: 245px;"
|
|
|
|
|
<picker style="font-weight: bold;font-size: 16px;width: 200px;"
|
|
|
|
|
bindchange="vmodel_fee" id="FEENAME"
|
|
|
|
|
data-item="{{item.GID}}"
|
|
|
|
|
value="{{item.F_NO}}" range="{{headData.FeeNameList}}">
|
|
|
|
|