You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
586 B
21 lines
586 B
<?php
|
|
|
|
return [
|
|
'ProductName' => '商品名称',
|
|
'Supplier' => "供应商",
|
|
"Warehouse" => "仓库名称",
|
|
"Partition" => "库区名称",
|
|
"Nums" => "数量",
|
|
"Createtime" => "时间",
|
|
"Price" => '单价',
|
|
"Subtotal" => "小计",
|
|
"Illegal operation" => "非法操作",
|
|
"Ware" => "仓库",
|
|
"Product" => "产品",
|
|
"Inbound_type" => "入库类型",
|
|
"inbound_type 0" => "采购入库",
|
|
"inbound_type 1" => "销售入库",
|
|
"Code" => "单据编号",
|
|
"total nums:" => "总数量:",
|
|
"total moeny: $" => "总金额:¥",
|
|
];
|
|
|