mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
feat: #10000 日志记录字段更新
This commit is contained in:
parent
15275b399c
commit
9356d9b68d
@ -90,6 +90,14 @@ class Log extends Model
|
||||
'cost' => '成本',
|
||||
'stock' => '库存',
|
||||
'inventory' => '库存盘点',
|
||||
'reserve' => '预留量 ',
|
||||
'timingInventory' => '7店盘点 ',
|
||||
'pdd.ktt.goods.query.list' => '快团团下载绑定商品',
|
||||
'arrived_today_num' => '今日到货',
|
||||
'loss_num' => '损耗',
|
||||
'pdd.pop.auth.token.create' => '快团团授权',
|
||||
'reference_price' => '参考价格',
|
||||
'update' => '更新',
|
||||
];
|
||||
|
||||
return $map[$value] ?? $value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user