diff --git a/src/components/order_list/mall/mall.vue b/src/components/order_list/mall/mall.vue index 4628a40..e07e766 100644 --- a/src/components/order_list/mall/mall.vue +++ b/src/components/order_list/mall/mall.vue @@ -1,33 +1,50 @@ @@ -114,7 +131,6 @@ export default { vertical-align: middle; width: 30upx; height: 30upx; - background-color: skyblue; } } } diff --git a/src/js/api.js b/src/js/api.js index f52947e..a4c8921 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -39,7 +39,7 @@ export const API = { // hardwareOrderList: `${ORIGIN}/admin/stadium/hardware/order/list`, // 硬件管理-订单列表_copy hardwareOrderList: `${ORIGIN}/admin/assistant/hardware/order/list`, // 硬件管理-订单列表_copy appointmentOrderList: `${ORIGIN}/admin/gameAppointment/orderList`, // 赛事订单列表_copy - + shop2OrderList: `${ORIGIN}/admin/shop2/orderList`, // 商城订单 - 列表_copy // 营业额统计 turnoverBrand: `${ORIGIN}/admin/assistant/turnover/brand/calc`, // 营业额记录-品牌 diff --git a/src/pages/order_list/order_list.vue b/src/pages/order_list/order_list.vue index 3bc0667..409cdf3 100644 --- a/src/pages/order_list/order_list.vue +++ b/src/pages/order_list/order_list.vue @@ -60,6 +60,7 @@ + - - + + + + + 无已发货 + + *请选择商品发货 - 全选 - + 全选 + + + - - - + + + + + - 克洛斯威羽毛球拍2支装C8正品碳素成人进攻型羽毛球比赛用 + {{ e.product_name || '-' }} 比赛专用;黑色 - + *发货仓库 - + - - + + 商品如果不在同一仓库,请分开发货 - 发货仓库 + 发货物流 * 发货方式 - - 快递 + + 快递 - - 无需快递 + + 无需快递 - - * 物流公司 - - + + + * 物流公司 + + + + + + + + + + + * 物流单号 + - - + - - - - - * 物流单号 - - - - - + + + + * 备注 - + - 确认发货 + 确认发货 - - + + + + + 无已发货 + + 包裹1 快递:顺丰速递 SF1090317923085复制 @@ -116,19 +135,197 @@ 共10件商品 + - - - - 无已发货 - + @@ -255,6 +452,11 @@ export default { margin-left: 20upx; border: 2upx solid #9a9a9d; border-radius: 50%; + >image{ + display: block; + width: 100%; + height: 100%; + } } } } @@ -269,6 +471,12 @@ export default { height: 32upx; border-radius: 50%; box-shadow: 0 0 0 2upx #9A9A9D; + @include centerFlex(center); + >image{ + display: block; + width: 100%; + height: 100%; + } } >image{ flex-shrink: 0; @@ -276,7 +484,6 @@ export default { width: 180upx; height: 180upx; border-radius: 10upx; - background-color: skyblue; } .oi-info{ align-self: flex-start; @@ -318,7 +525,6 @@ export default { margin-left: 20upx; width: 30upx; height: 30upx; - background-color: skyblue; } } .ow-tip{ @@ -404,7 +610,6 @@ export default { margin-left: 20upx; width: 30upx; height: 30upx; - background-color: skyblue; } } diff --git a/src/subpackage/order/pages/order_manage/order_manage.vue b/src/subpackage/order/pages/order_manage/order_manage.vue index 2cf5f20..e303e77 100644 --- a/src/subpackage/order/pages/order_manage/order_manage.vue +++ b/src/subpackage/order/pages/order_manage/order_manage.vue @@ -38,7 +38,7 @@ export default { util.routeTo(getTabRoutePath() + `?order_type=${ele.orderType}`,'nT'); }, isFinish(key){ - let _endKeyArr = [ 1, 2, 3, 4, 5, 7, 9, 10, 14, 16, 15, 13, 6 ]; + let _endKeyArr = [ 1, 2, 3, 4, 5, 7, 9, 10, 14, 16, 15, 13, 6, 8 ]; return _endKeyArr.includes(key); } } diff --git a/src/subpackage/order/static/images/down_arrow.png b/src/subpackage/order/static/images/down_arrow.png new file mode 100644 index 0000000..86bb83f Binary files /dev/null and b/src/subpackage/order/static/images/down_arrow.png differ diff --git a/src/subpackage/order/static/images/selected.png b/src/subpackage/order/static/images/selected.png new file mode 100644 index 0000000..12ad01b Binary files /dev/null and b/src/subpackage/order/static/images/selected.png differ