|
|
@@ -1,4 +1,3 @@
|
|
|
-<!--mMine/pages/myorders/MyDelistingApplyDetail/index.wxml-->
|
|
|
<view class="container" style="padding-bottom: {{ safeBottom }}px;">
|
|
|
<view class="topView">
|
|
|
<!-- 导航栏 -->
|
|
|
@@ -10,108 +9,117 @@
|
|
|
|
|
|
<view class="buyinfo-info">
|
|
|
<view class="title-view">
|
|
|
- <text class="title">{{ type === 1 ? '【求购信息】' : '【我的求购】'}}</text>
|
|
|
- <text class="wrstandname">单颗裸钻-人民币:{{}}</text>
|
|
|
+ <text class="title">{{ type === 1 ? '[求购信息]' : '[我的求购]'}}</text>
|
|
|
+ <text class="wrstandname">{{ item.zscategorydisplay }}-{{ item.zscurrencytypedisplay }}:{{ item.sellusername }}</text>
|
|
|
</view>
|
|
|
<!-- 履约信息 -->
|
|
|
<view class="buyinfo-detail-info">
|
|
|
<view class="item">
|
|
|
- <text>形状:圆明亮形, 心形, 三角形</text>
|
|
|
- <text>尺寸:1.20-1.33</text>
|
|
|
+ <text>形状:{{ item.zsshapetypedisplay }}</text>
|
|
|
+ <text>尺寸:{{ item.zssizedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text>颜色:F-K</text>
|
|
|
- <text>净度:VVS-SI2</text>
|
|
|
+ <text>颜色:{{ item.zscolortypedisplay }}</text>
|
|
|
+ <text>净度:{{ item.zsclaritytypedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text>切工:VG-F</text>
|
|
|
- <text>对称:EX-GF</text>
|
|
|
+ <text>切工:{{ item.zscuttypedisplay }}</text>
|
|
|
+ <text>对称:{{ item.zssymmetrytypedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text>抛光:EX-G</text>
|
|
|
- <text>荧光:无-极强</text>
|
|
|
+ <text>抛光:{{ item.zspolishtypedisplay }}</text>
|
|
|
+ <text>荧光:{{ item.zsfluorescencetypedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text>履约:</text>
|
|
|
+ <text>履约:{{ tmp.templatename }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="item">
|
|
|
+ <scroll-view class="item__step" scroll-left="true" scroll-x="true">
|
|
|
+ <view class="item__step__item" wx:for="{{ tmp.LstStep }}" wx:for-item="itm" wx:for-index="idx" wx:key="idx">
|
|
|
+ <text style="color: white; background-color: {{ colors[idx] }};">{{ itm.stepinfo }}</text>
|
|
|
+ <text>{{ itm.stepdate }}</text>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 卖家信息 -->
|
|
|
<view class="seller-info" wx:if="{{ type != 1 }}">
|
|
|
- <text class="title">【卖家信息】</text>
|
|
|
+ <text class="title">[卖家信息]</text>
|
|
|
<view class="content">
|
|
|
<view class="content__item">
|
|
|
<text class="title">名称:</text>
|
|
|
- <text class="value">{{ item.sellusername }}</text>
|
|
|
+ <text class="value">{{ goods.sellusername }}</text>
|
|
|
</view>
|
|
|
<view class="content__item">
|
|
|
<text class="title">电话:</text>
|
|
|
- <text class="value">--</text>
|
|
|
+ <text class="value">{{ goods.mobile }}</text>
|
|
|
</view>
|
|
|
<view class="content__item">
|
|
|
<text class="title">仓库:</text>
|
|
|
- <text class="value">{{ item.warehouseinfosdisplay }}</text>
|
|
|
+ <text class="value">{{ goods.warehousenamedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="content__item">
|
|
|
- <text class="title">履约:</text>
|
|
|
- <text class="value">中国-广东省-广州市-南沙XXXxxxxX仓库</text>
|
|
|
+ <text class="title">地址:</text>
|
|
|
+ <text class="value">{{ goods.provincename+goods.cityname+goods.districtname+goods.address }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 钻石属性 -->
|
|
|
<view class="attribute-info">
|
|
|
- <view class="attribute-info__item">
|
|
|
- <text class="title" style="width: 100%;">{{ item.zscategorydisplay }} - 商品编号{{ item.goodsno }} </text>
|
|
|
+ <view class="title-view">
|
|
|
+ <text class="title">[我的钻石]</text>
|
|
|
+ <text class="wrstandname">商品编号:{{ item.goodsno }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">价格:</text>
|
|
|
- <text class="value">{{ item.price }}</text>
|
|
|
+ <text class="value">{{ goods.price }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">重量:</text>
|
|
|
- <text class="value">{{ item.weight }}</text>
|
|
|
+ <text class="value">{{ goods.weight }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">克拉单价:</text>
|
|
|
- <text class="value">--</text>
|
|
|
+ <text class="value">{{ goods.priceper }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">形状:</text>
|
|
|
- <text class="value">{{ item.zsshapetypedisplay }}</text>
|
|
|
+ <text class="value">{{ goods.zsshapetypedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">颜色:</text>
|
|
|
- <text class="value">{{ item.zsczcolor1typedisplay }}</text>
|
|
|
+ <text class="value">{{ goods.zscolortype1display }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">净度:</text>
|
|
|
- <text class="value">{{ item.zsclaritytypedisplay }}</text>
|
|
|
+ <text class="value">{{ goods.zsclaritytype1display }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">切工:</text>
|
|
|
- <text class="value">{{ item.zscuttypedisplay }}</text>
|
|
|
+ <text class="value">{{ goods.zscuttypedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">抛光:</text>
|
|
|
- <text class="value">{{ item.zspolishtypedisplay }}</text>
|
|
|
+ <text class="value">{{ goods.zspolishtype1display }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">荧光:</text>
|
|
|
- <text class="value">{{ item.zsfluorescencetypedisplay }}</text>
|
|
|
+ <text class="value">{{ goods.zsfluorescencetype1display }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">尺寸:</text>
|
|
|
- <text class="value">{{ item.sizedisplay }}</text>
|
|
|
+ <text class="value">{{ goods.sizedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">证书类型:</text>
|
|
|
- <text class="value">--</text>
|
|
|
+ <text class="value">{{ goods.zscerttypedisplay }}</text>
|
|
|
</view>
|
|
|
<view class="attribute-info__item">
|
|
|
<text class="title">证书编号:</text>
|
|
|
- <text class="value">--</text>
|
|
|
+ <text class="value">{{ goods.cpcertno }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|