填写补充说明
This commit is contained in:
@@ -72,7 +72,7 @@ Page({
|
||||
|
||||
business_type:0,//0未执行到商务政策 1商务政策执行中 2商务政策成功 3商务政策失败
|
||||
|
||||
sa:'',//双方约定
|
||||
sa:'',//补充说明
|
||||
|
||||
},
|
||||
//生命周期函数--监听页面加载
|
||||
|
||||
@@ -178,10 +178,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
||||
<view class="absolute left-0 box-middle color-333">双方约定</view>
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{sa}}</view>
|
||||
</view>
|
||||
<view class="relative pt30 font-28 color-333">补充说明</view>
|
||||
<view class="pt10 pb30 line-height-16 font-28 color-666">{{sa}}</view>
|
||||
</block>
|
||||
<block wx:else>
|
||||
<!-- <view class="relative bbs-1-eb last-b-none pl180 font-28" wx:if="{{priceinfo.fine_money}}">
|
||||
@@ -251,8 +249,8 @@
|
||||
<view class="mb20 inner20 bds-2-36afa2 text-center font-28 color-36afa2 ulib-r10" bindtap="addFine"><i class="iconfont mr10 font-24 icon-jia1"></i>添加</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="relative pt30 font-28 color-333">双方约定</view>
|
||||
<textarea class="wp100 mt20 inner20 line-height-16 bg-f6 font-28 ulib-r10" style="height:180rpx;" placeholder-class="color-ccc" placeholder="请填写双方约定" model:value='{{sa}}' />
|
||||
<view class="relative pt30 font-28 color-333">补充说明</view>
|
||||
<textarea class="wp100 mt20 inner20 line-height-16 bg-f6 font-28 ulib-r10" style="height:180rpx;" placeholder-class="color-ccc" placeholder="请填写补充说明" model:value='{{sa}}' always-embed='{{true}}' />
|
||||
</block>
|
||||
</block>
|
||||
</view>
|
||||
@@ -361,10 +359,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
||||
<view class="absolute left-0 box-middle color-333">双方约定</view>
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{sa}}</view>
|
||||
</view>
|
||||
<view class="relative pt30 font-28 color-333">补充说明</view>
|
||||
<view class="pt10 pb30 line-height-16 font-28 color-666">{{sa}}</view>
|
||||
</block>
|
||||
<view class="fixed left-0 right-0 bottom-0 bg-fff-op90 inner40 fn-flex safe-pb">
|
||||
<button class="wp100 bds-2-36afa2 bg-fff mr20 pt10 pb10 text-center font-32 color-36afa2 ulib-r750" hover-class="btn-36afa2-hover" bindtap="optPreview">重新编辑</button>
|
||||
|
||||
@@ -100,7 +100,7 @@ Page({
|
||||
oncardArray:[],//上牌城市
|
||||
oncardIndex:-1,//上牌城市索引
|
||||
|
||||
sa:'',//双方约定
|
||||
sa:'',//补充说明
|
||||
|
||||
},
|
||||
//生命周期函数--监听页面加载
|
||||
|
||||
@@ -320,8 +320,8 @@
|
||||
<view class="mb20 inner20 bds-2-36afa2 text-center font-28 color-36afa2 ulib-r10" bindtap="addFine"><i class="iconfont mr10 font-24 icon-jia1"></i>添加</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="relative pt30 font-28 color-333">双方约定</view>
|
||||
<textarea class="wp100 mt20 inner20 line-height-16 bg-f6 font-28 ulib-r10" style="height:180rpx;" placeholder-class="color-ccc" placeholder="请填写双方约定" model:value='{{sa}}' />
|
||||
<view class="relative pt30 font-28 color-333">补充说明</view>
|
||||
<textarea class="wp100 mt20 inner20 line-height-16 bg-f6 font-28 ulib-r10" style="height:180rpx;" placeholder-class="color-ccc" placeholder="请填写补充说明" model:value='{{sa}}' always-embed='{{true}}' />
|
||||
</block>
|
||||
</view>
|
||||
|
||||
@@ -510,10 +510,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<view class="relative bbs-1-eb last-b-none pl180 font-28">
|
||||
<view class="absolute left-0 box-middle color-333">双方约定</view>
|
||||
<view class="pt30 pb30 text-right font-28 color-666" style="min-height:38rpx;">{{sa}}</view>
|
||||
</view>
|
||||
<view class="relative pt30 font-28 color-333">补充说明</view>
|
||||
<view class="pt10 pb30 line-height-16 font-28 color-666">{{sa}}</view>
|
||||
</block>
|
||||
<view class="fixed left-0 right-0 bottom-0 bg-fff-op90 inner40 fn-flex safe-pb">
|
||||
<button class="wp100 bds-2-36afa2 bg-fff mr20 pt10 pb10 text-center font-32 color-36afa2 ulib-r750" hover-class="btn-36afa2-hover" bindtap="optPreview">重新编辑</button>
|
||||
|
||||
Reference in New Issue
Block a user