Commit 56f7d5bd by hanying

修改平盘类型码表

parent 76b209c1
......@@ -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_fxtyp">
</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 {}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment