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
isc-v3.1-tmp
isc-web-vue
Commits
c9f85cda
Commit
c9f85cda
authored
Oct 18, 2024
by
zhoujunpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
头寸调拨交易前端修改
parent
68e4859a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
58 additions
and
27 deletions
+58
-27
Default.js
src/page/Funds/Fttpcm/model/Default.js
+8
-0
index.js
src/page/Funds/Fttpcm/model/index.js
+15
-7
Cnfp.vue
src/page/Funds/Fttpcm/views/Cnfp.vue
+2
-2
index.vue
src/page/Funds/Fttpcm/views/index.vue
+2
-1
Canp.vue
src/page/Funds/Fttpcn/views/Canp.vue
+31
-17
No files found.
src/page/Funds/Fttpcm/model/Default.js
0 → 100644
View file @
c9f85cda
import
commonFunctions
from
"~/mixin/commonFunctions.js"
;
import
commonDepend
from
"~/mixin/commonDepend"
;
export
default
{
mixins
:
[
commonFunctions
,
commonDepend
],
methods
:
{
},
};
src/page/Funds/Fttpcm/model/index.js
View file @
c9f85cda
...
...
@@ -7,12 +7,15 @@ export default class Fttpcm{
this
.
data
=
{
ftdgrp
:{
rec
:{
ownref
:
""
,
// Reference .ftdgrp.rec.ownref
nam
:
""
,
// 名称 .ftdgrp.rec.nam
opndat
:
""
,
// 调拨日期 .ftdgrp.rec.opndat
valdat
:
""
,
// 起息日 .ftdgrp.rec.valdat
ownusr
:
""
,
// 资金部负责人 .ftdgrp.rec.ownusr
usr
:
""
,
// 清算中心负责人 .ftdgrp.rec.usr
int
:
""
,
nam
:
""
,
fttyp
:
""
,
ownref
:
""
,
// Reference .ftdgrp.rec.ownref
nam
:
""
,
// 名称 .ftdgrp.rec.nam
opndat
:
""
,
// 调拨日期 .ftdgrp.rec.opndat
valdat
:
""
,
// 起息日 .ftdgrp.rec.valdat
ownusr
:
""
,
// 资金部负责人 .ftdgrp.rec.ownusr
usr
:
""
,
// 清算中心负责人 .ftdgrp.rec.usr
},
tro
:{
pts
:
new
Pts
().
data
,
...
...
@@ -79,7 +82,11 @@ export default class Fttpcm{
pageId
:
""
,
// ctx的key
setmod
:
new
Pub
().
data
.
Setmod
,
docpan
:
new
Pub
().
data
.
Docpan
,
trndia
:
new
Pub
().
data
.
Trndia
trndia
:
new
Pub
().
data
.
Trndia
,
apl
:
{
pts
:
new
Pts
().
data
,
},
}
}
}
\ No newline at end of file
src/page/Funds/Fttpcm/views/Cnfp.vue
View file @
c9f85cda
...
...
@@ -18,7 +18,7 @@
</c-col>
<!-- S0000077 : 名称 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fttp.名称')"
prop=
"ftdgrp.rec.nam"
>
<c-form-item
label=
名称
prop=
"ftdgrp.rec.nam"
>
<c-input
v-model=
"model.ftdgrp.rec.nam"
maxlength=
"40"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -315,7 +315,7 @@ import event from "../event";
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
event
,
commonProcess
],
data
()
{
return
{};
},
...
...
src/page/Funds/Fttpcm/views/index.vue
View file @
c9f85cda
...
...
@@ -45,6 +45,7 @@ import event from "../event";
import
operationFunc
from
"~/mixin/operationFunc"
;
import
commonDepend
from
"~/mixin/commonDepend"
;
import
buildFn
from
"../event/buildCommons.js"
;
import
commonProcess
from
"~/mixin/commonProcess"
import
Check
from
"../model/check.js"
;
import
Cnfp
from
"./Cnfp"
...
...
@@ -68,7 +69,7 @@ export default {
root
:
this
}
},
mixins
:
[
operationFunc
,
commonDepend
,
event
,
buildFn
],
mixins
:
[
operationFunc
,
commonDepend
,
event
,
buildFn
,
commonProcess
],
data
(){
return
{
tabVal
:
"cnfp"
,
...
...
src/page/Funds/Fttpcn/views/Canp.vue
View file @
c9f85cda
...
...
@@ -120,13 +120,20 @@
</c-col>
<c-col
:span=
"12"
>
<!-- S0000078 : 头寸调出行 -->
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('fttp.头寸调出行')"
prop=
"ftdgrp.tro.pts.ref"
>
<c-input
v-model=
"model.ftdgrp.tro.pts.ref"
maxlength=
"20"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-card
class=
"box-card"
>
<c-ptap
:model=
"model"
:requiredExtkey=
"true"
:disabledExtkey=
"false"
:disabled=
"false"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
:isShowCard=
"false"
:argadr=
"{title: '头寸调出行',grp: 'ftdgrp', rol: 'tro',}"
:label=
"{labelExtkey:'头寸调出行',labelNam:'名称',labelAdrblk:'地址'}"
ptytyp=
"B"
>
</c-ptap>
</el-card>
</c-col>
<!-- <c-col :span="24">
<c-form-item prop="ftdgrp.tro.pts.extkey">
<c-fullbox>
<c-input
...
...
@@ -143,8 +150,8 @@
</template>
</c-fullbox>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
-->
<
!-- <
c-col :span="24">
<c-form-item label="" prop="ftdgrp.tro.pts.adrblk">
<c-input
type="textarea"
...
...
@@ -154,15 +161,20 @@
show-word-limit
></c-input>
</c-form-item>
</c-col>
</c-col> -->
<!-- S0000066 : 头寸调入行 -->
<c-col
:span=
"24"
>
<c-form-item
:label=
"$t('fttpcn.头寸调入行')"
prop=
"ftdgrp.tri.pts.ref"
>
<c-input
v-model=
"model.ftdgrp.tri.pts.ref"
maxlength=
"20"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
prop=
"ftdgrp.tri.pts.extkey"
>
<el-card
class=
"box-card"
>
<c-ptap
:model=
"model"
:requiredExtkey=
"true"
:disabledExtkey=
"false"
:disabled=
"false"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
:isShowCard=
"false"
:argadr=
"{title: '头寸调入行',grp: 'ftdgrp', rol: 'tri',}"
:label=
"{labelExtkey:'头寸调入行',labelNam:'名称',labelAdrblk:'地址'}"
ptytyp=
"B"
>
</c-ptap>
</el-card>
</c-col>
<!-- <c-form-item prop="ftdgrp.tri.pts.extkey">
<c-fullbox>
<c-input
v-model="model.ftdgrp.tri.pts.extkey"
...
...
@@ -177,8 +189,10 @@
</c-button>
</template>
</c-fullbox>
</c-form-item>
</c-col>
</c-form-item> -->
<!-- </c-col>
<c-col :span="24">
<c-form-item label="" prop="ftdgrp.tri.pts.adrblk">
<c-input
...
...
@@ -189,7 +203,7 @@
show-word-limit
></c-input>
</c-form-item>
</c-col>
</c-col>
-->
</c-col>
</div>
</template>
...
...
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