|
|
|
@ -9,37 +9,37 @@ |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">客户姓名</view> |
|
|
|
<view class="text-gray">{{form.factoryCustomerName}}</view> |
|
|
|
<view class="text-gray">{{form.name}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">手机号码</view> |
|
|
|
<view class="text-gray">{{form.factoryCustomerName}}</view> |
|
|
|
<view class="text-gray">{{form.mobile}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">付款方式</view> |
|
|
|
<view class="text-gray">{{form.factoryCustomerName}}</view> |
|
|
|
<view class="text-gray">{{form.defaultPaymentMethod == 2 ? '转账' : '现金'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<van-cell wx:if="{{form.bankName}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">银行名称</view> |
|
|
|
<view class="text-gray">{{form.factoryCustomerName}}</view> |
|
|
|
<view class="text-gray">{{form.bankName}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<van-cell wx:if="{{form.bankCardNo}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">银行卡号</view> |
|
|
|
<view class="text-gray">{{form.factoryCustomerName}}</view> |
|
|
|
<view class="text-gray">{{form.bankCardNo}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
|
|
|
|
<view style="height:32rpx"></view> |
|
|
|
<view style="margin-top:20rpx;padding:40rpx 80rpx"> |
|
|
|
<van-button block type="default" bind:click="submitForm">邀请注册纸通宝</van-button> |
|
|
|
<view style="margin-top:20rpx;padding:48rpx 32rpx"> |
|
|
|
<van-button block type="default" bind:click="registCustomer">邀请注册纸通宝</van-button> |
|
|
|
<view style="height:32rpx"></view> |
|
|
|
<van-button block type="info" bind:click="submitForm">保存</van-button> |
|
|
|
</view> |
|
|
|
|