Commit 3eea60f2 by wangren

litopn 进口信用证交易开立 模型转换

parent 805f649f
......@@ -91,7 +91,7 @@ export default {
},
/**
* Tabs切换事件
* @param {VM} tab
* @param {VM} tab
*/
tabClick(tab) {
if (this.isInDisplay) {
......@@ -126,6 +126,9 @@ export default {
if(name === "actinf"){
rulePath = "recpan.actinf"
}
if(name === "libp"){
rulePath = "cnybop.libp"
}
if (!!rulePath) {
this.executeRule(rulePath).then(res => {
if (res.respCode == SUCCESS) {
......
......@@ -6,6 +6,7 @@ import Api from "~/service/Api";
import Utils from "~/utils/index"
export default {
"lidgrp.rec.nam" :defaultLidgrpRecNam,
"lidgrp.rec.expdat" :Utils.defaultFunction,
"lidgrp.blk.preper" :Utils.defaultFunction,
"lidgrp.rec.shpdat" :Utils.defaultFunction,
......@@ -135,3 +136,4 @@ export default {
"cnybop.cnylib.sforeigncountrycode" :Utils.defaultFunction,
}
//你可以添加自动default处理
function defaultLidgrpRecNam(){}
\ No newline at end of file
......@@ -14,7 +14,11 @@ export default {
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
this.model.lidgrp.rec.ownref=rtnmsg.data.lidgrp_rec_ownref
this.$message({
type: 'success',
message: '获取成功!'
})
}
else
{
......
......@@ -35,8 +35,8 @@ export default {
],
"lidgrp.apl.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"}
],
"litp.aplp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
......@@ -49,14 +49,14 @@ export default {
],
"lidgrp.cbs.nom1.amt":[
{type: "number", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"lidgrp.apl.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 200,message:"长度不能超过200"}
],
"lidgrp.apl.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -90,7 +90,7 @@ export default {
{max: 16,message:"长度不能超过16"}
],
"lidgrp.adv.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"litp.advp.ptsget.sdamod.seainf":[
......@@ -99,7 +99,7 @@ export default {
],
"lidgrp.rec.opndat":[
{type: "date", required: false, message: "输入正确的日期"}
{type: "string", required: false, message: "输入正确的日期"}
],
"lidgrp.rec.preadvdt":[
{type: "date", required: false, message: "输入正确的日期"}
......@@ -110,7 +110,7 @@ export default {
],
"lidgrp.adv.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 80,message:"长度不能超过80"}
],
"lidgrp.adv.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -125,7 +125,7 @@ export default {
{max: 35,message:"长度不能超过35"}
],
"lidgrp.rec.expdat":[
{type: "date", required: false, message: "输入正确的日期"}
{type: "date", required: true, message: "输入正确的日期"}
],
"lidgrp.rec.expplc":[
{type: "string", required: false, message: "必输项"},
......@@ -142,7 +142,7 @@ export default {
{max: 16,message:"长度不能超过16"}
],
"lidgrp.ben.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"litp.benp.ptsget.sdamod.seainf":[
......@@ -158,7 +158,7 @@ export default {
],
"lidgrp.ben.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 80,message:"长度不能超过80"}
],
"lidgrp.ben.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -239,7 +239,7 @@ export default {
],
"lidgrp.avb.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 80,message:"长度不能超过80"}
],
"lidgrp.avb.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -256,19 +256,19 @@ export default {
],
"lidgrp.blk.feetxt":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 80,message:"80"}
],
"lidgrp.blk.defdet":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 50,message:"长度不能超过50"}
],
"lidgrp.blk.dftat":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 50,message:"长度不能超过50"}
],
"litp.drwp.ptsget.sdamod.dadsnd":[
......@@ -474,7 +474,7 @@ export default {
"lidgrp.blk.insbnk":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 1000,message:"长度不能超过1000"}
],
"liaall.outamt":[
......@@ -700,7 +700,7 @@ export default {
{max: 80,message:"长度不能超过80"}
],
"cnybop.cnylib.sforeigncountrycode":[
{type: "string", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
......@@ -731,7 +731,7 @@ export default {
{type: "date", required: false, message: "输入正确的日期"}
],
"cnybop.saddwordlib":[
{type: "string", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"},
{max: 80,message:"长度不能超过80"}
],
"hmdmod2.bennam":[
......@@ -765,6 +765,10 @@ export default {
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"liaall.limmod.limpts.nonrevflg1": [
{ type: "string", required: true, message: "必输项" },
{ max: 10, message: "长度不能超过10" }
],
"liaall.limmod.limpts.oth.pts.extkey":[
{type: "string", required: false, message: "必输项"},
......@@ -890,5 +894,9 @@ export default {
{type: "string", required: false, message: "必输项"},
{max: 8,message:"长度不能超过8"}
],
"lidgrp.cbs.nom1.cur":[
{type: "string", required: true, },
{max: 8,message:"长度不能超过8"}
]
}
\ No newline at end of file
......@@ -23,7 +23,7 @@ export default class Litopn{
cnfdet:"", // Confirm. Instructions .lidgrp.rec.cnfdet
rmbflg:"", // Reimbursement Information .lidgrp.rec.rmbflg
revflg:"", // Revolving Flag .lidgrp.rec.revflg
nam:"", // Name .lidgrp.rec.nam
nam:".0.00", // Name .lidgrp.rec.nam
resflg:"", // Reserved Contract .lidgrp.rec.resflg
shppars18:"", // Partial Shipment .lidgrp.rec.shppars18
shptrss18:"", // Transhipment .lidgrp.rec.shptrss18
......@@ -40,8 +40,8 @@ export default class Litopn{
shpto:"", // Final Destination .lidgrp.rec.shpto
chato:"", // Drafts at .lidgrp.rec.chato
stacty:"", // Country Code Risk Country .lidgrp.rec.stacty
tenmaxday:"", // Maximum tenor in days .lidgrp.rec.tenmaxday
prepers18:"", // Days of presentation period .lidgrp.rec.prepers18
tenmaxday:"0", // Maximum tenor in days .lidgrp.rec.tenmaxday
prepers18:"21", // Days of presentation period .lidgrp.rec.prepers18
prepertxts18:"", // Presentation period text .lidgrp.rec.prepertxts18
stagod:"", // Goods Code .lidgrp.rec.stagod
spcbenflg:"", // Special payment conditions for beneficiary exists .lidgrp.rec.spcbenflg
......@@ -51,7 +51,7 @@ export default class Litopn{
cbs:{
nom1:{
cur:"", // Nominal Amount .lidgrp.cbs.nom1.cur
amt:"", // Nominal Amount .lidgrp.cbs.nom1.amt
amt:"0.00", // Nominal Amount .lidgrp.cbs.nom1.amt
},
max:{
cur:"", // Maximum Amount .lidgrp.cbs.max.cur
......
......@@ -8,6 +8,7 @@
v-model="model.lidgrp.cbs.max2.cur"
style="width: 100%"
placeholder="请选择Currency"
disabled
@keyup.enter.native="max2CurEvent"
>
<el-option
......@@ -37,7 +38,12 @@
<c-col :span="10">
<el-form-item label="Open Add. Amount" prop="lidgrp.cbs.opn2.cur">
<c-select v-model="model.lidgrp.cbs.opn2.cur" style="width:100%" placeholder="请选择Open Add. Amount">
<c-select
v-model="model.lidgrp.cbs.opn2.cur"
style="width:100%"
placeholder="请选择Open Add. Amount"
disabled
>
</c-select>
</el-form-item>
</c-col>
......@@ -48,11 +54,13 @@
style="text-align: left"
label-width="20px"
prop="lidgrp.cbs.opn2.amt"
>
<c-input
v-model="model.lidgrp.cbs.opn2.amt"
style="text-align: left; width: 100%"
placeholder="请输入Open Add. Amount"
disabled
></c-input>
</el-form-item>
</c-col>
......
......@@ -9,20 +9,28 @@
<c-col :span="2">
<c-button size="small" type="primary" icon="el-icon-search" @click="onAdlcndButtxmsel">
...
</c-button>
</c-col>
<c-col :span="24" class="centerLable marginLable">
<c-checkbox v-model="model.lidgrp.rec.spcbenflg">Special payment conditions for beneficiary exists</c-checkbox>
<c-col :span="24" >
<c-checkbox
style="margin-left:150px;padding: 0 10px;"
v-model="model.lidgrp.rec.spcbenflg"
>Special payment conditions for beneficiary exists</c-checkbox>
</c-col>
<c-col :span="24" class="centerLable marginLable">
<c-checkbox v-model="model.lidgrp.rec.spcrcbflg">Special Payment Conditions for specified Bank only</c-checkbox>
<c-col :span="24" >
<c-checkbox
style="margin-left:150px;padding: 0 10px;"
v-model="model.lidgrp.rec.spcrcbflg">Special Payment Conditions for specified Bank only</c-checkbox>
</c-col>
<c-col :span="24" class="centerLable marginLable">
<c-checkbox v-model="model.lidgrp.rec.redclsflg">Red/Green Clause</c-checkbox>
<c-col :span="24" >
<c-checkbox
style="margin-left:150px;padding: 0 10px;"
v-model="model.lidgrp.rec.redclsflg">Red/Green Clause</c-checkbox>
</c-col>
<c-col :span="20">
......@@ -33,7 +41,7 @@
<c-col :span="2">
<c-button size="small" type="primary" icon="el-icon-search" @click="onInsbnkButtxmsel">
...
</c-button>
</c-col>
</div>
......
<template>
<div class="eibs-tab">
<c-col :span="24">
<c-col :span="24">
<el-col :span="12">
<el-form-item label="货物简称" prop="godnam">
<c-input v-model="model.godnam" maxlength="40" style="width:70%" placeholder="请输入货物简称"></c-input>
<c-input
v-model="model.godnam"
maxlength="40"
style="width: 50%"
placeholder="请输入货物简称"
></c-input>
</el-form-item>
</c-col>
</el-col>
</c-col>
<c-col :span="3">
<el-form-item label="备案表类型"> </el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="备案表类型">
<c-checkbox v-model="model.bcbtyp1">不在名录</c-checkbox>
<c-checkbox v-model="model.bcbtyp2">异地付汇</c-checkbox>
<c-checkbox v-model="model.bcbtyp3">转口贸易</c-checkbox>
<c-checkbox v-model="model.bcbtyp4">90天以上信用证</c-checkbox>
<c-checkbox v-model="model.bcbtyp5">不需要</c-checkbox>
<c-checkbox v-model="model.bcbtyp6">其它</c-checkbox>
</el-form-item>
<el-form-item label="" prop="bcbtyp7" v-if="model.bcbtyp6">
<c-input
v-model="model.bcbtyp7"
maxlength="30"
style="width: 21.8%"
placeholder="请输入备查表类型填写文本框"
></c-input>
</el-form-item>
</c-col>
<c-col :span="4" class=".centerLable">
<!-- <c-col :span="4" class=".centerLable">
<c-checkbox v-model="model.bcbtyp1">不在名录</c-checkbox>
</c-col>
......@@ -33,71 +55,90 @@
<c-col :span="4" class=".centerLable">
<c-checkbox v-model="model.bcbtyp6">其它</c-checkbox>
</c-col>
<c-col :span="10" pull="5">
<el-form-item label="" prop="bcbtyp7" v-if="model.bcbtyp6">
<c-input v-model="model.bcbtyp7" maxlength="30" style="width:60%" placeholder="请输入备查表类型填写文本框"></c-input>
</el-form-item>
</c-col>
<c-col :span="18">
<el-form-item label="备案表效期" prop="bcbdat">
<c-date-picker type="date" v-model="model.bcbdat" style="width:30%" placeholder="请选择备案表效期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12" >
<el-form-item label="交易银行部意见"> </el-form-item>
</c-col>
<!--
<c-col :span="15" push="1">
</c-col> -->
<c-col :span="10" :pull=5>
</c-col>
<c-col :span="18">
<el-form-item label="备案表效期" prop="bcbdat">
<c-date-picker
type="date"
v-model="model.bcbdat"
style="width: 30.75%"
placeholder="请选择备案表效期"
></c-date-picker>
</el-form-item>
</c-col>
<!--
<c-col :span="15" :push="1">
<el-form-item label="1、申请人与我行已签署贸易融资协议(如需);" label-width="360px"></el-form-item>
</c-col>
<c-col :span="15" push="1">
<c-col :span="15" :push="1">
<el-form-item label="2、申请书要素齐全;" label-width="360px"></el-form-item>
</c-col>
<c-col :span="15" push="1">
<c-col :span="15" :push="1">
<el-form-item label="3、申请书是否双面签章,签章已经核符;" label-width="360px"></el-form-item>
</c-col>
<c-col :span="15" push="1">
<c-col :span="15" :push="1">
<el-form-item label="4、占用授信额度的开证业务;" label-width="360px"></el-form-item>
</c-col>
-->
<c-col :span="15" push="1">
<span v-text="model.label1" data-path=".label1" class="lableSize"></span> <!-- style="font-size:1px"-->
</c-col>
<c-col :span="15" push="1">
<el-col :span="24">
<el-form-item label="交易银行部意见">
<div
v-text="model.label1"
data-path=".label1"
class="lableSize"
></div>
<div v-text="model.label2" data-path=".label2" class="lableSize">
</div>
<div v-text="model.label3" data-path=".label3" class="lableSize">
</div>
<div v-text="model.label4" data-path=".label4" class="lableSize">
</div>
</el-form-item>
</el-col>
<!-- <c-col :span="15" :push="1">
<span v-text="model.label2" data-path=".label2" class="lableSize"> </span>
</c-col>
<c-col :span="15" push="1">
<c-col :span="15" :push="1">
<span v-text="model.label3" data-path=".label3" class="lableSize"> </span>
</c-col>
<c-col :span="15" push="1">
<c-col :span="15" :push="1">
<span v-text="model.label4" data-path=".label4" class="lableSize"> </span>
</c-col>
<c-col :span="15">
<el-form-item label="" prop="label5" label-width="75px">
<c-select v-model="model.label5" style="width:70%" placeholder="请选择国际部意见">
</c-select>
</el-form-item>
</c-col>
<!--
-->
<c-col :span="24">
<el-form-item label="" prop="label5">
<c-select
v-model="model.label5"
style="width: 33%"
placeholder="请选择国际部意见"
:code="codes.label5"
>
</c-select>
</el-form-item>
</c-col>
<!--
<c-col :span="12">
<span v-text="model.label6" data-path=".label6" > </span>
</c-col>
-->
<c-col :span="24">
<!-- <c-col :span="24">
<el-form-item label="异地通知" prop="bccls1" label-width="270px">
<c-select v-model="model.bccls1" style="width:30%" placeholder="请选择异地通知">
</c-select>
......@@ -144,29 +185,25 @@
<c-select v-model="model.bccls7" style="width:30%" placeholder="请选择超90天,已经总行贸易金融部批准办理">
</c-select>
</el-form-item>
</c-col>
</c-col> -->
</div>
</template>
<script>
import Api from "~/service/Api"
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litopn/Event"
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Litopn/Event";
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<style>
.centerLable {
......@@ -174,7 +211,7 @@ export default {
height: 32px;
line-height: 32px;
}
.lableSize{
font-size:1px;
.lableSize {
font-size: 1px;
}
</style>
......@@ -3,35 +3,55 @@
<c-col :span="12">
<c-col :span="18">
<el-form-item label="是否报送跨境人民币2101表" prop="cnybop.cnyflg">
<c-select v-model="model.cnybop.cnyflg" style="width:70%" placeholder="请选择是否报送跨境人民币2101表">
<c-select
disabled
v-model="model.cnybop.cnyflg" style="width:70%" placeholder="请选择是否报送跨境人民币2101表"
:code="codes.cnyflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="18">
<el-form-item label="是否报送跨境人民币2107表" prop="cnybop.traflg">
<c-select v-model="model.cnybop.traflg" style="width:70%" placeholder="请选择是否报送跨境人民币2107表">
<c-select
disabled
v-model="model.cnybop.traflg" style="width:70%" placeholder="请选择是否报送跨境人民币2107表"
:code="codes.traflg">
</c-select>
</el-form-item>
</c-col>
<c-col :span="18">
<el-form-item label="是否报送跨境人民币2111表" prop="cnybop.outflg">
<c-select v-model="model.cnybop.outflg" style="width:70%" placeholder="请选择是否报送跨境人民币2111表">
<c-select
disabled
v-model="model.cnybop.outflg" style="width:70%" placeholder="请选择是否报送跨境人民币2111表"
:code="codes.outflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="18">
<el-form-item label="是否报送跨境人民币2106表" prop="cnybop.libflg">
<c-select v-model="model.cnybop.libflg" style="width:70%" placeholder="请选择是否报送跨境人民币2106表">
<c-select
v-model="model.cnybop.libflg"
style="width:70%"
placeholder="请选择是否报送跨境人民币2106表"
:code="codes.libflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="18">
<el-form-item label="是否报送跨境人民币2122表" prop="cnybop.vouflg">
<c-select v-model="model.cnybop.vouflg" style="width:70%" placeholder="请选择是否报送跨境人民币2122表">
<c-select
disabled
v-model="model.cnybop.vouflg" style="width:70%" placeholder="请选择是否报送跨境人民币2122表"
:code="codes.vouflg"
>
</c-select>
</el-form-item>
</c-col>
......
......@@ -9,13 +9,18 @@
<c-col :span="2">
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrgodButtxmsel">
...
</c-button>
</c-col>
<c-col :span="18">
<el-form-item label="Goods Code " prop="lidgrp.rec.stagod">
<c-select v-model="model.lidgrp.rec.stagod" style="width:100%" placeholder="请选择Goods Code ">
<c-select
v-model="model.lidgrp.rec.stagod"
style="width:100%"
placeholder="请选择Goods Code "
:code="codes.godcod"
>
</c-select>
</el-form-item>
</c-col>
......
......@@ -9,7 +9,7 @@
<c-col :span="2">
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdocButtxmsel">
...
</c-button>
</c-col>
</div>
......
......@@ -32,22 +32,45 @@
</c-col>
-->
<!-- ====================左边======================= -->
<c-col :span="12">
<c-col :span="16">
<c-col :span="11">
<c-col :span="24">
<el-form-item
label="国内信用证项下开证授信额度:"
label="进口开证额度主体:"
prop="liaall.limmod.limpts.wrk.pts.extkey"
>
<c-fullbox>
<c-input
v-model="model.liaall.limmod.limpts.wrk.pts.extkey"
:disabled="true"
maxlength="16"
placeholder="请输入External Key of Address"
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
<c-button
style="margin: 0 0"
size="small"
type="primary"
disabled
@click="onPreperButtxmsel"
disabled
>
获取
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="8">
<!-- <c-col :span="8">
<el-form-item label="" label-width="20px">
<c-button
size="small"
......@@ -64,7 +87,7 @@
Details
</c-button>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="24">
<el-form-item label="" prop="liaall.limmod.limpts.wrk.pts.nam">
......@@ -73,19 +96,21 @@
maxlength="16"
placeholder=""
:disabled="true"
style="width:90%"
style="width:100%"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="24">
<el-form-item
label="额度类型"
prop="liaall.limmod.limpts.nonrevflg1"
>
<c-fullbox>
<c-select
v-model="model.liaall.limmod.limpts.nonrevflg1"
style="width: 100%"
placeholder="请选择Flag to Mark Non-revolving Limits"
@change="nonrevflg1Change"
>
......@@ -97,17 +122,21 @@
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="">
<template slot="footer">
<c-button size="small" type="primary" @click="onLimptsGet1">
查询
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="">
</el-form-item>
</c-col> -->
<c-col :span="24">
<el-form-item
label="合同流水号"
......@@ -118,14 +147,14 @@
maxlength="14"
placeholder="请输入合同流水号"
:disabled="this.model.liaall.limmod.limpts.nonrevflg1 != '2'"
style="width: 55%"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ========================右边======================= -->
<c-col :span="12">
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="业务编号" prop="liaall.limmod.ownref">
<c-input
......@@ -133,7 +162,7 @@
maxlength="16"
placeholder="请输入国结业务编号"
:disabled="true"
style="width: 70%"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
......@@ -144,7 +173,7 @@
v-model="model.liaall.limmod.comamt"
placeholder="请输入业务余额"
:disabled="true"
style="width: 70%"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
......@@ -155,7 +184,7 @@
v-model="model.liaall.limmod.ccvamt"
placeholder="请输入保证金余额"
:disabled="true"
style="width: 70%"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
......@@ -221,23 +250,21 @@
</c-button>
</c-col>
-->
<c-col :span="22" :offset="1">
<c-col :span="24" >
<c-table style="text-align: center" :data="tableData" :border="true">
<el-table-column label="可否串用" width="auto">
</el-table-column>
-->
<el-table-column label="序号" width="auto"> </el-table-column>
<el-table-column label="额度类型" width="auto">
<el-table-column label="可否串用" width="auto" sortable="true"></el-table-column>
<el-table-column label="序号" width="auto" sortable="true"> </el-table-column>
<el-table-column label="额度类型" width="auto" sortable="true">
</el-table-column>
<el-table-column label="入账机构" width="auto">
<el-table-column label="入账机构" width="auto" sortable="true">
</el-table-column>
<el-table-column label="额度编号" width="auto">
<el-table-column label="额度编号" width="auto" sortable="true">
</el-table-column>
<el-table-column label="额度明细编号" width="auto">
<el-table-column label="额度明细编号" width="auto" sortable="true">
</el-table-column>
<el-table-column label="额度品种代码" width="auto">
<el-table-column label="额度品种代码" width="auto" sortable="true">
</el-table-column>
<el-table-column label="品种代码描述" width="auto">
<el-table-column label="品种代码描述" width="auto" >
</el-table-column>
<el-table-column label="" width="auto"> </el-table-column>
</c-table>
......
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