|
|
@ -475,7 +475,7 @@ class CompanyStatementSetController extends Controller {
|
|
|
|
|
|
|
|
|
|
|
|
$add_data=[];
|
|
|
|
$add_data=[];
|
|
|
|
//1.获取甲乙方信息
|
|
|
|
//1.获取甲乙方信息
|
|
|
|
if($v['first_company_type'] == 1){
|
|
|
|
if($v['first_company_type'] > 0){
|
|
|
|
//甲方合作
|
|
|
|
//甲方合作
|
|
|
|
$pc[$v['first_company_id']]['invoice_type'] = $v['invoice_type'];
|
|
|
|
$pc[$v['first_company_id']]['invoice_type'] = $v['invoice_type'];
|
|
|
|
$pc[$v['first_company_id']]['invoice_content'] = $v['invoice_content'];
|
|
|
|
$pc[$v['first_company_id']]['invoice_content'] = $v['invoice_content'];
|
|
|
|