|
|
|
@ -10,8 +10,8 @@ |
|
|
|
<view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view> |
|
|
|
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">结算信息</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="text-red text-cancel" style="padding:4rpx 0rpx 4rpx 4rpx" bindtap="closeForm">关闭订单</view> --> |
|
|
|
<van-button type="danger" round custom-style="width:120rpx" size="mini" bind:click="closeForm">关闭订单</van-button> |
|
|
|
<view class="text-red text-cancel" style="padding:4rpx 0rpx 4rpx 4rpx" bindtap="closeForm">关闭订单</view> |
|
|
|
<!-- <van-button type="danger" round custom-style="width:120rpx" size="mini" bind:click="closeForm">关闭订单</van-button> --> |
|
|
|
</view> |
|
|
|
<van-cell center required clickable is-link arrow-direction="down" bind:click="showCategory"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
@ -26,11 +26,12 @@ |
|
|
|
<van-field id="deductPercent" value="{{ form.deductPercent || '' }}" label="扣点(%)" maxlength="4" type="digit" placeholder="请输入扣点" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<van-field id="settleWeight" value="{{ form.settleWeight || '' }}" label="结算重量(吨)" maxlength="8" type="digit" placeholder="请输入结算重量" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<!-- <van-field id="otherFee" value="{{ form.otherFee || '' }}" label="其他费用(元)" maxlength="8" type="digit" placeholder="请输入其他费用" clearable input-align="right" bind:change="bindInput"></van-field> --> |
|
|
|
<van-field id="settlePrice" value="{{ form.settlePrice || '' }}" title-width="240rpx" label="纸厂结算金额(元)" maxlength="8" type="digit" placeholder="请输入结算金额" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<van-field id="receivablePrice" value="{{ form.receivablePrice || '' }}" title-width="240rpx" label="纸厂结算金额(元)" maxlength="8" type="digit" placeholder="请输入结算金额" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<van-field id="proxyPaySurcharge" value="{{ form.proxyPaySurcharge || '' }}" label="代卖费(元)" maxlength="8" type="digit" placeholder="请输入代卖费" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<van-field id="freight" value="{{ form.freight || '' }}" label="运费(元)" maxlength="8" type="digit" placeholder="请输入运费" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<van-field id="otherFee" value="{{ form.otherFee || '' }}" label="其他费用(元)" maxlength="8" type="digit" placeholder="请输入其他费用" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<van-field id="subsidy" value="{{ form.subsidy || '' }}" label="补贴(元)" maxlength="8" type="digit" placeholder="请输入补贴" clearable input-align="right" bind:change="bindInput"></van-field> |
|
|
|
<van-field value="{{ amout || '- -' }}" label="结算金额(元)" type="digit" disabled input-align="right"></van-field> |
|
|
|
|
|
|
|
<view class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx"> |
|
|
|
<view class="flex flex-justify" style="padding-bottom: 24rpx"> |
|
|
|
|