|
@@ -98,37 +98,30 @@
|
|
|
<view class="card-body">
|
|
<view class="card-body">
|
|
|
<view class="order-info">
|
|
<view class="order-info">
|
|
|
<view class="info-row">
|
|
<view class="info-row">
|
|
|
- <image class="card-icon-sm" :src="iconSrc('order-product-no')" mode="aspectFit" />
|
|
|
|
|
<text class="field-label">货号:</text>
|
|
<text class="field-label">货号:</text>
|
|
|
<text class="field-value">{{ item.sendNum || '' }}</text>
|
|
<text class="field-value">{{ item.sendNum || '' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-row">
|
|
<view class="info-row">
|
|
|
- <image class="card-icon-sm" :src="iconSrc(item.sendType == 1 ? 'order-clock' : 'order-truck')" mode="aspectFit" />
|
|
|
|
|
<text class="field-label">{{ item.sendType == 1 ? '取花:' : '配送:' }}</text>
|
|
<text class="field-label">{{ item.sendType == 1 ? '取花:' : '配送:' }}</text>
|
|
|
<text class="field-value">{{ item._reachText }}</text>
|
|
<text class="field-value">{{ item._reachText }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-row">
|
|
<view class="info-row">
|
|
|
- <image class="card-icon-sm" :src="iconSrc('order-sub-account-name')" mode="aspectFit" />
|
|
|
|
|
<text class="field-label">收花:</text>
|
|
<text class="field-label">收花:</text>
|
|
|
<text class="field-value">{{ item.receiveUserName || '' }}</text>
|
|
<text class="field-value">{{ item.receiveUserName || '' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-row">
|
|
<view class="info-row">
|
|
|
- <image class="card-icon-sm" :src="iconSrc('order-sub-account-name')" mode="aspectFit" />
|
|
|
|
|
<text class="field-label">下单:</text>
|
|
<text class="field-label">下单:</text>
|
|
|
<text class="field-value">{{ item.shopAdminName || '' }}</text>
|
|
<text class="field-value">{{ item.shopAdminName || '' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-row">
|
|
<view class="info-row">
|
|
|
- <image class="card-icon-sm" :src="iconSrc('order-clock')" mode="aspectFit" />
|
|
|
|
|
<text class="field-label">时间:</text>
|
|
<text class="field-label">时间:</text>
|
|
|
<text class="field-value">{{ item._addTimeText }}</text>
|
|
<text class="field-value">{{ item._addTimeText }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-row">
|
|
<view class="info-row">
|
|
|
- <image class="card-icon-sm" :src="iconSrc('order-number')" mode="aspectFit" />
|
|
|
|
|
<text class="field-label">编号:</text>
|
|
<text class="field-label">编号:</text>
|
|
|
<text class="field-value">{{ item.orderSn || '' }}</text>
|
|
<text class="field-value">{{ item.orderSn || '' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info-row">
|
|
<view class="info-row">
|
|
|
- <image class="card-icon-sm" :src="iconSrc('order-remark')" mode="aspectFit" />
|
|
|
|
|
<text class="field-label">备注:</text>
|
|
<text class="field-label">备注:</text>
|
|
|
<text class="field-value remark-text">{{ item.remark || '无' }}</text>
|
|
<text class="field-value remark-text">{{ item.remark || '无' }}</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -1476,7 +1469,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.field-label {
|
|
.field-label {
|
|
|
- margin-left: 14upx;
|
|
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|