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
9f6f967e
Commit
9f6f967e
authored
Jan 16, 2023
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getfee交易转换
parent
e12cefda
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
Pattern.js
src/model/Getfee/Pattern.js
+9
-8
Cltrns.vue
src/views/Business/Getfee/Cltrns.vue
+4
-4
No files found.
src/model/Getfee/Pattern.js
View file @
9f6f967e
...
...
@@ -165,19 +165,19 @@ export default {
"xxtfee.intmbu.ums.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
"xxtfee.intmbu.ums.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
"xxtfee.intmbu.ums.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
"xxtfee.intmbu.ums.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
...
...
@@ -200,18 +200,18 @@ export default {
"xxtfee.intmbu.umh.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
"xxtfee.intmbu.umh.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
"xxtfee.intmbu.umh.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
"xxtfee.intmbu.umh.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
50
,
message
:
"长度不能超过50
"
}
],
}
\ No newline at end of file
src/views/Business/Getfee/Cltrns.vue
View file @
9f6f967e
...
...
@@ -4,7 +4,7 @@
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<!-- SF000009 : Debit Party -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Debit Party
"
prop=
"xxtfee.intmbu.umsrol"
>
<el-form-item
label=
"
借贷人
"
prop=
"xxtfee.intmbu.umsrol"
>
<c-select
v-model=
"model.xxtfee.intmbu.umsrol"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'Debit Party'"
:code=
"getValues('xxtfee.intmbu.umsrol', 'rolall')"
>
</c-select>
...
...
@@ -17,7 +17,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
External Key of Address
"
prop=
"xxtfee.intmbu.ums.pts.extkey"
>
<el-form-item
label=
""
prop=
"xxtfee.intmbu.ums.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.xxtfee.intmbu.ums.pts.extkey"
...
...
@@ -46,7 +46,7 @@
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<!-- SF000007 : Credit Party -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Credit Party
"
prop=
"xxtfee.intmbu.umhrol"
>
<el-form-item
label=
"
当事人
"
prop=
"xxtfee.intmbu.umhrol"
>
<c-select
v-model=
"model.xxtfee.intmbu.umhrol"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'Credit Party'"
:code=
"getValues('xxtfee.intmbu.umhrol', 'rolall')"
>
</c-select>
...
...
@@ -59,7 +59,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
External Key of Address
"
prop=
"xxtfee.intmbu.umh.pts.extkey"
>
<el-form-item
label=
""
prop=
"xxtfee.intmbu.umh.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.xxtfee.intmbu.umh.pts.extkey"
...
...
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