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