Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-15 17:11:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ec55f649a8f7d8cf7e4ba35d9db9501b931a2ae
7ec55f64
1 parent
720137d3
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
src/utils/mixins.js
src/utils/mixins.js
View file @
7ec55f6
...
...
@@ -278,20 +278,6 @@ export const inputBlurValidate = {
// this.validateForm = true;
// this.$refs[coin[customVal]].innerHTML = "";
// }
}
else
{
if
(
value
.
length
)
{
// 判断申报价值不得大于上限
// if (Number(value) > currency[customVal]) {
// this.validateForm = false;
// this.$refs[coin[customVal]].innerHTML = "";
// this.$refs[
// coin[customVal]
// ].innerHTML = `最大申报值不得大于${currency[customVal]}`;
// } else {
// this.validateForm = true;
// this.$refs[coin[customVal]].innerHTML = "";
// }
}
}
}
else
{
this
.
validateForm
=
false
;
...
...
Please
register
or
login
to post a comment