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
63fac6fb
Commit
63fac6fb
authored
Oct 12, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITDCK输入框最大长度
parent
25f614e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
421 additions
and
96 deletions
+421
-96
Pattern.js
src/model/Litdla/Pattern.js
+20
-2
Adcpame.vue
src/views/Business/Litdla/Adcpame.vue
+0
-0
Amep.vue
src/views/Business/Litdla/Amep.vue
+6
-1
Dogp.vue
src/views/Business/Litdla/Dogp.vue
+5
-4
Dogpame.vue
src/views/Business/Litdla/Dogpame.vue
+181
-37
Dorp.vue
src/views/Business/Litdla/Dorp.vue
+2
-2
Dorpame.vue
src/views/Business/Litdla/Dorpame.vue
+180
-36
Spbpame.vue
src/views/Business/Litdla/Spbpame.vue
+6
-6
Spcbenp.vue
src/views/Business/Litdla/Spcbenp.vue
+7
-1
Spcrcvp.vue
src/views/Business/Litdla/Spcrcvp.vue
+8
-1
Sprpame.vue
src/views/Business/Litdla/Sprpame.vue
+6
-6
No files found.
src/model/Litdla/Pattern.js
View file @
63fac6fb
...
...
@@ -704,7 +704,7 @@ export default {
],
"lidgrp.blk.lcrgod"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
52000
,
message
:
"长度不能超过52000
"
}
],
"litamep.lcrgodamep.usrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -721,12 +721,30 @@ export default {
],
"lidgrp.blk.lcrdoc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
52000
,
message
:
"长度不能超过52000
"
}
],
"litamep.lcrdocamep.usrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.blk.spcben"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
"lidgrp.blk.spcrcbame"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
4950
,
message
:
"长度不能超过4950"
}
],
"litamep.spcrcbamep.usrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
"lidgrp.blk.spcrcb"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
...
...
src/views/Business/Litdla/Adcpame.vue
View file @
63fac6fb
This diff is collapsed.
Click to expand it.
src/views/Business/Litdla/Amep.vue
View file @
63fac6fb
...
...
@@ -109,7 +109,12 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"信息目的"
prop=
"trnmod.swiadd.purpos"
>
<c-select
disabled
v-model=
"model.trnmod.swiadd.purpos"
style=
"width:100%"
placeholder=
"请选择Purpose of message"
>
<c-select
disabled
v-model=
"model.trnmod.swiadd.purpos"
style=
"width:100%"
:code=
"codes.purpos5"
placeholder=
"请选择Purpose of message"
>
</c-select>
</el-form-item>
</c-col>
...
...
src/views/Business/Litdla/Dogp.vue
View file @
63fac6fb
...
...
@@ -3,14 +3,15 @@
<c-col
:span=
"20"
>
<el-form-item
label=
"货物描述"
prop=
"lidgrp.blk.lcrgod"
>
<c-input
disabled
:rows=
"30"
type=
"textarea"
v-model=
"model.lidgrp.blk.lcrgod"
maxlength=
"65"
show-word-limit
placeholder=
"请输入货物描述"
></c-input>
<c-input
:autosize=
"
{ minRows: 30, maxRows: 800}"
disabled
type="textarea" v-model="model.lidgrp.blk.lcrgod" maxlength="52000" show-word-limit placeholder="请输入货物描述" >
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-button
disabled
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLcrgodButtxmsel"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLcrgodButtxmsel"
>
</c-button>
</c-col>
...
...
src/views/Business/Litdla/Dogpame.vue
View file @
63fac6fb
This diff is collapsed.
Click to expand it.
src/views/Business/Litdla/Dorp.vue
View file @
63fac6fb
...
...
@@ -5,8 +5,8 @@
<el-form-item
label=
"单据要求"
prop=
"lidgrp.blk.lcrdoc"
>
<c-input
disabled
:
rows=
"30
"
type=
"textarea"
v-model=
"model.lidgrp.blk.lcrdoc"
maxlength=
"
65
"
show-word-limit
placeholder=
"请输入单据要求"
></c-input>
:
autosize=
"
{ minRows: 30, maxRows: 800}
"
type="textarea" v-model="model.lidgrp.blk.lcrdoc" maxlength="
52000
" show-word-limit placeholder="请输入单据要求" >
</c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litdla/Dorpame.vue
View file @
63fac6fb
This diff is collapsed.
Click to expand it.
src/views/Business/Litdla/Spbpame.vue
View file @
63fac6fb
...
...
@@ -4,9 +4,9 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Special Payment Conditions for Beneficiary"
prop=
"lidgrp.blk.spcben"
>
<c-input
:
rows=
"12
"
:
autosize=
"
{ minRows: 12, maxRows: 800}
"
:disabled="this.flag1"
type=
"textarea"
v-model=
"model.lidgrp.blk.spcben"
maxlength=
"
65
"
show-word-limit
placeholder=
"请输入单据要求"
></c-input>
type="textarea" v-model="model.lidgrp.blk.spcben" maxlength="
52000
" show-word-limit placeholder="请输入单据要求" >
</c-input>
</el-form-item>
</c-col>
...
...
@@ -15,9 +15,9 @@
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.litamep.spcbenamep.usrblk"
maxlength=
"
165
0"
maxlength=
"
5200
0"
show-word-limit
placeholder=
"请输入添加/删除补充信息"
:
rows=
"22
"
:
autosize=
"
{ minRows: 22, maxRows: 800}
"
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -34,9 +34,9 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"历史概述"
prop=
"lidgrp.blk.spcbename"
>
<c-input
:
rows=
"12
"
:
autosize=
"
{ minRows: 12, maxRows: 800}
"
disabled
type=
"textarea"
v-model=
"model.lidgrp.blk.spcbename"
maxlength=
"50"
show-word-limit
placeholder=
"请输入单据要求 Amendment History"
></c-input>
type="textarea" v-model="model.lidgrp.blk.spcbename" maxlength="
49
50" show-word-limit placeholder="请输入单据要求 Amendment History" >
</c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litdla/Spcbenp.vue
View file @
63fac6fb
...
...
@@ -3,7 +3,13 @@
<c-col
:span=
"18"
>
<el-form-item
label=
"存在受益人的特殊付款条件"
prop=
"lidgrp.blk.spcben"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.lidgrp.blk.spcben"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入Special Payment Conditions"
></c-input>
<c-input
disabled
type=
"textarea"
v-model=
"model.lidgrp.blk.spcben"
maxlength=
"52000"
:autosize=
"
{ minRows: 30, maxRows: 800}"
show-word-limit
placeholder="请输入Special Payment Conditions" >
</c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litdla/Spcrcvp.vue
View file @
63fac6fb
...
...
@@ -3,7 +3,14 @@
<c-col
:span=
"18"
>
<el-form-item
label=
"仅适用于指定银行的特殊付款条件"
prop=
"lidgrp.blk.spcrcb"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.lidgrp.blk.spcrcb"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入Special Payment "
></c-input>
<c-input
disabled
type=
"textarea"
v-model=
"model.lidgrp.blk.spcrcb"
maxlength=
"52000"
:autosize=
"
{ minRows: 30, maxRows: 800}"
show-word-limit
placeholder="请输入Special Payment " >
</c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litdla/Sprpame.vue
View file @
63fac6fb
...
...
@@ -5,9 +5,9 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"仅适用于银行的特殊付款条件"
prop=
"lidgrp.blk.spcrcb"
>
<c-input
:
rows=
"12
"
:
autosize=
"
{ minRows: 12, maxRows: 800}
"
:disabled="this.flag1"
type=
"textarea"
v-model=
"model.lidgrp.blk.spcrcb"
maxlength=
"
65
"
show-word-limit
placeholder=
"请输入单据要求"
></c-input>
type="textarea" v-model="model.lidgrp.blk.spcrcb" maxlength="
52000
" show-word-limit placeholder="请输入单据要求" >
</c-input>
</el-form-item>
</c-col>
...
...
@@ -16,9 +16,9 @@
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.litamep.spcrcbamep.usrblk"
maxlength=
"
165
0"
maxlength=
"
5200
0"
show-word-limit
placeholder=
"请输入添加/删除补充信息"
:
rows=
"22
"
:
autosize=
"
{ minRows: 22, maxRows: 800}
"
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -35,9 +35,9 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"历史概述"
prop=
"lidgrp.blk.spcrcbame"
>
<c-input
:
rows=
"12
"
:
autosize=
"
{ minRows: 12, maxRows: 800}
"
disabled
type=
"textarea"
v-model=
"model.lidgrp.blk.spcrcbame"
maxlength=
"50"
show-word-limit
placeholder=
"请输入单据要求 Amendment History"
></c-input>
type="textarea" v-model="model.lidgrp.blk.spcrcbame" maxlength="
49
50" show-word-limit placeholder="请输入单据要求 Amendment History" >
</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