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.
nt_backend/application/admin/lang/zh-cn/ykjp/sell/delivery_financial.php

53 lines
1.6 KiB

1 year ago
<?php
return [
'Id' => 'ID',
'Approved yes' => '通过审批',
'Approved no' => '未通过审批',
'Code' => '单据编号',
'Sell_code' => '销售单单号',
'Sell_id' => '销售单ID',
'Customer_name' => '客户名称',
'Customer_info_id' => '客户ID',
'Linkman' => '联系人',
'Phone' => '联系方式',
'Admin_id' => '录单人员',
'Billing_time' => '制单时间',
'Delivery_time' => '交货日期',
'Totalnums' => '合计',
'Type' => '交货方式',
'Type 1' => '买家自提',
'Type 2' => '卖方发货',
'Type 3' => '代发',
'City' => '所属区域',
'Address' => '详细地址',
'Reason' => '作废理由',
'Status_list' => '状态',
'Status_list -1' => '已作废',
'Status_list 1' => '待审核',
'Status_list 2' => '审核失败',
'Status_list 3' => '待财务审核',
'Status_list 4' => '财务审核失败',
'Status_list 5' => '审核通过',
'Status_list 6' => '确认出库',
'Remark' => '备注',
'Reviewer_id' => '审核人ID',
'Firmid' => '企业ID',
'Serial number' => '序号',
'Commodity' => '商品名称',
'Specification' => '规格',
'Attributes' => '属性',
'Unit' => '单位',
'Warehouse' => '仓库位置',
'Delivery quantity' => '出库数量',
'unit price' => '单价',
'Subtotal' => '总价',
'Remarks' => '备注',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Cause' => '失败原因',
'Deletetime' => '删除时间',
'Please fill in the reason' => '请填写原因',
"look" => "详情",
];