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
3497b3ad
Commit
3497b3ad
authored
Dec 13, 2022
by
zhouqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development-202206' into 'development-202206'
Development 202206 See merge request
!22
parents
66ecfcd5
a78349c0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Currency.vue
src/views/Statics/Dbicur/Currency.vue
+4
-4
GtxInfo.vue
src/views/Statics/Dbigtx/GtxInfo.vue
+1
-1
index.vue
src/views/Statics/Dbigtx/index.vue
+1
-1
Infsea.vue
src/views/Statics/Infcur/Infsea.vue
+2
-2
No files found.
src/views/Statics/Dbicur/Currency.vue
View file @
3497b3ad
...
...
@@ -24,7 +24,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"舍入货币单位"
prop=
"rndunt"
>
<c-input-currency-min
v-model=
"model.rndunt"
placeholder=
"请输入舍入货币单位"
>
<c-input-currency-min
class=
"input-currency-left"
v-model=
"model.rndunt"
placeholder=
"请输入舍入货币单位"
>
</c-input-currency-min>
</el-form-item>
</c-col>
...
...
@@ -131,19 +131,19 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账户平均汇率"
prop=
"glbrat"
>
<c-input-currency
v-model=
"model.glbrat"
placeholder=
"请输入账户平均汇率"
>
<c-input-currency
class=
"input-currency-left"
v-model=
"model.glbrat"
placeholder=
"请输入账户平均汇率"
>
</c-input-currency>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"与中间价的差数"
prop=
"bsrmar"
>
<c-input-currency
v-model=
"model.bsrmar"
placeholder=
"请输入与中间价的差数"
>
<c-input-currency
class=
"input-currency-left"
v-model=
"model.bsrmar"
placeholder=
"请输入与中间价的差数"
>
</c-input-currency>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"与调整价的差数"
prop=
"sqrmar"
>
<c-input-currency
v-model=
"model.sqrmar"
placeholder=
"请输入与调整价的差数"
>
<c-input-currency
class=
"input-currency-left"
v-model=
"model.sqrmar"
placeholder=
"请输入与调整价的差数"
>
</c-input-currency>
</el-form-item>
</c-col>
...
...
src/views/Statics/Dbigtx/GtxInfo.vue
View file @
3497b3ad
...
...
@@ -143,7 +143,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"保函文本中的交易日期"
prop=
"laborcdat"
>
<c-date-picker
<c-date-picker
style=
"width: 100%"
v-model=
"model.laborcdat"
placeholder=
"请输入日期"
>
...
...
src/views/Statics/Dbigtx/index.vue
View file @
3497b3ad
...
...
@@ -3,7 +3,7 @@
<c-page
:title=
"title"
>
<el-form
ref=
"modelForm"
label-width=
"1
2
0px"
label-width=
"1
5
0px"
size=
"small"
label-position=
"right"
:model=
"model"
...
...
src/views/Statics/Infcur/Infsea.vue
View file @
3497b3ad
...
...
@@ -71,8 +71,8 @@ export default {
return
{
curData
:
[],
curColumns
:
[
{
label
:
'货币'
,
prop
:
'cod'
,
width
:
'
200
'
},
{
label
:
'描述'
,
prop
:
'seanam'
,
width
:
'
636
'
},
{
label
:
'货币'
,
prop
:
'cod'
,
width
:
'
auto
'
},
{
label
:
'描述'
,
prop
:
'seanam'
,
width
:
'
auto
'
},
],
};
},
...
...
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