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
0b28c7d9
Commit
0b28c7d9
authored
Jan 13, 2023
by
郭旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改gitfee交易
parent
82386829
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
15 deletions
+14
-15
Cltrns.vue
src/views/Business/Gitfee/Cltrns.vue
+12
-12
Gitsetp1.vue
src/views/Business/Gitfee/Gitsetp1.vue
+2
-3
No files found.
src/views/Business/Gitfee/Cltrns.vue
View file @
0b28c7d9
...
...
@@ -5,7 +5,7 @@
<!-- SF000009 : Debit Party -->
<c-col
:span=
"24"
>
<el-form-item
label=
"Debit Party"
prop=
"xxtfee.intmbu.umsrol"
>
<c-select
v-model=
"model.xxtfee.intmbu.umsrol"
style=
"width:100%"
<c-select
disabled
v-model=
"model.xxtfee.intmbu.umsrol"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'Debit Party'"
>
</c-select>
</el-form-item>
...
...
@@ -19,11 +19,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"External Key of Address"
prop=
"xxtfee.intmbu.ums.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.xxtfee.intmbu.ums.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"showGridPromptDialog(`xxtfee.intmbu.ums.pts.extkey`)"
<c-input
disabled
v-model=
"model.xxtfee.intmbu.ums.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"showGridPromptDialog(`xxtfee.intmbu.ums.pts.extkey`)"
></c-input>
<template
v-slot:footer
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
...
...
@@ -47,7 +47,7 @@
<!-- SF000007 : Credit Party -->
<c-col
:span=
"24"
>
<el-form-item
label=
"Credit Party"
prop=
"xxtfee.intmbu.umhrol"
>
<c-select
v-model=
"model.xxtfee.intmbu.umhrol"
style=
"width:100%"
<c-select
disabled
v-model=
"model.xxtfee.intmbu.umhrol"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'Credit Party'"
>
</c-select>
</el-form-item>
...
...
@@ -61,11 +61,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"External Key of Address"
prop=
"xxtfee.intmbu.umh.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.xxtfee.intmbu.umh.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"showGridPromptDialog(`xxtfee.intmbu.umh.pts.extkey`)"
<c-input
disabled
v-model=
"model.xxtfee.intmbu.umh.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"showGridPromptDialog(`xxtfee.intmbu.umh.pts.extkey`)"
></c-input>
<
template
v-slot:footer
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
...
...
src/views/Business/Gitfee/Gitsetp1.vue
View file @
0b28c7d9
...
...
@@ -19,9 +19,8 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"保函币种和金额"
prop=
"gidgrp.cbs.max.cur"
>
<c-select
disabled
v-model=
"model.gidgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
<c-select
disabled
v-model=
"model.gidgrp.cbs.max.cur"
style=
"width: 100%"
:code=
"codes.cur"
placeholder=
"请选择币种"
>
</c-select>
</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