|
@@ -1370,10 +1370,12 @@ class Good extends Base
|
|
|
$item['in_tax_code'] = $taxInfo->in_tax_code??'';
|
|
|
$item['in_tax_short'] = $taxInfo->in_tax_short??'';
|
|
|
$item['in_tax_merge'] = $taxInfo->in_tax_merge??'';
|
|
|
+ $item['in_tax'] = $taxInfo->tax??'';
|
|
|
$item['out_tax_name'] = $taxInfo->out_tax_name??'';
|
|
|
$item['out_tax_code'] = $taxInfo->out_tax_code??'';
|
|
|
$item['out_tax_short'] = $taxInfo->out_tax_short??'';
|
|
|
$item['out_tax_merge'] = $taxInfo->out_tax_merge??'';
|
|
|
+ $item['out_tax'] = $taxInfo->out_tax??'';
|
|
|
$item['inv_good_name'] = $taxInfo->inv_good_name;
|
|
|
}
|
|
|
$this->success('获取成功',$list);
|