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
56f7d5bd
Commit
56f7d5bd
authored
Oct 06, 2024
by
hanying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改平盘类型码表
parent
76b209c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
37 deletions
+10
-37
Regp.vue
src/page/Funds/Fxtfop/views/Regp.vue
+10
-37
No files found.
src/page/Funds/Fxtfop/views/Regp.vue
View file @
56f7d5bd
...
...
@@ -49,7 +49,7 @@
</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%"
:code=
"codes.fxtyp"
>
<c-select
v-model=
"model.fxdgrp.rec.fxtyp"
style=
"width:100%"
:code=
"codes.fxt
_fxt
yp"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -95,6 +95,12 @@
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"成交日"
prop=
"fxdgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.fxdgrp.rec.opndat"
style=
"width:100%"
placeholder=
"请输入成交日"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"备注"
prop=
"fxdgrp.blk.remark"
>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp.blk.remark"
maxlength=
"140"
:rows=
"4"
style=
"width:100%"
placeholder=
"请输入备注"
>
</c-input>
...
...
@@ -103,36 +109,8 @@
</c-col>
<!-- ==================右边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<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',}"
...
...
@@ -141,12 +119,7 @@
</c-ptap>
</el-card>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"成交日"
prop=
"fxdgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.fxdgrp.rec.opndat"
style=
"width:100%"
placeholder=
"请输入成交日"
>
</c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"起息日"
prop=
"fxdgrp.rec.valdat"
>
<c-date-picker
type=
"date"
v-model=
"model.fxdgrp.rec.valdat"
style=
"width:100%"
placeholder=
"请输入起息日"
>
...
...
@@ -166,7 +139,7 @@ import CodeTable from "~/config/CodeTable";
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
event
,
commonProcess
],
data
(){
return
{}
},
...
...
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