|
@@ -25,11 +25,11 @@
|
|
|
</view>
|
|
|
<view class="order-title-t first">
|
|
|
<view class="order-title-num">订单编号:{{ order.shopOrderNo }}</view>
|
|
|
- <view class="order-title-tip">结算状态: {{ order.payStatus | payStatusType }}</view>
|
|
|
+ <view class="order-title-tip">结算状态:{{ order.payStatus | payStatusType }}</view>
|
|
|
</view>
|
|
|
<view class="order-title-t">
|
|
|
<view class="order-title-num">下单时间:{{ order.orderTime }}</view>
|
|
|
- <view class="order-title-tip">发货状态: <text class="status">{{ order.sendOutStatus | sendOutStatusType }}</text></view>
|
|
|
+ <view class="order-title-tip">发货状态:<text class="status">{{ order.sendOutStatus | sendOutStatusType }}</text></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="order-product">
|
|
@@ -40,19 +40,19 @@
|
|
|
</view>
|
|
|
<view class="pros-product-msg">
|
|
|
<view class="name">{{ pros.name }}</view>
|
|
|
- <view class="unit">规格:{{ pros.productUnit }}</view>
|
|
|
+ <view class="unit">规格:{{ pros.productUnit }}</view>
|
|
|
<view class="price">
|
|
|
<view class="red">¥{{ pros.price | NumFormat}}</view>
|
|
|
<view class="count">X{{ pros.num }}</view>
|
|
|
</view>
|
|
|
<view class="number">
|
|
|
- <text>已发货:{{ pros.shipmentsNum }}</text>
|
|
|
- <text v-if="order.returnedNum!=null&&order.returnedNum!=0">已退货:{{ pros.actualCancelNum }}</text>
|
|
|
- <text v-if="order.returnedNum!=null&&order.returnedNum!=0">取消:{{ pros.actualCancelNum }}</text>
|
|
|
+ <text>已发货:{{ pros.shipmentsNum }}</text>
|
|
|
+ <text v-if="order.returnedNum!=null&&order.returnedNum!=0">已退货:{{ pros.actualCancelNum }}</text>
|
|
|
+ <text v-if="order.returnedNum!=null&&order.returnedNum!=0">取消:{{ pros.actualCancelNum }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="pros-product-uss">合计:<text>¥{{ pros.price | NumFormat}}</text></view>
|
|
|
+ <view class="pros-product-uss">合计:<text class="text">¥{{ pros.price | NumFormat}}</text></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 底部button -->
|
|
@@ -72,13 +72,13 @@
|
|
|
<!--右抽屉-->
|
|
|
<tui-drawer mode="right" :visible="rightDrawer" @close="closeDrawer">
|
|
|
<view class="d-container clearfix" :style="{paddingTop:20+'px'}">
|
|
|
- <view class="d-label">商品货号:</view>
|
|
|
+ <view class="d-label">订单编号:</view>
|
|
|
<view class="d-input">
|
|
|
<input class="input" type="text" value="" v-model="listQuery.shopOrderNo" placeholder="输入订单编号"/>
|
|
|
</view>
|
|
|
- <view class="d-label">商品货号:</view>
|
|
|
+ <view class="d-label">收货人姓名:</view>
|
|
|
<view class="d-input">
|
|
|
- <input class="input" type="text" value="" v-model="listQuery.name" placeholder="输入收货人"/>
|
|
|
+ <input class="input" type="text" value="" v-model="listQuery.name" placeholder="输入收货人姓名"/>
|
|
|
</view>
|
|
|
<view class="d-label">结算状态:</view>
|
|
|
<view class="d-input">
|
|
@@ -256,6 +256,7 @@
|
|
|
handButtonConfirm(data) {//获取点击
|
|
|
console.log(data)
|
|
|
this.btnoRderID = data.orderInfo.shopOrderID
|
|
|
+ console.log(this.btnoRderID )
|
|
|
this.OperationType = data.type
|
|
|
this.handShowAlert(data)
|
|
|
},
|
|
@@ -265,8 +266,7 @@
|
|
|
this.$api.navigateTo('/supplier/pages/deliver/deliver-record?shopOrderId='+this.btnoRderID)
|
|
|
break
|
|
|
case 'deliver':
|
|
|
- this.$api.setStorage('shopOrderId',this.btnoRderID)
|
|
|
- this.$api.navigateTo('/supplier/pages/deliver/deliver-goods')
|
|
|
+ this.$api.navigateTo('/supplier/pages/deliver/deliver-goods?shopOrderId='+this.btnoRderID)
|
|
|
break
|
|
|
}
|
|
|
},
|
|
@@ -278,16 +278,12 @@
|
|
|
this.rightDrawer = false;
|
|
|
},
|
|
|
bindPickerChange: function(e) {//选择结算状态筛选
|
|
|
- console.log(e)
|
|
|
this.showSendOutStatus = this.StatusArray[e.target.value].name
|
|
|
this.listQuery.sendOutStatus = this.StatusArray[e.target.value].value
|
|
|
- console.log(this.listQuery.sendOutStatus )
|
|
|
},
|
|
|
bindPickerChange1: function(e) {//选择发货状态筛选
|
|
|
- console.log(e)
|
|
|
this.showpayStatus = this.PayArray[e.target.value].name
|
|
|
this.listQuery.payStatus = this.PayArray[e.target.value].value
|
|
|
- console.log(this.listQuery.payStatus )
|
|
|
},
|
|
|
handSearchList(){//搜索
|
|
|
this.getOrderDatainit()
|
|
@@ -295,8 +291,12 @@
|
|
|
this.rightDrawer = false;
|
|
|
},
|
|
|
handSearchClear(){//重置搜索条件
|
|
|
-
|
|
|
- }
|
|
|
+ this.listQuery = Object.assign({}, defaultListQuery)
|
|
|
+ this.showSendOutStatus='';
|
|
|
+ this.showpayStatus='';
|
|
|
+ this.listQuery.shopOrderNo='';
|
|
|
+ this.listQuery.name='';
|
|
|
+ },
|
|
|
},
|
|
|
onShareAppMessage(res){//分享转发
|
|
|
this.isShareModal = false
|
|
@@ -673,6 +673,7 @@
|
|
|
font-weight: bold;
|
|
|
text{
|
|
|
color: #f94b4b;
|
|
|
+ margin-left: 10rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|