|
|
@ -4,7 +4,7 @@ |
|
|
</cu-custom> |
|
|
</cu-custom> |
|
|
|
|
|
|
|
|
<view wx:if="{{form && step == 1}}"> |
|
|
<view wx:if="{{form && step == 1}}"> |
|
|
<van-cell> |
|
|
|
|
|
|
|
|
<van-cell clickable center is-link bind:click="selectCustomer"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">客户姓名</view> |
|
|
<view class="text-black">客户姓名</view> |
|
|
<view class="text-black">{{form.factoryCustomerName}}</view> |
|
|
<view class="text-black">{{form.factoryCustomerName}}</view> |
|
|
@ -35,7 +35,7 @@ |
|
|
<view style="height:30rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view> |
|
|
<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 class="text-black text-sg text-bold" style="margin-left: 12rpx">订单信息</view> |
|
|
</view> |
|
|
</view> |
|
|
<van-cell> |
|
|
|
|
|
|
|
|
<van-cell clickable center is-link bind:click="selectCustomer"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">客户姓名</view> |
|
|
<view class="text-black">客户姓名</view> |
|
|
<view class="text-black">{{form.factoryCustomerName}}</view> |
|
|
<view class="text-black">{{form.factoryCustomerName}}</view> |
|
|
|