order-item.php
1.08 KB
<?php
return [
'labels' => [
'OrderItem' => 'OrderItem',
'order-item' => 'OrderItem',
],
'fields' => [
'order_id' => '订单ID',
'user_id' => '用户ID',
'goods_id' => '商品ID',
'supplier_id' => '供应商ID(=company_id)',
'brand_id' => '品牌ID',
'standard_brand_id' => '标准品牌ID',
'goods_name' => '型号',
'supplier_name' => '供应商名(=company_name)',
'brand_name' => '品牌名',
'standard_brand_name' => '标准品牌',
'goods_type' => '商品类型 联营:1专卖2联营 自营 :3自营 4寄售 5第三方仓库',
'goods_number' => '购买数量',
'goods_price' => '商品单价',
'delivery_time' => '交货时间',
'canal' => '渠道标签',
'status' => '状态 -1已删除 1正常',
'initial_price' => '原始销售价格',
'purchase_uid' => '采购员id(内部账户系统id)',
'contract_remark' => '合同备注 6个汉子',
'tax_rate' => '税率',
],
'options' => [
],
];