|
@@ -6,11 +6,10 @@
|
|
<button class="search-btn" bindtap="Search">搜索</button>
|
|
<button class="search-btn" bindtap="Search">搜索</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
<view style="margin: 4%;" wx:for="{{showList}}">
|
|
<view style="margin: 4%;" wx:for="{{showList}}">
|
|
<view class="item-box">
|
|
<view class="item-box">
|
|
<view style="color: #747474;font-size: 29rpx;">
|
|
<view style="color: #747474;font-size: 29rpx;">
|
|
- 订单编号 : {{item.oid}}
|
|
|
|
|
|
+ 订单编号 : {{item.Oid}}
|
|
<view style="float: right;" bindtap="onClickdetail">
|
|
<view style="float: right;" bindtap="onClickdetail">
|
|
{{detail}}
|
|
{{detail}}
|
|
</view>
|
|
</view>
|
|
@@ -19,17 +18,17 @@
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
<view class="card1">
|
|
<view class="card1">
|
|
- <text style="font-size:26rpx;margin-bottom: 10rpx;color: #747474;">姓名:{{item.userName}}</text>
|
|
|
|
|
|
+ <text style="font-size:26rpx;margin-bottom: 10rpx;color: #747474;">姓名:{{item.UserName}}</text>
|
|
<text style="font-size:26rpx; color: #FF6347;">待送达</text>
|
|
<text style="font-size:26rpx; color: #FF6347;">待送达</text>
|
|
</view>
|
|
</view>
|
|
<view class="card1">
|
|
<view class="card1">
|
|
- <text style="font-size:26rpx;margin-bottom: 10rpx;color: #747474;">手机号:{{item.phone}}</text>
|
|
|
|
|
|
+ <text style="font-size:26rpx;margin-bottom: 10rpx;color: #747474;">手机号:{{item.Phone}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="card1">
|
|
<view class="card1">
|
|
- <text style="font-size:26rpx;margin-bottom: 10rpx;color: #747474;">地址:{{item.province}}</text>
|
|
|
|
|
|
+ <text style="font-size:26rpx;margin-bottom: 10rpx;color: #747474;">地址:{{item.Area}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="card1">
|
|
<view class="card1">
|
|
- <text style="font-size:26rpx;color: #747474;">下单时间:{{item.createTime}}</text>
|
|
|
|
|
|
+ <text style="font-size:26rpx;color: #747474;">下单时间:{{item.CreateTime}}</text>
|
|
<van-button color="#FF8C00" custom-style="border-radius:8px;font-size:20rpx" class="btn1" round type="info" size="mini">重新打印</van-button>
|
|
<van-button color="#FF8C00" custom-style="border-radius:8px;font-size:20rpx" class="btn1" round type="info" size="mini">重新打印</van-button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|