鲜花2.0-接口测试bug修复

This commit is contained in:
杨建炊 2024-08-09 16:17:59 +08:00
parent e2eb40185f
commit f0b4b4637a

View File

@ -527,28 +527,28 @@ return [
], ],
'PURCHASE_RECORD' => [ 'PURCHASE_RECORD' => [
'id' => 192, 'id' => 192,
'name' => '采购记录', 'name' => '入库记录',
'parent_id' => 19, 'parent_id' => 19,
'show' => 1, 'show' => 1,
], ],
'purchase_record.index' => [ 'purchase_record.index' => [
'id' => 1921, 'id' => 1921,
'name' => '采购单首页', 'name' => '入库记录首页',
'parent_id' => 192 'parent_id' => 192
], ],
'purchase_record.update' => [ 'purchase_record.update' => [
'id' => 1922, 'id' => 1922,
'name' => '采购单更新', 'name' => '入库记录更新',
'parent_id' => 192 'parent_id' => 192
], ],
'purchase_record.store' => [ 'purchase_record.store' => [
'id' => 1923, 'id' => 1923,
'name' => '采购单新增', 'name' => '入库记录新增',
'parent_id' => 192 'parent_id' => 192
], ],
'purchase_record.purchase_import' => [ 'purchase_record.purchase_import' => [
'id' => 1924, 'id' => 1924,
'name' => '导购单批量导入', 'name' => '入库记录批量导入',
'parent_id' => 192 'parent_id' => 192
], ],
'LOSS_RECORD' => [ 'LOSS_RECORD' => [