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
c300dd67
Commit
c300dd67
authored
Oct 27, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdav修改
parent
8d91f286
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
117 additions
and
116 deletions
+117
-116
check.js
src/business/letdav/model/check.js
+7
-7
index.js
src/business/letdav/model/index.js
+2
-2
Davp.vue
src/business/letdav/views/Davp.vue
+2
-2
Mt750p.vue
src/business/letdav/views/Mt750p.vue
+6
-6
Mt754p.vue
src/business/letdav/views/Mt754p.vue
+4
-4
check.js
src/business/litdla/model/check.js
+96
-95
No files found.
src/business/letdav/model/check.js
View file @
c300dd67
...
...
@@ -40,12 +40,12 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
//
"ledgrp.cbs.opn1.amt":[
//
{type: "string", required: false, message: "必输项"},
//
{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位" }
// ],
"ledgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bedgrp.apl.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
...
...
@@ -106,7 +106,7 @@ export default {
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"bedgrp.rec.disdat"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"betp.oth.pts.ref"
:[
...
...
src/business/letdav/model/index.js
View file @
c300dd67
...
...
@@ -29,11 +29,11 @@ export default class Letdav {
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
amt
:
'
0.00
'
},
nom1
:
{
cur
:
''
,
amt
:
'0.0'
amt
:
'0.0
0
'
}
},
avbnam
:
''
...
...
src/business/letdav/views/Davp.vue
View file @
c300dd67
...
...
@@ -85,13 +85,13 @@
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
<c-input
-currency
v-model=
"model.ledgrp.cbs.opn1.amt"
style=
"text-align: left; width: 100%"
class=
"m-input-currency"
placeholder=
"请输入金额"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
<c-col
:span=
"5"
>
...
...
src/business/letdav/views/Mt750p.vue
View file @
c300dd67
...
...
@@ -17,11 +17,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.max.amt"
>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
class=
"m-input-currency"
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -43,12 +43,12 @@
<!-- 附加金额 -->
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.max2.amt"
>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
class=
"m-input-currency"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -95,10 +95,10 @@
<!-- Total Amount to be Paid -->
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.rec.totamt"
>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.rec.totamt"
placeholder=
"请输入金额"
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
</c-col>
...
...
src/business/letdav/views/Mt754p.vue
View file @
c300dd67
...
...
@@ -17,11 +17,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.max.amt"
>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
class=
"m-input-currency"
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
...
...
@@ -42,12 +42,12 @@
<!-- 附加金额 -->
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"bedgrp.cbs.max2.amt"
>
<c-input
<c-input
-currency
v-model=
"model.bedgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
class=
"m-input-currency"
disabled
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
...
...
src/business/litdla/model/check.js
View file @
c300dd67
...
...
@@ -16,10 +16,10 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.cbs.nom1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
"lidgrp.cbs.nom1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"lidgrp.apl.pts.nam"
:
[
...
...
@@ -27,10 +27,10 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"lidgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
"lidgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"lidgrp.avbnam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -169,14 +169,14 @@ export default {
// {max: 18,message:"整数位不能超过14位"},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// ],
// "trnmod.swiadd.newnomtop":
[
// {type: "string", required: false, message: "必输项"
},
// {max: 2,message:"长度不能超过2"
}
//
],
// "trnmod.swiadd.newnomton":
[
// {type: "string", required: false, message: "必输项"
},
// {max: 2,message:"长度不能超过2"
}
//
],
"trnmod.swiadd.newnomtop"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
2
,
message
:
"长度不能超过2"
}
],
"trnmod.swiadd.newnomton"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
2
,
message
:
"长度不能超过2"
}
],
"litamep.maxcur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
...
...
@@ -274,7 +274,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.usr.extkey"
:
[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"litp.usrget.sdamod.seainf"
:
[
...
...
@@ -796,82 +796,82 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.apl.namelc"
:
null
,
"lidgrp.rec.prepers18"
:
null
,
"lidgrp.rec.lcrtyp"
:
null
,
"trnmod.swiadd.newamt"
:
null
,
"lidgrp.rec.apprul"
:
null
,
"lidgrp.rec.apprultxt"
:
null
,
"lidgrp.blk.lcrgod"
:
null
,
"lidgrp.adv.pts.adrblk"
:
null
,
"lidgrp.blk.adlcnd"
:
null
,
"lidgrp.cbs.opn1.amt"
:
null
,
"lidgrp.ini.namelc"
:
null
,
"lidgrp.rec.shppars18"
:
null
,
"lidgrp.rec.stacty"
:
null
,
"lidgrp.ini.pts.adrblk"
:
null
,
"litamep.lcrdocamep.usrblk"
:
null
,
"lidgrp.blk.lcrdoc"
:
null
,
"litamep.lcrgodamep.usrblk"
:
null
,
"trnmod.swiadd.trnfeetxt"
:
null
,
"lidgrp.a2b.namelc"
:
null
,
"lidgrp.apl.adrelc"
:
null
,
"litp.usr.extkey"
:
null
,
"litamep.adlcndamep.usrblk"
:
null
,
"trnmod.swiadd.amenbr"
:
null
,
"lidgrp.avb.pts.adrblk"
:
null
,
"lidgrp.rec.avbwth"
:
null
,
"lidgrp.adv.pts.nam"
:
null
,
"trnmod.swiadd.addamt"
:
null
,
"lidgrp.rec.opndat"
:
null
,
"lidgrp.a2b.adrelc"
:
null
,
"lidgrp.avb.namelc"
:
null
,
"lidgrp.blk.feetxt"
:
null
,
"trnmod.swiadd.newnomtop"
:
null
,
"trnmod.swiadd.newnomton"
:
null
,
"lidgrp.blk.preper"
:
null
,
"lidgrp.ben.pts.nam"
:
null
,
"oldlidgrp.rec.expdat"
:
null
,
"lidgrp.ben.adrelc"
:
null
,
"trnmod.swiadd.insbnk"
:
null
,
"lidgrp.rec.shptrss18"
:
null
,
"lidgrp.rec.cnfdet"
:
null
,
"lidgrp.avb.adrelc"
:
null
,
"lidgrp.a2b.pts.adrblk"
:
null
,
"lidgrp.adv.namelc"
:
null
,
"lidgrp.blk.mixdet"
:
null
,
"lidgrp.apl.pts.nam"
:
null
,
"lidgrp.ini.pts.extkey"
:
null
,
"lidgrp.drw.adrelc"
:
null
,
"trnmod.swiadd.newshpdat"
:
null
,
"lidgrp.rec.expplc"
:
null
,
"trnmod.swiadd.ameamt"
:
null
,
"lidgrp.rmb.pts.extkey"
:
null
,
"trnmod.swiadd.newexpdat"
:
null
,
"lidgrp.adv.pts.extkey"
:
null
,
"trnmod.swiadd.nartxt"
:
null
,
"lidgrp.adv.adrelc"
:
null
,
"lidgrp.ben.pts.extkey"
:
null
,
"lidgrp.avb.pts.extkey"
:
null
,
"lidgrp.a2b.pts.extkey"
:
null
,
"lidgrp.blk.defdet"
:
null
,
"lidgrp.blk.insbnk"
:
null
,
"lidgrp.con.pts.extkey"
:
null
,
"lidgrp.apl.pts.adrblk"
:
null
,
"trnmod.swiadd.prepers18"
:
null
,
"lidgrp.ini.adrelc"
:
null
,
"lidgrp.ben.pts.adrblk"
:
null
,
"lidgrp.rmb.pts.nam"
:
null
,
"lidgrp.drw.pts.extkey"
:
null
,
"lidgrp.con.adrelc"
:
null
,
"ameflg"
:
null
,
"lidgrp.con.pts.adrblk"
:
null
,
"lidgrp.blk.dftat"
:
null
,
"lidgrp.apl.pts.extkey"
:
null
,
"lidgrp.rec.tenmaxday"
:
null
,
"trnmod.swiadd.purpos"
:
null
,
"lidgrp.ben.namelc"
:
null
,
"lidgrp.drw.pts.adrblk"
:
null
,
"lidgrp.drw.namelc"
:
null
,
"lidgrp.con.namelc"
:
null
,
"lidgrp.apl.namelc"
:
null
,
"lidgrp.rec.prepers18"
:
null
,
"lidgrp.rec.lcrtyp"
:
null
,
"trnmod.swiadd.newamt"
:
null
,
"lidgrp.rec.apprul"
:
null
,
"lidgrp.rec.apprultxt"
:
null
,
"lidgrp.blk.lcrgod"
:
null
,
"lidgrp.adv.pts.adrblk"
:
null
,
"lidgrp.blk.adlcnd"
:
null
,
"lidgrp.cbs.opn1.amt"
:
null
,
"lidgrp.ini.namelc"
:
null
,
"lidgrp.rec.shppars18"
:
null
,
"lidgrp.rec.stacty"
:
null
,
"lidgrp.ini.pts.adrblk"
:
null
,
"litamep.lcrdocamep.usrblk"
:
null
,
"lidgrp.blk.lcrdoc"
:
null
,
"litamep.lcrgodamep.usrblk"
:
null
,
"trnmod.swiadd.trnfeetxt"
:
null
,
"lidgrp.a2b.namelc"
:
null
,
"lidgrp.apl.adrelc"
:
null
,
"litp.usr.extkey"
:
null
,
"litamep.adlcndamep.usrblk"
:
null
,
"trnmod.swiadd.amenbr"
:
null
,
"lidgrp.avb.pts.adrblk"
:
null
,
"lidgrp.rec.avbwth"
:
null
,
"lidgrp.adv.pts.nam"
:
null
,
"trnmod.swiadd.addamt"
:
null
,
"lidgrp.rec.opndat"
:
null
,
"lidgrp.a2b.adrelc"
:
null
,
"lidgrp.avb.namelc"
:
null
,
"lidgrp.blk.feetxt"
:
null
,
"trnmod.swiadd.newnomtop"
:
null
,
"trnmod.swiadd.newnomton"
:
null
,
"lidgrp.blk.preper"
:
null
,
"lidgrp.ben.pts.nam"
:
null
,
"oldlidgrp.rec.expdat"
:
null
,
"lidgrp.ben.adrelc"
:
null
,
"trnmod.swiadd.insbnk"
:
null
,
"lidgrp.rec.shptrss18"
:
null
,
"lidgrp.rec.cnfdet"
:
null
,
"lidgrp.avb.adrelc"
:
null
,
"lidgrp.a2b.pts.adrblk"
:
null
,
"lidgrp.adv.namelc"
:
null
,
"lidgrp.blk.mixdet"
:
null
,
"lidgrp.apl.pts.nam"
:
null
,
"lidgrp.ini.pts.extkey"
:
null
,
"lidgrp.drw.adrelc"
:
null
,
"trnmod.swiadd.newshpdat"
:
null
,
"lidgrp.rec.expplc"
:
null
,
"trnmod.swiadd.ameamt"
:
null
,
"lidgrp.rmb.pts.extkey"
:
null
,
"trnmod.swiadd.newexpdat"
:
null
,
"lidgrp.adv.pts.extkey"
:
null
,
"trnmod.swiadd.nartxt"
:
null
,
"lidgrp.adv.adrelc"
:
null
,
"lidgrp.ben.pts.extkey"
:
null
,
"lidgrp.avb.pts.extkey"
:
null
,
"lidgrp.a2b.pts.extkey"
:
null
,
"lidgrp.blk.defdet"
:
null
,
"lidgrp.blk.insbnk"
:
null
,
"lidgrp.con.pts.extkey"
:
null
,
"lidgrp.apl.pts.adrblk"
:
null
,
"trnmod.swiadd.prepers18"
:
null
,
"lidgrp.ini.adrelc"
:
null
,
"lidgrp.ben.pts.adrblk"
:
null
,
"lidgrp.rmb.pts.nam"
:
null
,
"lidgrp.drw.pts.extkey"
:
null
,
"lidgrp.con.adrelc"
:
null
,
"ameflg"
:
null
,
"lidgrp.con.pts.adrblk"
:
null
,
"lidgrp.blk.dftat"
:
null
,
"lidgrp.apl.pts.extkey"
:
null
,
"lidgrp.rec.tenmaxday"
:
null
,
"trnmod.swiadd.purpos"
:
null
,
"lidgrp.ben.namelc"
:
null
,
"lidgrp.drw.pts.adrblk"
:
null
,
"lidgrp.drw.namelc"
:
null
,
"lidgrp.con.namelc"
:
null
,
}
\ No newline at end of file
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