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
5c892e34
Commit
5c892e34
authored
Oct 15, 2024
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改fxtfcm,fxtfop
parent
f4c41f37
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
61 additions
and
30 deletions
+61
-30
buildCommons.js
src/page/Funds/Fxtfcm/event/buildCommons.js
+1
-0
Cnfp.vue
src/page/Funds/Fxtfcm/views/Cnfp.vue
+1
-1
index.vue
src/page/Funds/Fxtfcm/views/index.vue
+1
-1
index.js
src/page/Funds/Fxtfop/event/index.js
+29
-0
Regp.vue
src/page/Funds/Fxtfop/views/Regp.vue
+28
-27
index.vue
src/page/Funds/Fxtfop/views/index.vue
+1
-1
No files found.
src/page/Funds/Fxtfcm/event/buildCommons.js
View file @
5c892e34
...
...
@@ -28,6 +28,7 @@ export default {
objinr
:
model
.
fxdgrp
.
rec
.
inr
,
ownref
:
model
.
fxdgrp
.
rec
.
ownref
,
fxtyp
:
model
.
fxdgrp
.
rec
.
fxtyp
,
swtflg
:
model
.
swtflg
,
},
cbsMap
:
{
MAX
:
model
.
fxdgrp
.
cbs
.
max
,
...
...
src/page/Funds/Fxtfcm/views/Cnfp.vue
View file @
5c892e34
...
...
@@ -10,7 +10,7 @@
</c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 5px"
size=
"small"
type=
"primary"
:disabled=
"getOwnrefFlg"
@
click=
"getOwnref"
>
>
获取
</c-button>
</
template
>
...
...
src/page/Funds/Fxtfcm/views/index.vue
View file @
5c892e34
...
...
@@ -4,7 +4,7 @@
<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=
"
Confirmation
"
name=
"cnfp"
>
<el-tab-pane
label=
"
平盘确认
"
name=
"cnfp"
>
<m-cnfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"费用/账务"
name=
"setpan"
>
...
...
src/page/Funds/Fxtfop/event/index.js
View file @
5c892e34
...
...
@@ -63,5 +63,33 @@ export default {
// this.updateValueSet(res.codeSet);
this
.
model
.
fxdgrp
.
cbs
.
nom1
.
amt
=
res
.
data
.
fxdgrp
.
cbs
.
nom1
.
amt
;
},
async
onMaxcurChange
(){
if
(
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
!==
""
&&
this
.
model
.
fxdgrp
.
cbs
.
nom1
.
cur
!==
null
)
{
this
.
defaultRateN1000
();
}
},
async
onNom1curChange
(){
if
(
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
!==
""
&&
this
.
model
.
fxdgrp
.
cbs
.
nom1
.
cur
!==
null
)
{
this
.
defaultRateN1000
();
}
},
async
onMaxamtChange
(){
debugger
if
(
this
.
model
.
fxdgrp
.
cbs
.
max
.
amt
>
0
&&
this
.
model
.
fxdgrp
.
rec
.
rat
>
0
)
{
this
.
defaultCalculateN1100
();
}
},
async
onRatChange
(){
debugger
if
(
this
.
model
.
fxdgrp
.
cbs
.
max
.
amt
>
0
&&
this
.
model
.
fxdgrp
.
rec
.
rat
>
0
)
{
this
.
defaultCalculateN1100
();
}
},
}
}
\ No newline at end of file
src/page/Funds/Fxtfop/views/Regp.vue
View file @
5c892e34
...
...
@@ -40,12 +40,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"卖出金额"
prop=
"fxdgrp.cbs.max.cur"
>
<c-select-cur
v-model=
"model.fxdgrp.cbs.max.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur>
<c-select-cur
@
change=
"onMaxcurChange"
v-model=
"model.fxdgrp.cbs.max.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxdgrp.cbs.max.amt"
>
<c-input-currency
@
change=
"onMaxamtChange"
:currency=
"model.fxdgrp.cbs.max.cur"
v-model=
"model.fxdgrp.cbs.max.amt"
></c-input-currency>
</el-form-item>
...
...
@@ -54,7 +55,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"买入金额"
prop=
"fxdgrp.cbs.nom1.cur"
>
<c-select-cur
v-model=
"model.fxdgrp.cbs.nom1.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur>
<c-select-cur
@
change=
"onNom1curChange"
v-model=
"model.fxdgrp.cbs.nom1.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -68,7 +69,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"平盘牌价"
prop=
"fxdgrp.rec.rat"
>
<c-input-currency
v-model=
"model.fxdgrp.rec.rat"
style=
"width:100%"
:precision=
"6"
placeholder=
"请输入平盘牌价"
>
<c-input-currency
@
change=
"onRatChange"
v-model=
"model.fxdgrp.rec.rat"
style=
"width:100%"
:precision=
"6"
placeholder=
"请输入平盘牌价"
>
</c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -137,16 +138,16 @@ export default {
computed
:
{
getOwnrefFlg
:
function
()
{
//debugger
console
.
log
(
this
.
model
)
return
this
.
model
.
fxdgrp
.
rec
.
fxtyp
==
''
||
this
.
model
.
fxdgrp
.
apl
.
pts
.
extkey
==
''
||
this
.
model
.
fxdgrp
.
rec
.
ownref
!=
''
;
},
defaultNam950
:
function
()
{
//debugger;
let
amount
=
this
.
moneyFormat
(
this
.
model
.
fxdgrp
.
cbs
.
max
.
amt
,
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
)
let
nam
=
this
.
getCodelabel
(
this
.
model
.
fxdgrp
.
rec
.
fxtyp
,
"fxt_fxtyp"
)
+
","
+
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
+
" "
+
amount
;
debugger
console
.
log
(
"nam---"
,
nam
)
this
.
model
.
fxdgrp
.
rec
.
nam
=
nam
;
return
nam
...
...
@@ -180,32 +181,32 @@ export default {
},
},
'model.fxdgrp.cbs.max.cur'
:
{
handler
(
newValue
)
{
if
(
newValue
!==
""
&&
newValue
!==
null
)
{
this
.
defaultRateN1000
();
}
//
'model.fxdgrp.cbs.max.cur': {
//
handler(newValue) {
//
if (newValue !== "" && newValue !== null) {
//
this.defaultRateN1000();
//
}
},
},
//
},
//
},
'model.fxdgrp.cbs.nom1.cur'
:
{
handler
(
newValue
)
{
if
(
newValue
!==
""
&&
newValue
!==
null
)
{
this
.
defaultRateN1000
();
}
//
'model.fxdgrp.cbs.nom1.cur': {
//
handler(newValue) {
//
if (newValue !== "" && newValue !== null) {
//
this.defaultRateN1000();
//
}
},
},
//
},
//
},
'model.fxdgrp.cbs.max.amt'
:
{
handler
(
newValue
)
{
if
(
newValue
!==
""
&&
newValue
!==
null
)
{
this
.
defaultCalculateN1100
();
}
//
'model.fxdgrp.cbs.max.amt': {
//
handler(newValue) {
//
if (newValue !== "" && newValue !== null) {
//
this.defaultCalculateN1100();
//
}
},
},
//
},
//
},
}
}
...
...
src/page/Funds/Fxtfop/views/index.vue
View file @
5c892e34
...
...
@@ -4,7 +4,7 @@
<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"
>
<!--fxtfop PD000001 Registration -->
<el-tab-pane
label=
"
Registration
"
name=
"regp"
>
<el-tab-pane
label=
"
平盘登记
"
name=
"regp"
>
<m-regp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"费用/账务"
name=
"setpan"
>
...
...
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