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
ea23f0ba
Commit
ea23f0ba
authored
Oct 05, 2024
by
hanying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
外币兑换平盘登记FXTFOP
parent
3eb0d387
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
15 deletions
+79
-15
Regp.vue
src/page/Funds/Fxtfop/views/Regp.vue
+65
-8
index.vue
src/page/Funds/Fxtfop/views/index.vue
+14
-7
No files found.
src/page/Funds/Fxtfop/views/Regp.vue
View file @
ea23f0ba
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<!-- 表头 -->
<c-col
:span=
"24"
>
<c-form-item
label=
"业务编号"
prop=
"fxdgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.fxdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入业务编号"
disabled
>
</c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0
0
"
size=
"small"
type=
"primary"
:disabled=
"model.fxdgrp.apl.pts.ptainr === ''"
<c-button
style=
"margin: 0
5px
"
size=
"small"
type=
"primary"
:disabled=
"model.fxdgrp.apl.pts.ptainr === ''"
@
click=
"getOwnref"
>
获取
</c-button>
...
...
@@ -17,14 +17,39 @@
</c-fullbox>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"业务名称"
prop=
"fxdgrp.rec.nam"
>
<c-fullbox>
<c-input
v-model=
"model.fxdgrp.rec.nam"
maxlength=
"16"
placeholder=
"请输入业务名称"
disabled
>
</c-input>
</c-fullbox>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-divider></el-divider>
</c-col>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"业务负责人"
prop=
"fxdgrp.rec.ownusr"
>
<c-input
v-model=
"model.fxdgrp.rec.ownusr"
placeholder=
"请输入业务负责人"
disabled
/>
<c-fullbox>
<c-input
v-model=
"model.fxdgrp.rec.ownusr"
placeholder=
"请输入业务负责人"
disabled
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 5px"
size=
"small"
type=
"primary"
>
i
</c-button>
</
template
>
</c-fullbox>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"平盘类型"
prop=
"fxdgrp.rec.fxtyp"
>
<c-select
v-model=
"model.fxdgrp.rec.fxtyp"
style=
"width:100%"
:placeholder=
"请输入平盘类型"
dbCode=
""
>
<c-select
v-model=
"model.fxdgrp.rec.fxtyp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -79,11 +104,41 @@
<!-- ==================右边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-card
class=
"box-card"
>
<!-- <c-form-item label="平盘对手" prop="fxdgrp.rec.opndat">
<c-form-item label="编号" prop="fxdgrp.rec.opndat">
<c-input v-model="model.fxdgrp.rec.ownusr" placeholder="" ></c-input>
</c-form-item>
</c-form-item>
<c-form-item label="" prop="fxdgrp.rec.ownusr">
<c-fullbox>
<c-input v-model="model.fxdgrp.rec.ownusr" placeholder="" ></c-input>
<template slot="footer">
<c-button style="margin: 0 5px" size="small" type="primary">
i
</c-button>
<c-button style="margin: 0 5px" size="small" type="primary">
明细
</c-button>
<c-button style="margin: 0 5px" size="small" type="primary" icon="el-icon-office-building">
</c-button>
</template>
</c-fullbox>
</c-form-item>
<c-form-item label="" prop="fxdgrp.rec.opndat">
<c-input type="textarea" v-model="model.fxdgrp.blk.remark" maxlength="140" :rows="4" style="width:100%">
</c-input>
</c-form-item> -->
<c-ptap
:model=
"model"
:requiredExtkey=
"true"
:disabledExtkey=
"false"
:disabled=
"false"
:isAdrblk=
"true"
:haveAdrLabel=
"true"
:isShowCard=
"false"
:argadr=
"{title: '平盘对手',grp: 'fxdgrp', rol: 'apl',}"
:label=
"{labelExtkey:'平盘对手',labelNam:'名称',labelAdrblk:'地址'}"
ptytyp=
"C"
>
</c-ptap>
:isShowCard=
"false"
:argadr=
"{title: '平盘对手', grp: 'fxdgrp', rol: 'apl',}"
:label=
"{labelExtkey:'平盘对手',labelNam:'名称',labelAdrblk:'地址',}"
ptytyp=
"C"
>
</c-ptap>
</el-card>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -104,6 +159,8 @@
</template>
<
script
>
import
event
from
"../event"
;
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
export
default
{
inject
:
[
'root'
],
...
...
src/page/Funds/Fxtfop/views/index.vue
View file @
ea23f0ba
...
...
@@ -17,6 +17,11 @@
<m-docpan
:codes=
"codes"
:model=
"model"
/>
</c-content>
</el-tab-pane>
<!--
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
</c-tabs>
</el-form>
<c-function-btn
...
...
@@ -31,16 +36,16 @@
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Fxtfop
from
"../model"
import
commonProcess
from
"~/mixin/commonProcess"
import
Regp
from
"./Regp"
import
Setpan
from
"~/components/business/setmod/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
buildFn
from
"../event/buildCommons.js"
;
import
Fxtfop
from
"../model/index"
;
import
operationFunc
from
"~/mixin/operationFunc"
;
import
commonDepend
from
"~/mixin/commonDepend"
;
import
Regp
from
"./Regp"
;
import
event
from
"../event"
;
import
buildFn
from
"../event/buildCommons.js"
;
export
default
{
name
:
"Fxtfop"
,
...
...
@@ -60,12 +65,14 @@ export default {
tabVal
:
"regp"
,
trnName
:
"fxtfop"
,
model
:
new
Fxtfop
().
data
,
codes
:
{
...
CodeTable
}
,
rules
:
{},
rules
:
""
,
codes
:
{
...
CodeTable
},
}
},
methods
:{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
)
}
},
mounted
()
{
console
.
log
(
"进入fxtfop交易"
);
...
...
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