bulk_edit

This commit is contained in:
ASUS 2025-11-13 09:55:39 +08:00
parent c55f20fed7
commit 5e9980c72b
5 changed files with 5 additions and 5 deletions

View File

@ -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' => []

View File

@ -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' => []

View File

@ -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' => []

View File

@ -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' => []

View File

@ -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' => []