Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
cailing
9 years ago
Commit
ce9f92faf237aaadd2a9d86fbe323c0760c2c022
1 parent
c4f3c6cd
电子发票隐藏
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
ce9f92f
...
...
@@ -402,7 +402,7 @@ class IndexController extends AbstractAction
else
{
$invoices_title
=
''
;
$invoiceType
=
'7'
;
//发票类型ID
$invoices_type
=
'
2
'
;
//发票类型 /**纸质 1 ,电子 2 */
$invoices_type
=
'
1
'
;
//发票类型 /**纸质 1 ,电子 2 */
$invoice_Top
=
'个人'
;
}
...
...
@@ -415,11 +415,11 @@ class IndexController extends AbstractAction
'companyName'
=>
$invoices_title
,
'isPaper'
=>
$invoices_type
==
1
?
true
:
false
,
'invoicesType'
=>
array
(
array
(
'id'
=>
'2'
,
'type'
=>
'电子发票'
,
'choosed'
=>
empty
(
$invoices_type
)
||
$invoices_type
==
2
?
true
:
false
,
),
// array(
// 'id' => '2',
// 'type' => '电子发票',
// 'choosed' => empty($invoices_type) || $invoices_type == 2 ? true : false,
// ),
array
(
'id'
=>
'1'
,
'type'
=>
'纸质发票'
,
...
...
Please
register
or
login
to post a comment