Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
3da50e0a
Commit
3da50e0a
authored
Oct 14, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://114.115.138.98:8900/isc-v3.1/isc-web-vue
into develop
parents
8f3dc3c8
294674a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
6 deletions
+17
-6
index.vue
src/page/Funds/Fxtfcm/views/index.vue
+13
-3
index.vue
src/page/Funds/Fxtlop/views/index.vue
+2
-2
vuefunc.js
src/utils/vuefunc.js
+2
-1
No files found.
src/page/Funds/Fxtfcm/views/index.vue
View file @
3da50e0a
<
template
>
<div
class=
"eContainer"
>
<c-content>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-page
title=
"结售汇平盘确认"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--fxtfcm PD000001 Confirmation -->
<el-tab-pane
label=
"概要"
name=
"cnfp"
>
<m-cnfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--fxtfcm PD000023 MT300 -->
<el-tab-pane
label=
"MT300"
name=
"mt300"
>
<m-mt300
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -25,7 +35,7 @@
@
handleSureWarning=
"handleSureWarning"
ref=
"commonBtn"
></c-function-btn>
</c-
content
>
</c-
page
>
</div>
</
template
>
<
script
>
...
...
src/page/Funds/Fxtlop/views/index.vue
View file @
3da50e0a
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"结售汇平盘
确认
"
>
<c-page
title=
"结售汇平盘
登记
"
>
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -12,7 +12,7 @@
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--fxtlop PD000001 Registration -->
<el-tab-pane
label=
"
Registration
"
name=
"regp"
>
<el-tab-pane
label=
"
概要
"
name=
"regp"
>
<m-regp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000027 -->
...
...
src/utils/vuefunc.js
View file @
3da50e0a
...
...
@@ -102,7 +102,8 @@ export function isPubJinB(){
let
role
=
JSON
.
parse
(
window
.
sessionStorage
.
curRole
)
let
roleId
=
role
.
id
+
""
;
let
parentRoleId
=
role
.
parentRoleId
+
""
;
if
(
roleId
===
"10265"
||
parentRoleId
===
"10265"
){
console
.
log
(
"aaaaaa"
,
window
.
sessionStorage
.
curRole
,
"bbbbbbb"
,
role
,
"ccccccccccc"
,
roleId
,
"ddddddddd"
,
parentRoleId
);
if
(
roleId
===
"10265"
||
roleId
===
"1502"
||
roleId
===
"10231"
||
parentRoleId
===
"10265"
){
return
true
;
}
return
false
;
...
...
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