|
@@ -284,6 +284,7 @@ class Sale extends Base
|
|
|
$temp['spuCode']=$item['spuCode'];
|
|
|
$temp['tax_code']=$item['cat_code'];
|
|
|
$temp['tax_name']=$item['cat_name'];
|
|
|
+ $temp['tax_short_name']=$item['short_name'];
|
|
|
$temp['inv_tax']=$item['tax'];
|
|
|
$temp['inv_good_name']=$item['inv_good_name'];
|
|
|
return $temp;
|
|
@@ -598,6 +599,7 @@ class Sale extends Base
|
|
|
$temp['spuCode']=$item['spuCode'];
|
|
|
$temp['tax_code']=$item['cat_code'];
|
|
|
$temp['tax_name']=$item['cat_name'];
|
|
|
+ $temp['tax_short_name']=$item['short_name'];
|
|
|
$temp['inv_tax']=$item['tax'];
|
|
|
$temp['inv_good_name']=$item['inv_good_name'];
|
|
|
return $temp;
|
|
@@ -1239,6 +1241,7 @@ class Sale extends Base
|
|
|
$temp['spuCode']=$item['spuCode'];
|
|
|
$temp['tax_code']=$item['cat_code'];
|
|
|
$temp['tax_name']=$item['cat_name'];
|
|
|
+ $temp['tax_short_name']=$item['short_name'];
|
|
|
$temp['inv_tax']=$item['tax'];
|
|
|
$temp['inv_good_name']=$item['inv_good_name'];
|
|
|
return $temp;
|
|
@@ -1836,6 +1839,7 @@ class Sale extends Base
|
|
|
$temp['spuCode']=$item['spuCode'];
|
|
|
$temp['tax_code']=$item['cat_code'];
|
|
|
$temp['tax_name']=$item['cat_name'];
|
|
|
+ $temp['tax_short_name']=$item['short_name'];
|
|
|
$temp['inv_tax']=$item['tax'];
|
|
|
$temp['inv_good_name']=$item['inv_good_name'];
|
|
|
return $temp;
|
|
@@ -2120,6 +2124,7 @@ class Sale extends Base
|
|
|
$temp['spuCode']=$item['spuCode'];
|
|
|
$temp['tax_code']=$item['cat_code'];
|
|
|
$temp['tax_name']=$item['cat_name'];
|
|
|
+ $temp['tax_short_name']=$item['short_name'];
|
|
|
$temp['inv_tax']=$item['tax'];
|
|
|
$temp['inv_good_name']=$item['inv_good_name'];
|
|
|
return $temp;
|