Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
44369b62
authored
Jul 06, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整
parent
fbdede3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
public/js/details.js
resources/views/changeInvoice/content.blade.php
public/js/details.js
View file @
44369b62
...
...
@@ -708,6 +708,7 @@
if
(
val
==
1
)
{
// 不开票
$
(
'.tax_title_section'
).
hide
();
$
(
'.add_tax'
).
hide
();
$
(
'.person-inv'
).
hide
();
$
(
'input[name=tax_title]'
).
val
(
''
);
$
(
'input[name=tax_no]'
).
val
(
''
);
...
...
@@ -719,6 +720,7 @@
$
(
'.tax_title_section'
).
show
();
$
(
'.add_tax'
).
hide
();
$
(
'.invoice_title'
).
attr
(
'colspan'
,
3
);
$
(
'.person-inv'
).
show
();
$
(
'input[name=tax_no]'
).
val
(
''
);
$
(
'input[name=bank_name]'
).
val
(
''
);
...
...
@@ -729,6 +731,7 @@
$
(
'.tax_title_section'
).
show
();
$
(
'.add_tax'
).
show
();
$
(
'.invoice_title'
).
attr
(
'colspan'
,
0
);
$
(
'.person-inv'
).
hide
();
}
})
...
...
resources/views/changeInvoice/content.blade.php
View file @
44369b62
...
...
@@ -32,7 +32,8 @@
<option
value=
"3"
>
增值税专用发票
</option>
<option
value=
"4"
>
增值税普通发票
</option>
<option
value=
"2"
>
普通发票(个人)
</option>
</select>
</select>
<span
class=
"person-inv error hide"
>
非公司发票!!!
</span>
</td>
<td
width=
"10%"
>
开票状态
</td>
<td
width=
"40%"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment