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