|
|
|
@ -31,7 +31,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view wx:elif="{{form && step == 2}}"> |
|
|
|
<van-index-anchor index="订单信息" /> |
|
|
|
<view class="flex flex-center bg-white" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3"> |
|
|
|
<view style="height:24rpx;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> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">客户姓名</view> |
|
|
|
@ -53,7 +56,10 @@ |
|
|
|
<view class="{{form.productName ? 'text-black' : 'text-gray'}}">{{form.productName || '请选择废纸品类'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-index-anchor index="定价信息" /> |
|
|
|
<view class="flex flex-center bg-white margin-top" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3"> |
|
|
|
<view style="height:24rpx;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> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="flex flex-center text-black"> |
|
|
|
@ -97,7 +103,10 @@ |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-field label="备注" type="textarea" input-align="right" placeholder="请输入备注" autosize border="{{ false }}" /> |
|
|
|
<van-index-anchor index="过磅信息" /> |
|
|
|
<view class="flex flex-center bg-white margin-top" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3"> |
|
|
|
<view style="height:24rpx;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> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">毛重(公斤)</view> |
|
|
|
|