Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
毕凯
2015-12-16 22:18:02 +0800
Commit
bbba16f0487c88b5d06c3385ce7ced02552081da
1 parent
85330e1f
检测发票抬头
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
static/js/cart/order-ensure.js
static/js/cart/order-ensure.js
View file @
bbba16f
...
...
@@ -96,6 +96,10 @@ function orderCompute() {
}
function
submitOrder
()
{
if
(
orderInfo
(
'invoice'
)
&&
!
orderInfo
(
'invoiceText'
))
{
tip
.
show
(
'请输入发票抬头'
);
return
;
}
loading
.
showLoadingMask
();
$
.
ajax
({
method
:
'POST'
,
...
...
Please
register
or
login
to post a comment