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
d85ce50e
Commit
d85ce50e
authored
Jan 05, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待复核列表状态显示全称
parent
ab05e049
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
7 deletions
+27
-7
Event.js
src/model/Trnrel/Event.js
+21
-1
Litdckp.vue
src/views/Business/Ditdck/Litdckp.vue
+3
-3
Menu.vue
src/views/Business/Sptsel/Menu.vue
+1
-1
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+2
-2
No files found.
src/model/Trnrel/Event.js
View file @
d85ce50e
...
...
@@ -355,7 +355,27 @@ export default {
// })
// }
const
res
=
await
this
.
executeRule
(
"searow"
)
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
const
arr
=
[];
res
.
data
.
trncorco_trnstm
.
rows
.
forEach
(
element
=>
{
switch
(
element
.
charAt
(
0
)){
case
'W'
:
arr
.
push
(
"Waiting"
+
element
.
substring
(
1
));
break
;
case
'C'
:
arr
.
push
(
"Correct"
+
element
.
substring
(
1
));
break
;
case
'P'
:
arr
.
push
(
"Picked up"
+
element
.
substring
(
1
))
;
break
;
case
'N'
:
arr
.
push
(
"Rejected"
+
element
.
substring
(
1
))
;
break
;
default
:
arr
.
push
(
element
);
break
;
}
});
that
.
$refs
.
inftrnps
.
stmData
.
data
=
arr
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
if
(
res
.
data
.
trncorco_trnstm
.
rows
.
length
==
0
){
this
.
$notify
({
...
...
src/views/Business/Ditdck/Litdckp.vue
View file @
d85ce50e
...
...
@@ -526,7 +526,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款行名称"
>
<el-form-item
label=
"收款行名称"
prop=
"bddgrp.skh.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.skh.pts.jigomc"
...
...
@@ -602,7 +602,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行联行名称(电证用)"
>
<el-form-item
label=
"交单行联行名称(电证用)"
prop=
"bddgrp.prb.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.prb.pts.jigomc"
...
...
@@ -616,7 +616,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行地址(电证用)"
>
<el-form-item
label=
"交单行地址(电证用)"
prop=
"bddgrp.prb.pts.dizhii"
>
<c-input
type=
"textarea"
v-model=
"model.bddgrp.prb.pts.dizhii"
...
...
src/views/Business/Sptsel/Menu.vue
View file @
d85ce50e
...
...
@@ -408,7 +408,7 @@ export default {
stmData
:
{
columns
:
[
'4 1 "交易代码" 70 '
,
'5 2 "业务编号"
28
0'
,
'5 2 "业务编号"
30
0'
,
'6 3 "交易名称" 140'
,
'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA'
,
'17 5 "报文类型" 100'
,
...
...
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
d85ce50e
...
...
@@ -377,8 +377,8 @@ export default {
stmData
:
{
columns
:
[
'4 1 "交易代码" 70 '
,
'5 2 "业务编号"
27
0'
,
'6 3 "交易名称" 1
4
0'
,
'5 2 "业务编号"
30
0'
,
'6 3 "交易名称" 1
8
0'
,
'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA'
,
'17 5 "报文类型" 100'
,
'18 6 "对方银行BIC" 110'
,
...
...
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