bill
This commit is contained in:
@@ -82,10 +82,10 @@ class Order_datas_entity
|
||||
if ($val['Name'] == '开票日期') {
|
||||
$bill_time = $val['Value'];
|
||||
}
|
||||
if ($val['Name'] == '发票代码') {
|
||||
if ($val['Name'] == '发票代码' && $val['Value']) {
|
||||
$bill_code = $val['Value'];
|
||||
}
|
||||
if ($val['Name'] == '发票号码') {
|
||||
if ($val['Name'] == '发票号码' && $val['Value']) {
|
||||
$bill_code = $val['Value'];
|
||||
}
|
||||
if ($val['Name'] == '购买方名称'){
|
||||
|
||||
Reference in New Issue
Block a user