Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
9efe653e
Commit
9efe653e
authored
Jun 13, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame修改
parent
b30612bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
check.js
src/business/litame/model/check.js
+6
-6
Amep.vue
src/business/litame/views/Amep.vue
+3
-3
No files found.
src/business/litame/model/check.js
View file @
9efe653e
...
...
@@ -37,11 +37,11 @@ export default {
],
'oldlidgrp.rec.nomtop'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'
string
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
{
type
:
'
number
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
],
'oldlidgrp.rec.nomton'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'
string
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
{
type
:
'
number
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
],
'oldlidgrp.cbs.max.cur'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
...
...
@@ -67,11 +67,11 @@ export default {
],
'swiadd.newnomtop'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'
string
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
{
type
:
'
number
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
],
'swiadd.newnomton'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'
string
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
{
type
:
'
number
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
],
'litamep.maxcur'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
...
...
@@ -189,11 +189,11 @@ export default {
],
'lidgrp.rec.nomtop'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'
string
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
{
type
:
'
number
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
],
'lidgrp.rec.nomton'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'
string
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
{
type
:
'
number
'
,
max
:
99
,
message
:
'只能输入数字,长度不能超过2'
}
],
'lidgrp.apl.adrelc'
:[
{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
},
...
...
src/business/litame/views/Amep.vue
View file @
9efe653e
...
...
@@ -43,7 +43,7 @@
v-model=
"model.lidgrp.cbs.nom1.cur"
maxlength=
"3"
placeholder=
"请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -59,7 +59,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
溢短装
上浮"
prop=
"oldlidgrp.rec.nomtop"
>
<el-form-item
label=
"
金额
上浮"
prop=
"oldlidgrp.rec.nomtop"
>
<c-input
v-model
.
number=
"model.oldlidgrp.rec.nomtop"
placeholder=
"请输入上浮比例"
...
...
@@ -69,7 +69,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
溢短装
下浮"
prop=
"oldlidgrp.rec.nomton"
>
<el-form-item
label=
"
金额
下浮"
prop=
"oldlidgrp.rec.nomton"
>
<c-input
v-model
.
number=
"model.oldlidgrp.rec.nomton"
placeholder=
"请输入下浮比例"
...
...
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