Commit 59dbddc0 by hanying

外币兑换平盘登记修改

parent 546ffd4d
<template>
<div class="eibs-tab">
<c-col :span="24">
<!-- ==================左边================ -->
<c-col :span="12" style="padding-right: 20px">
<!-- 表头 -->
<c-col :span="24">
<c-form-item label="业务编号" prop="fxdgrp.rec.ownref">
<c-fullbox>
......@@ -17,23 +17,7 @@
</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-fullbox>
......@@ -109,6 +93,11 @@
</c-col>
<!-- ==================右边================ -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<c-form-item label="业务名称" prop="fxdgrp.rec.nam">
<c-input v-model="model.fxdgrp.rec.nam" maxlength="40" ></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"
......
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