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
zhouqian
vue-gjjs
Commits
315283e0
Commit
315283e0
authored
Jan 14, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
bb96473c
c193a4c0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
20 deletions
+27
-20
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+17
-10
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+5
-5
TrnfndsDetail.vue
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
+5
-5
No files found.
src/views/Business/Ditopn/Ovwp.vue
View file @
315283e0
...
...
@@ -76,13 +76,14 @@
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
3
"
>
<c-form-item
label=
"信用证金额"
prop=
"didgrp.cbs.nom1.cur"
previewLabel=
"信用证币种"
>
<c-select
disabled
v-model=
"model.didgrp.cbs.nom1.cur"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width:100%"
>
<el-option
v-for=
"item in codes.cur"
...
...
@@ -94,16 +95,15 @@
</c-select>
</c-form-item>
</c-col>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
1
"
>
<c-form-item
previewLabel=
"信用证金额"
style=
"text-align: left"
style=
"text-align: left
;
"
label-width=
"5px"
prop=
"didgrp.cbs.nom1.amt"
>
<c-input-currency
v-model=
"model.didgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入信用证金额"
@
keyup
.
enter
.
native=
"defaultFunction('didgrp.cbs.nom1.amt', model.didgrp.cbs.nom1.amt)"
></c-input-currency>
...
...
@@ -120,21 +120,28 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-form-item
label=
"上下浮动限额"
prop=
"didgrp.rec.nomtop"
>
<c-input
v-model=
"model.didgrp.rec.nomtop"
maxlength=
"9"
style=
"width: 48
%"
style=
"width: 100
%"
placeholder=
"请输入Amount Tolerance - Positive"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"1"
style=
"text-align:center"
>
<label
style=
"display:inline-block;width:calc(3% - 4px);text-align:center;"
>
-
</label>
</c-col>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.didgrp.rec.nomton"
maxlength=
"9"
style=
"width: 48
%"
style=
"width: 100
%"
placeholder=
"请输入Amount Tolerance - Negative"
></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12" style="text-align: left">
<el-form-item
...
...
@@ -153,7 +160,7 @@
<!-- <c-col> </c-col> -->
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
3
"
>
<el-form-item
label=
"信用证最大金额"
prop=
"didgrp.cbs.max.cur"
>
<c-select
v-model=
"model.didgrp.cbs.max.cur"
...
...
@@ -172,7 +179,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
1
"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"didgrp.cbs.max.amt"
>
<c-input
v-model=
"model.didgrp.cbs.max.amt"
...
...
@@ -308,7 +315,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"报文类型"
>
<el-form-item
label=
"报文类型"
label-width=
"40%"
style=
"text-align:right"
>
<c-select
v-model=
"model.ditp.msgtyp"
placeholder=
"请选择报文类型"
:code=
"getValues('ditp.msgtyp')"
:disabled=
"model.didgrp.rec.elcflg!='Y'"
/>
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
315283e0
...
...
@@ -411,14 +411,14 @@ export default {
stmData
:
{
columns
:
[
'1 1 "ID" 100'
,
'2 2 "Service" 1
25
'
,
'2 2 "Service" 1
00
'
,
// '3 3 "Status" 100',
{
index
:
3
,
position
:
3
,
width
:
100
,
pattern
:
'code'
,
label
:
'Status'
,
code
:
CodeTable
.
wfetrssta
},
'4 4 "Last Update" 1
25
'
,
'4 4 "Last Update" 1
00
'
,
'5 5 "Retries" 100'
,
'6 6 "Text"
3
00'
,
'7 7 "Contrary Text"
3
00'
,
'8 8 "Target Time"
200
'
'6 6 "Text"
2
00'
,
'7 7 "Contrary Text"
2
00'
,
'8 8 "Target Time"
auto
'
],
data
:
[],
},
...
...
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
View file @
315283e0
...
...
@@ -411,14 +411,14 @@ export default {
stmData
:
{
columns
:
[
'1 1 "ID" 100'
,
'2 2 "Service" 1
25
'
,
'2 2 "Service" 1
00
'
,
// '3 3 "Status" 100',
{
index
:
3
,
position
:
3
,
width
:
100
,
pattern
:
'code'
,
label
:
'Status'
,
code
:
CodeTable
.
wfetrssta
},
'4 4 "Last Update" 1
25
'
,
'4 4 "Last Update" 1
00
'
,
'5 5 "Retries" 100'
,
'6 6 "Text"
3
00'
,
'7 7 "Contrary Text"
3
00'
,
'8 8 "Target Time"
200
'
'6 6 "Text"
2
00'
,
'7 7 "Contrary Text"
2
00'
,
'8 8 "Target Time"
auto
'
],
data
:
[],
},
...
...
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