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
83f040b5
Commit
83f040b5
authored
Jul 11, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letamc修改
parent
06215645
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
43 deletions
+13
-43
buildCommons.js
src/business/letamc/event/buildCommons.js
+1
-0
check.js
src/business/letamc/model/check.js
+6
-37
Conp.vue
src/business/letamc/views/Conp.vue
+6
-6
No files found.
src/business/letamc/event/buildCommons.js
View file @
83f040b5
...
@@ -56,6 +56,7 @@ export default {
...
@@ -56,6 +56,7 @@ export default {
cbsMap
:
{
cbsMap
:
{
MAX
:
model
.
ledgrp
.
cbs
.
max
,
MAX
:
model
.
ledgrp
.
cbs
.
max
,
OPN1
:
model
.
ledgrp
.
cbs
.
opn1
,
OPN1
:
model
.
ledgrp
.
cbs
.
opn1
,
NOM1
:
model
.
ledgrp
.
cbs
.
nom1
,
MAC
:
model
.
ledgrp
.
cbs
.
mac
,
MAC
:
model
.
ledgrp
.
cbs
.
mac
,
MAC2
:
model
.
ledgrp
.
cbs
.
mac2
,
MAC2
:
model
.
ledgrp
.
cbs
.
mac2
,
OPC2
:
model
.
ledgrp
.
cbs
.
opc2
,
OPC2
:
model
.
ledgrp
.
cbs
.
opc2
,
...
...
src/business/letamc/model/check.js
View file @
83f040b5
export
default
{
export
default
{
"letp.letp0.recget.sdamod.dadsnd"
:[
//
"letp.letp0.recget.sdamod.dadsnd":[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "string", required: false, message: "必输项"},
{
max
:
16
,
message
:
"长度不能超过16"
}
//
{max: 16,message:"长度不能超过16"}
],
//
],
"ledgrp.cbs.nom1.cur"
:[
"ledgrp.cbs.nom1.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
...
@@ -245,38 +245,7 @@ export default {
...
@@ -245,38 +245,7 @@ export default {
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"setmod.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"setmod.docamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"setmod.zmqacc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"setmod.glemod.gleshwstm"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"mtabut.coninf.oitinf.oit.inftxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"mtabut.coninf.oitset.oit.inftxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"mtabut.coninf.conexedat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"mtabut.coninf.usr.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"trnmod.trndoc.advnam"
:[
"trnmod.trndoc.advnam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
{
max
:
50
,
message
:
"长度不能超过50"
}
...
@@ -377,7 +346,7 @@ export default {
...
@@ -377,7 +346,7 @@ export default {
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"setmod.dspflg"
:
null
,
//
"setmod.dspflg" :null,
"ledgrp.rec.lcrtyp"
:
null
,
"ledgrp.rec.lcrtyp"
:
null
,
"ledgrp.rec.apprul"
:
null
,
"ledgrp.rec.apprul"
:
null
,
"liaall.limmod.limpts.nonrevflg1"
:
null
,
"liaall.limmod.limpts.nonrevflg1"
:
null
,
...
...
src/business/letamc/views/Conp.vue
View file @
83f040b5
...
@@ -28,12 +28,12 @@
...
@@ -28,12 +28,12 @@
</c-col>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.nom1.amt"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.nom1.amt"
>
<c-input
<c-input
-currency
v-model=
"model.ledgrp.cbs.nom1.amt"
v-model=
"model.ledgrp.cbs.nom1.amt"
class=
"m-input-currency"
class=
"m-input-currency"
placeholder=
"请输入金额"
placeholder=
"请输入金额"
disabled
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
<c-col
:span=
"3"
:offset=
"1"
>
...
@@ -58,12 +58,12 @@
...
@@ -58,12 +58,12 @@
</c-col>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
<c-input
-currency
v-model=
"model.ledgrp.cbs.opn1.amt"
v-model=
"model.ledgrp.cbs.opn1.amt"
class=
"m-input-currency"
class=
"m-input-currency"
placeholder=
"请输入金额"
placeholder=
"请输入金额"
disabled
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
<c-col
:span=
"3"
:offset=
"1"
>
...
@@ -215,12 +215,12 @@
...
@@ -215,12 +215,12 @@
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.cnf.amt"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.cnf.amt"
>
<c-input
<c-input
-currency
v-model=
"model.ledgrp.cbs.cnf.amt"
v-model=
"model.ledgrp.cbs.cnf.amt"
class=
"m-input-currency"
class=
"m-input-currency"
placeholder=
"请输入金额"
placeholder=
"请输入金额"
@
keyup
.
enter
.
native=
"$event.target.blur()"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
></c-input
-currency
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"4"
>
<c-col
:span=
"4"
>
...
...
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