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
zhouqian
vue-gjjs
Commits
35c6fd48
Commit
35c6fd48
authored
Oct 09, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame补字段解决暂存后数据丢失问题
parent
3de5643e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
14 deletions
+16
-14
Pattern.js
src/model/Litame/Pattern.js
+6
-6
index.js
src/model/Public/Trnmod/index.js
+2
-0
Detp.vue
src/views/Business/Litame/Detp.vue
+1
-1
Narp.vue
src/views/Business/Litame/Narp.vue
+1
-1
Ovwp.vue
src/views/Business/Litame/Ovwp.vue
+2
-2
Ptyp.vue
src/views/Business/Litame/Ptyp.vue
+4
-4
No files found.
src/model/Litame/Pattern.js
View file @
35c6fd48
...
...
@@ -339,7 +339,7 @@ export default {
"trnmod.swiadd.nartxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过
50"
}
{
max
:
1750
,
message
:
"长度不能超过17
50"
}
],
"oldlidgrp.blk.narhis"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -384,7 +384,7 @@ export default {
],
"lidgrp.avb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
*
4
,
message
:
"长度不能超过
35
"
}
{
max
:
35
*
4
,
message
:
"长度不能超过
140
"
}
],
"lidgrp.avb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -413,7 +413,7 @@ export default {
"lidgrp.blk.dftat"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过3
5"
}
{
max
:
105
,
message
:
"长度不能超过10
5"
}
],
"litp.drwp.ptsget.sdamod.dadsnd"
:[
...
...
@@ -517,7 +517,7 @@ export default {
],
"lidgrp.ini.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
*
4
,
message
:
"长度不能超过
35
"
}
{
max
:
35
*
4
,
message
:
"长度不能超过
140
"
}
],
"lidgrp.ini.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -525,7 +525,7 @@ export default {
],
"lidgrp.a2b.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
*
4
,
message
:
"长度不能超过
35
"
}
{
max
:
35
*
4
,
message
:
"长度不能超过
140
"
}
],
"lidgrp.a2b.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -588,7 +588,7 @@ export default {
],
"lidgrp.con.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
*
4
,
message
:
"长度不能超过
35
"
}
{
max
:
35
*
4
,
message
:
"长度不能超过
140
"
}
],
"lidgrp.con.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/model/Public/Trnmod/index.js
View file @
35c6fd48
...
...
@@ -54,7 +54,9 @@ export default class Trnmod {
newnomtopame
:
""
,
newnomtoname
:
""
,
prepers18
:
""
,
//New Presentation Period
prepertxts18
:
""
,
//交单期限描述 .trnmod.swiadd.prepertxts18
strinf
:
""
,
// Narrative of Maturity .trnmod.swiadd.strinf
trnchato
:
""
,
//费用承担人修改Amendm.charge by .trnmod.swiadd.trnchato
newmatpercnt
:
""
,
// New Tenor Data .trnmod.swiadd.newmatpercnt
newmatpertyp
:
""
,
// Days/Month or Year for Maturity Period .trnmod.swiadd.newmatpertyp
newmatperbeg
:
""
,
// Start of Maturity Period .trnmod.swiadd.newmatperbeg
...
...
src/views/Business/Litame/Detp.vue
View file @
35c6fd48
...
...
@@ -90,7 +90,7 @@
<el-form-item
label=
"汇票期限"
prop=
"lidgrp.blk.dftat"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.dftat"
maxlength=
"
50
"
maxlength=
"
105
"
:rows=
"3"
show-word-limit
placeholder=
"请输入汇票期限"
...
...
src/views/Business/Litame/Narp.vue
View file @
35c6fd48
...
...
@@ -37,7 +37,7 @@
disabled
type=
"textarea"
v-model=
"model.trnmod.swiadd.nartxt"
maxlength=
"
2
50"
maxlength=
"
17
50"
show-word-limit
:rows=
"12"
placeholder=
"请输入叙述内容"
></c-input>
...
...
src/views/Business/Litame/Ovwp.vue
View file @
35c6fd48
...
...
@@ -144,8 +144,8 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否可转运"
prop=
"lidgrp.rec.shptrs"
>
<c-select
v-model=
"model.lidgrp.rec.shptrs"
style=
"width:100%"
placeholder=
"请选择"
<el-form-item
label=
"是否可转运"
prop=
"lidgrp.rec.shptrs
s18
"
>
<c-select
v-model=
"model.lidgrp.rec.shptrs
s18
"
style=
"width:100%"
placeholder=
"请选择"
:code=
"codes.shptrss18"
>
</c-select>
...
...
src/views/Business/Litame/Ptyp.vue
View file @
35c6fd48
...
...
@@ -42,7 +42,7 @@
<c-input
disabled
:rows=
"4"
type=
"textarea"
v-model=
"model.lidgrp.ini.pts.adrblk"
maxlength=
"
35
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
type=
"textarea"
v-model=
"model.lidgrp.ini.pts.adrblk"
maxlength=
"
140
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -133,7 +133,7 @@
<el-form-item
label=
"地址信息"
prop=
"lidgrp.con.pts.adrblk"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.lidgrp.con.pts.adrblk"
maxlength=
"
35
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
type=
"textarea"
v-model=
"model.lidgrp.con.pts.adrblk"
maxlength=
"
140
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -182,7 +182,7 @@
<el-form-item
label=
"地址信息"
prop=
"lidgrp.a2b.pts.adrblk"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.lidgrp.a2b.pts.adrblk"
maxlength=
"
35
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
type=
"textarea"
v-model=
"model.lidgrp.a2b.pts.adrblk"
maxlength=
"
140
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -230,7 +230,7 @@
<c-input
:rows=
"4"
disabled
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
maxlength=
"1
35
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
maxlength=
"1
40
"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
...
...
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