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
985b75b6
Commit
985b75b6
authored
Jan 12, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
d29c8bbc
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
25 additions
and
12 deletions
+25
-12
index.js
src/config/CodeTable/index.js
+20
-0
Event.js
src/model/Trnrel/Event.js
+0
-1
Status.js
src/store/Status.js
+0
-1
BusRouter.js
src/views/Business/BusRouter.js
+0
-2
index.vue
src/views/Business/Ditdck/index.vue
+0
-1
Menu.vue
src/views/Business/Sptsel/Menu.vue
+2
-1
index.vue
src/views/Business/Sptsel/index.vue
+2
-1
index.vue
src/views/Business/Trnrel/Trnfnd/index.vue
+1
-1
index.vue
src/views/TaskList/index.vue
+0
-4
No files found.
src/config/CodeTable/index.js
View file @
985b75b6
...
@@ -5884,5 +5884,24 @@ const CodeTable = {
...
@@ -5884,5 +5884,24 @@ const CodeTable = {
atptxt
:
[
atptxt
:
[
{
label
:
"开立信用证"
,
value
:
"DITOPN"
},
{
label
:
"开立信用证"
,
value
:
"DITOPN"
},
],
],
sptrelstatus
:[
{
label
:
'Incoming'
,
value
:
'INC'
},
{
label
:
'Automatic'
,
value
:
'AUT'
},
{
label
:
'To Correct'
,
value
:
'COR'
},
{
label
:
'Manual'
,
value
:
'MAN'
},
{
label
:
'Registered'
,
value
:
'RIM'
},
{
label
:
'Pending'
,
value
:
'PEN'
},
{
label
:
'Rejected'
,
value
:
'REJ'
},
{
label
:
'Straight Through'
,
value
:
'STP'
},
{
label
:
'Processing Pending'
,
value
:
'PUP'
},
{
label
:
'Release Pending'
,
value
:
'PUR'
},
{
label
:
'Branch Confirm'
,
value
:
'CMC'
},
{
label
:
'Branch Register'
,
value
:
'CMP'
},
{
label
:
'To Correct'
,
value
:
'CMR'
},
{
label
:
'Branch Pending'
,
value
:
'CMB'
},
{
label
:
'To Correct'
,
value
:
'CTR'
},
{
label
:
'Done'
,
value
:
'CAN'
},
{
label
:
'E Trade'
,
value
:
'EJS'
},
]
}
}
export
default
CodeTable
;
export
default
CodeTable
;
\ No newline at end of file
src/model/Trnrel/Event.js
View file @
985b75b6
...
@@ -407,7 +407,6 @@ export default {
...
@@ -407,7 +407,6 @@ export default {
const
res
=
await
this
.
executeRule
(
"searow"
)
const
res
=
await
this
.
executeRule
(
"searow"
)
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
this
.
$store
.
commit
(
"setTaskList"
,
{
key
:
"trnfnd"
,
val
:
this
.
stmData
.
data
.
length
});
this
.
$refs
.
paramsForm
.
clearValidate
();
this
.
$refs
.
paramsForm
.
clearValidate
();
Utils
.
positioningErrorMsg
(
res
.
fieldErrors
,
this
.
$refs
.
paramsForm
.
fields
)
Utils
.
positioningErrorMsg
(
res
.
fieldErrors
,
this
.
$refs
.
paramsForm
.
fields
)
...
...
src/store/Status.js
View file @
985b75b6
...
@@ -26,7 +26,6 @@ const Status = {
...
@@ -26,7 +26,6 @@ const Status = {
taskList
:
{
taskList
:
{
sptsel
:
0
,
sptsel
:
0
,
trnrel
:
0
,
trnrel
:
0
,
trnfnd
:
0
,
bopsel
:
0
,
bopsel
:
0
,
sptbrk
:
0
,
sptbrk
:
0
,
diasel
:
0
,
diasel
:
0
,
...
...
src/views/Business/BusRouter.js
View file @
985b75b6
...
@@ -103,8 +103,6 @@ import Sptpopup from "./Sptsel/Sptpopup"
...
@@ -103,8 +103,6 @@ import Sptpopup from "./Sptsel/Sptpopup"
* 带有name的才会被添加进顶部的标签页里
* 带有name的才会被添加进顶部的标签页里
*/
*/
const
BusRouter
=
[
const
BusRouter
=
[
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'详情'
}
},
// { path: 'inftrnpsDetail', component: InftrnpsDetail, name: 'InftrnpsDetail', meta: { title: '详情' } },
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'待经办详情'
}
},
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'待经办详情'
}
},
{
path
:
'trnfndsDetail'
,
component
:
TrnfndsDetail
,
name
:
'TrnfndsDetail'
,
meta
:
{
title
:
'已完成详情'
}
},
{
path
:
'trnfndsDetail'
,
component
:
TrnfndsDetail
,
name
:
'TrnfndsDetail'
,
meta
:
{
title
:
'已完成详情'
}
},
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'待复核详情'
}
},
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'待复核详情'
}
},
...
...
src/views/Business/Ditdck/index.vue
View file @
985b75b6
...
@@ -151,7 +151,6 @@ export default {
...
@@ -151,7 +151,6 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
console
.
log
(
rtnmsg
);
console
.
log
(
rtnmsg
);
debugger
;
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
console
.
log
(
this
.
model
);
console
.
log
(
this
.
model
);
if
(
this
.
isInDisplay
)
{
if
(
this
.
isInDisplay
)
{
...
...
src/views/Business/Sptsel/Menu.vue
View file @
985b75b6
...
@@ -433,7 +433,8 @@ export default {
...
@@ -433,7 +433,8 @@ export default {
'4 1 "交易代码" 70 '
,
'4 1 "交易代码" 70 '
,
'5 2 "业务编号" 300'
,
'5 2 "业务编号" 300'
,
'6 3 "交易名称" 140'
,
'6 3 "交易名称" 140'
,
'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA'
,
//'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA',
{
index
:
1
,
position
:
4
,
width
:
100
,
pattern
:
'code'
,
label
:
'状态'
,
code
:
this
.
codes
.
sptrelstatus
},
'17 5 "报文类型" 100'
,
'17 5 "报文类型" 100'
,
'18 6 "对方银行BIC" 110'
,
'18 6 "对方银行BIC" 110'
,
'7 7 "创建时间" 160 20 DateTime 1'
,
'7 7 "创建时间" 160 20 DateTime 1'
,
...
...
src/views/Business/Sptsel/index.vue
View file @
985b75b6
...
@@ -48,7 +48,8 @@ export default {
...
@@ -48,7 +48,8 @@ export default {
rules
:
null
,
rules
:
null
,
codes
:{
codes
:{
flt
:
CodeTable
.
flt
,
flt
:
CodeTable
.
flt
,
dflg
:
CodeTable
.
dflg
dflg
:
CodeTable
.
dflg
,
sptrelstatus
:
CodeTable
.
sptrelstatus
,
},
},
}
}
},
},
...
...
src/views/Business/Trnrel/Trnfnd/index.vue
View file @
985b75b6
...
@@ -90,7 +90,7 @@ export default {
...
@@ -90,7 +90,7 @@ export default {
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
);
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
);
// that.$refs.inftrnps.stmData.columns=res.data.trncorco_trnstm.rows
// that.$refs.inftrnps.stmData.columns=res.data.trncorco_trnstm.rows
this
.
$refs
.
inftrnps
.
handleSearch
();
this
.
$refs
.
inftrnps
.
trnfnd
handleSearch
();
});
});
},
},
};
};
...
...
src/views/TaskList/index.vue
View file @
985b75b6
...
@@ -23,10 +23,6 @@
...
@@ -23,10 +23,6 @@
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"已完成列表"
name=
"trnfnd"
>
<el-tab-pane
label=
"已完成列表"
name=
"trnfnd"
>
<span
slot=
"label"
>
已完成列表
<el-badge
v-if=
"$store.state.Status.taskList.trnfnd>0"
:value=
"$store.state.Status.taskList.trnfnd"
:max=
"99"
/>
</span>
<c-content
:height=
"160"
>
<c-content
:height=
"160"
>
<t-trnfnd
/>
<t-trnfnd
/>
</c-content>
</c-content>
...
...
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