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
8ad1d2dd
Commit
8ad1d2dd
authored
Jul 27, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
码表清理
parent
0f129d7a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
8 deletions
+23
-8
index.js
src/config/CodeTable/index.js
+0
-0
Pattern.js
src/model/Detopn/Pattern.js
+1
-1
index.js
src/model/Public/Mtabut/index.js
+2
-6
Ovwp.vue
src/views/Business/Detopn/Ovwp.vue
+20
-1
No files found.
src/config/CodeTable/index.js
View file @
8ad1d2dd
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/model/Detopn/Pattern.js
View file @
8ad1d2dd
...
@@ -150,7 +150,7 @@ export default {
...
@@ -150,7 +150,7 @@ export default {
{
type
:
"number"
,
max
:
9999
,
message
:
"大小不超过9999"
}
{
type
:
"number"
,
max
:
9999
,
message
:
"大小不超过9999"
}
],
],
"dedgrp.blk.defdet"
:[
"dedgrp.blk.defdet"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"dedgrp.apl.adrelc"
:[
"dedgrp.apl.adrelc"
:[
...
...
src/model/Public/Mtabut/index.js
View file @
8ad1d2dd
...
@@ -5,18 +5,14 @@ export default class Mtabut {
...
@@ -5,18 +5,14 @@ export default class Mtabut {
oitinf
:
{
oitinf
:
{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit
:
{
oit
:
{
inftxt
:
{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitinf.oit.inftxt
rows
:
[]
},
// Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
},
},
oitset
:
{
oitset
:
{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit
:
{
oit
:
{
inftxt
:
{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitset.oit.inftxt
rows
:[]
},
// Infotext .mtabut.coninf.oitset.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
},
},
...
...
src/views/Business/Detopn/Ovwp.vue
View file @
8ad1d2dd
...
@@ -468,6 +468,7 @@
...
@@ -468,6 +468,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<div
v-if=
"model.dedgrp.rec.avbby != 'D'"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.dftat"
>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.dftat"
>
<c-input
<c-input
...
@@ -476,9 +477,24 @@
...
@@ -476,9 +477,24 @@
maxlength=
"35"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入远期付款指示"
placeholder=
"请输入远期付款指示"
:disabled=
"!model.dedgrp.rec.avbby"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</div>
<div
v-else
>
<c-col
:span=
"24"
>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.defdet"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.defdet"
maxlength=
"35"
show-word-limit
placeholder=
"请输入远期付款指示"
></c-input>
</el-form-item>
</c-col>
</div>
</c-col>
</c-col>
<!-- ========================右边======================= -->
<!-- ========================右边======================= -->
...
@@ -585,7 +601,10 @@
...
@@ -585,7 +601,10 @@
-->
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人开户行联行行号"
prop=
"dedgrp.beb.pts.bankno"
>
<el-form-item
label=
"受益人开户行联行行号"
prop=
"dedgrp.beb.pts.bankno"
>
<c-input
<c-input
v-model=
"model.dedgrp.beb.pts.bankno"
v-model=
"model.dedgrp.beb.pts.bankno"
maxlength=
"20"
maxlength=
"20"
...
...
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