Commit d470efa1 by wjj

wjj Bctacc Bctrad

parent d54640f6
<template>
<div class="eibs-tab">
<c-row>
<!-- ====================左边======================= -->
<c-col :span="12">
<c-col :span="24">
......@@ -107,7 +106,7 @@
<c-checkbox v-model="model.bcdgrp.rec.focflg">Free of Payment</c-checkbox>
</c-col>
</c-col>
</div>
</c-row>
</template>
<script>
import Api from "~/service/Api"
......
......@@ -10,7 +10,7 @@
<el-button size="small">拆分报文</el-button>
<el-button size="small">智能提示</el-button>
</c-function-btn>
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="left"
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right"
size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
......
<template>
<div class="eibs-tab">
<c-row>
<!-- ====================左边======================= -->
<c-col :span="12">
<c-col :span="24">
......@@ -59,12 +58,12 @@
<!-- ====================右边======================= -->
<c-col :span="12">
<c-col :span="24">
<c-col :span="20">
<c-col :span="24">
<el-form-item label="Charges Condition" prop="bcdgrp.blk.othins">
<c-select type="textarea" v-model="model.bcdgrp.blk.othins" maxlength="65" show-word-limit
placeholder="请输入Charges Condition"></c-select>
</el-form-item>
<el-option v-for="item in codes.chadet" :key="item.value" :label="item.label" :value="item.value">
<el-option v-for="item in codes.othins" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-col>
</c-col>
......@@ -107,7 +106,7 @@
<c-checkbox v-model="model.bcdgrp.rec.focflg">Free of Payment</c-checkbox>
</c-col>
</c-col>
</div>
</c-row>
</template>
<script>
import Api from "~/service/Api"
......
......@@ -10,7 +10,7 @@
<el-button size="small">拆分报文</el-button>
<el-button size="small">智能提示</el-button>
</c-function-btn>
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="left"
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right"
size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
......
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