40 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'User_id'                   => '用户id',
 | 
						|
    'Status'                    => '申请状态',
 | 
						|
    'Status 1'                  => '申请中',
 | 
						|
    'Set status to 1'           => '设为申请中',
 | 
						|
    'Status 2'                  => '已开票',
 | 
						|
    'Set status to 2'           => '设为已开票',
 | 
						|
    'Status -3'                  => '已作废',
 | 
						|
    'Set status to -3'           => '设为已作废',
 | 
						|
    'Apply_type'                => '申请类型',
 | 
						|
    'Apply_type 1'              => '单开',
 | 
						|
    'Apply_type 2'              => '连开',
 | 
						|
    'Price'                     => '申请实付金额',
 | 
						|
    'Images'  => '发票图片展示',
 | 
						|
    'Fee_price'                 => '平台手续费',
 | 
						|
    'Desc'                      => '开票备注',
 | 
						|
    'Head_type'                 => '抬头类型',
 | 
						|
    'Head_type personal'        => '个人或事业单位',
 | 
						|
    'Head_type corporate'       => '企业',
 | 
						|
    'Invoice_type'              => '发票类型',
 | 
						|
    'Invoice_type ordinary'     => '普通发票',
 | 
						|
    'Invoice_type special'      => '专用发票',
 | 
						|
    'Invoice_header'            => '发票抬头',
 | 
						|
    'Tax_id'                    => '税号',
 | 
						|
    'Bank_deposit'              => '开户银行',
 | 
						|
    'Bank_number'               => '银行账号',
 | 
						|
    'Enterprise_address'        => '企业地址',
 | 
						|
    'Enterprise_phone'          => '企业电话',
 | 
						|
    'Invoice_reservation_phone' => '发票预留电话',
 | 
						|
    'Invoice_reservation_email' => '发票预留邮箱',
 | 
						|
    'Invoicingtime'             => '开票时间',
 | 
						|
    'Createtime'                => '创建时间',
 | 
						|
    'Updatetime'                => '修改时间',
 | 
						|
    'User.nickname'             => '昵称',
 | 
						|
    'User.mobile'               => '手机号',
 | 
						|
    'User.avatar'               => '头像'
 | 
						|
];
 |