Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
ec629f7540ce16bc6fb5b0fe231d30979ef4925a
1 parent
9b9f2a2f
placeholder for invoice title
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
public/js/shopping/order/invoice.js
public/js/shopping/order/invoice.js
View file @
ec629f7
...
...
@@ -13,6 +13,8 @@ var $invoiceContent = $('#invoice-content');
var
$invoiceTitleInput
;
require
(
'yoho-jquery-placeholder'
);
// 发票信息验证
function
validateInvoice
(
$el
)
{
var
pass
=
true
;
...
...
@@ -137,6 +139,9 @@ function showInvoiceDialog() {
}
});
// placeholder for title
$
(
'.invoice-title-input'
).
placeholder
();
dialog
.
show
();
}
...
...
Please
register
or
login
to post a comment