作者 jinglong
1 个管道 的构建 通过 耗费 1 秒

修改订单状态

... ... @@ -378,7 +378,7 @@ class Cars extends Api
$this->error($validate->getError());
}
//查询已经领取过
//查询已经领取过,未使用
$flag = config('verify.flag');
$type = config('verify.type');
$receive = Common::selectWhereData('rcoupon',['uid'=>$this->uid,'is_use'=>$flag[0]],'id,c_id');
... ...
... ... @@ -332,16 +332,7 @@ class Coupons extends Api
$res[$key]['coupon_name'] = $value['coupon_name'];//优惠券名称
$res[$key]['coupon_number'] = $value['coupon_number'];//优惠券剩余数量
//全场,品牌,商品
if($value['type'] == 0){
$res[$key]['type'] = '全场通用';
}else if($value['type'] == 1){
$res[$key]['type'] = '部分品牌可用';
}else{
$res[$key]['type'] = '部分商品可用';
}
$res[$key]['type'] = '本商品可用';
}
$this->success('成功',$res);
}else{
... ...
... ... @@ -26,7 +26,7 @@ class Orders extends Api
* @ApiRoute (/api/orders/myOrderList)
* @ApiHeaders (name=token, type=string, required=true, description="请求的Token")
*
* @ApiParams (name="status", type="inter", required=true, description="订单状态(-1:全部,0:待付款,1:待发货,2:待收货,3:已完成 )")
* @ApiParams (name="status", type="inter", required=true, description="订单状态(-1:全部,0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)")
* @ApiParams (name="page", type="inter", required=true, description="分页页码")
*
* @ApiReturn({
... ... @@ -39,7 +39,7 @@ class Orders extends Api
"id": 2,//订单id
"order_sn": 1000002,//订单号
"total_price": 390,//支付金额
"status": 0,//订单状态(0:待付款,1:待发货,2:待收货,3:已完成)
"status": 0,//订单状态(0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)
"goods_list": [
{
"id": 3,//附加表id
... ... @@ -156,7 +156,7 @@ class Orders extends Api
"data": {
"id": 1,//订单id
"uid": 2,
"status": 0,//订单状态(0:待付款,1:待发货,2:待收货,3:已完成)
"status": 0,//订单状态(0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)
"order_sn": 1000001,//订单号
"pay_order_sn": "pay1575432163433287009591",
"receive_name": "景龙",//收货人
... ...
... ... @@ -24,7 +24,7 @@ return [
//商品标识
// 'flag' => [0,1,2,3],//0:普通,1:推荐,2:设计师作品,3:新人特惠
'flag' => [0,1],//0:否,1:是
'status' => [0,1,2,3],//0:待付款,1:待发货,2:待收货,3:已完成
'status' => [0,1,2,3,4,5,6,7,8],//0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成
//优惠券类型
'type' => [0,1,2],//0:全场,1:品牌,2:商品
//分页数
... ...
... ... @@ -3478,7 +3478,7 @@
<td>status</td>
<td>inter</td>
<td></td>
<td>订单状态(-1:全部,0:待付款,1:待发货,2:待收货,3:已完成 </td>
<td>订单状态(-1:全部,0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成</td>
</tr>
<tr>
<td>page</td>
... ... @@ -3517,7 +3517,7 @@
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/orders/myOrderList" method="GET" name="form22" id="form22">
<div class="form-group">
<label class="control-label" for="status">status</label>
<input type="inter" class="form-control input-sm" id="status" required placeholder="订单状态(-1:全部,0:待付款,1:待发货,2:待收货,3:已完成 )" name="status">
<input type="inter" class="form-control input-sm" id="status" required placeholder="订单状态(-1:全部,0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)" name="status">
</div>
<div class="form-group">
<label class="control-label" for="page">page</label>
... ... @@ -3564,7 +3564,7 @@
"id": 2,//订单id
"order_sn": 1000002,//订单号
"total_price": 390,//支付金额
"status": 0,//订单状态(0:待付款,1:待发货,2:待收货,3:已完成)
"status": 0,//订单状态(0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)
"goods_list": [
{
"id": 3,//附加表id
... ... @@ -3763,7 +3763,7 @@
"data": {
"id": 1,//订单id
"uid": 2,
"status": 0,//订单状态(0:待付款,1:待发货,2:待收货,3:已完成)
"status": 0,//订单状态(0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)
"order_sn": 1000001,//订单号
"pay_order_sn": "pay1575432163433287009591",
"receive_name": "景龙",//收货人
... ... @@ -5550,7 +5550,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2019-12-04 18:04:40 </div>
Generated on 2019-12-04 18:37:56 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...
... ... @@ -26,7 +26,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{checkbox: true},
{field: 'id', title: __('Id')},
{field: 'order_sn', title: __('Order_sn')},
{field: 'status', title: __('Status'),searchList: {0: __('待付款'), 1: __('已取消'),2: __('待发货'), 3: __('退款申请中'),4: __('已退款'), 5: __('待收货'),6: __('已退换货'), 7: __('已完成')},formatter:Table.api.formatter.label},
{field: 'status', title: __('Status'),searchList: {0: __('待付款'), 1: __('已取消'),2: __('待发货'), 3: __('退款申请中'),4: __('已退款'), 5: __('待收货'),6: __('退换货申请中'), 7: __('已换货'),8: __('已完成')},formatter:Table.api.formatter.label},
{field: 'receive_name', title: __('Receive_name')},
{field: 'receive_mobile', title: __('Receive_mobile')},
{field: 'receive_address', title: __('Receive_address')},
... ...