bulk_edit
This commit is contained in:
parent
c55f20fed7
commit
5e9980c72b
|
|
@ -391,7 +391,7 @@ class Cashier extends Base
|
|||
'msg' => '购物车修改',
|
||||
'type' => 'cashier',
|
||||
'status' => $res['status'],
|
||||
'operate_type' => 'edit',
|
||||
'operate_type' => 'bulk_edit',
|
||||
'data_type' => $res['data_type'],
|
||||
'msg_id' => $rand,
|
||||
'data' => []
|
||||
|
|
|
|||
|
|
@ -348,7 +348,7 @@ class Manage extends Base
|
|||
'msg' => '购物车修改',
|
||||
'type' => 'manage',
|
||||
'status' => $res['status'],
|
||||
'operate_type' => 'edit',
|
||||
'operate_type' => 'bulk_edit',
|
||||
'data_type' => $res['data_type'],
|
||||
'msg_id' => $rand,
|
||||
'data' => []
|
||||
|
|
|
|||
|
|
@ -349,7 +349,7 @@ class Onboc extends Base
|
|||
'msg' => '购物车修改',
|
||||
'type' => 'onboc',
|
||||
'status' => $res['status'],
|
||||
'operate_type' => 'edit',
|
||||
'operate_type' => 'bulk_edit',
|
||||
'data_type' => $res['data_type'],
|
||||
'msg_id' => $rand,
|
||||
'data' => []
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@ class Pad extends Base
|
|||
'msg' => '购物车修改',
|
||||
'type' => 'pad',
|
||||
'status' => $res['status'],
|
||||
'operate_type' => 'edit',
|
||||
'operate_type' => 'bulk_edit',
|
||||
'data_type' => $res['data_type'],
|
||||
'msg_id' => $rand,
|
||||
'data' => []
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@ class Shopping extends Base
|
|||
'msg' => '购物车修改',
|
||||
'type' => 'shopping',
|
||||
'status' => $res['status'],
|
||||
'operate_type' => 'edit',
|
||||
'operate_type' => 'bulk_edit',
|
||||
'data_type' => $res['data_type'],
|
||||
'msg_id' => $rand,
|
||||
'data' => []
|
||||
|
|
|
|||
Loading…
Reference in New Issue