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
868695d3
Commit
868695d3
authored
Feb 01, 2023
by
“wufan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fctcan修改,
parent
f852e164
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
40 additions
and
4 deletions
+40
-4
Check.js
src/model/Fctcan/Check.js
+1
-1
Opnp1.vue
src/views/Business/Fctcan/Opnp1.vue
+34
-1
index.vue
src/views/Business/Fctcan/index.vue
+0
-0
Infsea.vue
src/views/Statics/Infptm/Infsea.vue
+3
-2
StaticsRouter.js
src/views/Statics/StaticsRouter.js
+2
-0
No files found.
src/model/Fctcan/Check.js
View file @
868695d3
...
...
@@ -6,7 +6,7 @@ import Utils from "~/utils"
let
checkObj
=
{
"fcdgrp.apl.pts.extkey"
:
null
,
"fcdgrp.apl.pts.nam"
:
null
,
"fcdgrp.rec.ownref"
:
null
,
//
"fcdgrp.rec.ownref" :null,
}
for
(
const
key
in
checkObj
)
{
...
...
src/views/Business/Fctcan/Opnp1.vue
View file @
868695d3
...
...
@@ -148,6 +148,7 @@
:list=
"model.cshstm.rows || []"
:columns=
"columns"
v-on:chooseRowEvent=
"chooseRowEvent"
v-if=
"model.gleflg"
></c-istream-table>
</c-col>
</div>
...
...
@@ -163,7 +164,39 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
columns
:
[
'0 1 "INR" 100'
,
'1 2 "Own Reference" 150'
,
'2 3 "收取日期" 120 4 7'
,
'3 4 "Cur" 100'
,
'4 5 "Relevant Amount" 150 2 8:1 2 5'
,
'5 6 "" auto'
,
'6 7 "保证金帐号" 120'
,
'7 8 "是否过帐" 120'
,
'8 9 "是否到帐" 120'
,
'9 10 "是否被用" 120'
,
'10 11 "说明 " 200'
,
'11 12 "被用在交易" 120'
,
"P COLORED TRUE"
,
"P VERTLINES TRUE"
,
"P HORZLINES TRUE"
,
"P MULTISELECT FLASE"
,
],
};
},
methods
:
{
...
Event
,
async
chooseRowEvent
(
row
)
{
const
selIds
=
[
row
.
IDX
+
1
];
//rowno选中行
const
selDst
=
"cshstm"
//列表对应后台模型中的stream
let
params
=
{
selDst
:
selDst
,
selIds
:
selIds
};
let
rtnmsg
=
await
this
.
executeRule
(
"cshstm"
,
params
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
)
}
}
},
methods
:
{
...
Event
},
created
:
function
()
{},
...
...
src/views/Business/Fctcan/index.vue
View file @
868695d3
src/views/Statics/Infptm/Infsea.vue
View file @
868695d3
...
...
@@ -82,13 +82,14 @@
@
click=
"ptmInfo(scope.$index, scope.row)"
>
详情
</c-button
>
<
!--
<
c-button
<c-button
style=
"margin-left: 5px"
size=
"small"
type=
"primary"
@
click=
"ptmEdit(scope.$index, scope.row)"
>
修改
</c-button
>
更新
</c-button
>
<!--
<c-button
size=
"small"
style=
"margin-left: 5px"
...
...
src/views/Statics/StaticsRouter.js
View file @
868695d3
...
...
@@ -103,6 +103,7 @@ import Dbazmq from "./Dbazmq";
import
Dbezmq
from
"./Dbezmq"
;
import
Dbdzmq
from
"./Dbdzmq"
;
import
Dbizmqxrt
from
"./Dbizmqxrt"
;
import
Dbeptm
from
"./Dbeptm"
;
import
Infbnk
from
"~/views/Statics/Infbnk"
;
import
Dbibnk
from
"~/views/Statics/Dbibnk"
;
...
...
@@ -209,6 +210,7 @@ const StaticsRouter = [
{
path
:
'dbizmqxrt/:inr'
,
component
:
Dbizmqxrt
,
name
:
'StaticsDbizmqxrt'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'自贸区牌价详情: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbezmq/:inr'
,
component
:
Dbezmq
,
name
:
'StaticsDbezmq'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'自贸区牌价编辑: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbdzmq/:inr'
,
component
:
Dbdzmq
,
name
:
'StaticsDbdzmq'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'自贸区牌价删除: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'dbeptm/:inr'
,
component
:
Dbeptm
,
name
:
'StaticsDbeptm'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'银行密押更新: '
+
tag
.
params
.
inr
}
}
},
{
path
:
'infbnk'
,
component
:
Infbnk
,
name
:
'StaticsInfbnk'
,
meta
:
{
title
:
'银行行号信息查询'
}
},
{
path
:
'dbibnk/:inr'
,
component
:
Dbibnk
,
name
:
'StaticsDbibnk'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'银行行号信息详情: '
+
tag
.
params
.
inr
}
}
},
...
...
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