feat(warehouse): 添加入库单和出库单的 code 字段显示

- 在仓库产品列表中添加了 code 字段,用于显示入库单和出库单的编号
- 分别在入库和出库的字段定义中加入了 'code' => '入库单' 和 'code' => '出库单' 的映射
This commit is contained in:
mkm 2024-11-27 14:13:31 +08:00
parent 1ab27fbb97
commit 1aceb8f58e

View File

@ -185,6 +185,7 @@ class WarehouseProductLists extends BaseAdminDataLists implements ListsSearchInt
'supplier_name' => '供应商',
'store_name' => '商品名称',
'financial_pm_name' => '出入库',
'code' => '入库单',
'batch' => '批次',
'nums' => '数量',
'manufacture' => '生产日期',
@ -204,6 +205,7 @@ class WarehouseProductLists extends BaseAdminDataLists implements ListsSearchInt
'store_info' => '规格',
'unit_name' => '单位',
'financial_pm_name' => '出入库',
'code' => '出库单',
'system_store_name' => '门店',
'nums' => '数量',
'purchase' => '供货价',