|
|
@ -7,13 +7,13 @@ |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<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-gray">{{form.factoryCustomerName}}</view> |
|
|
|
|
|
|
|
|
<view class="text-black">{{form.factoryCustomerName}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<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-gray">{{form.createTime}}</view> |
|
|
|
|
|
|
|
|
<view class="text-black">{{form.createTime}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<view class="flex flex-center flex-column"> |
|
|
<view class="flex flex-center flex-column"> |
|
|
@ -35,22 +35,22 @@ |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<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-gray">{{form.factoryCustomerName}}</view> |
|
|
|
|
|
|
|
|
<view class="text-black">{{form.factoryCustomerName}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell bind:click="showPlate"> |
|
|
|
|
|
|
|
|
<van-cell clickable center is-link bind:click="showPlate"> |
|
|
<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-gray">{{form.plateNumber || '请输入车牌号码'}}</view> |
|
|
|
|
|
|
|
|
<view class="{{form.plateNumber ? 'text-black' : 'text-gray'}}">{{form.plateNumber || '请输入车牌号码'}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell center bind:click="showCategory"> |
|
|
|
|
|
|
|
|
<van-cell clickable center is-link bind:click="showCategory"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="flex flex-center text-black"> |
|
|
<view class="flex flex-center text-black"> |
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 8px">*</view> |
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 8px">*</view> |
|
|
<text>废纸品类</text> |
|
|
<text>废纸品类</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-gray">{{form.productName || '请选择废纸品类'}}</view> |
|
|
|
|
|
|
|
|
<view class="{{form.productName ? 'text-black' : 'text-gray'}}">{{form.productName || '请选择废纸品类'}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-index-anchor index="定价信息" /> |
|
|
<van-index-anchor index="定价信息" /> |
|
|
|