Commit bed5aa2e by Wuyuqiu

修改label-width

parent 81749c3c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="150px" label-width="120px"
label-position="right" label-position="right"
size="small" size="small"
:validate-on-rule-change="false" :validate-on-rule-change="false"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="150px" label-width="120px"
label-position="right" label-position="right"
size="small" size="small"
:validate-on-rule-change="false" :validate-on-rule-change="false"
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!----------左边------------>
<c-col :span="12"> <c-col :span="12" style="padding-right: 20px">
<c-button size="small" type="primary" @click="onBopbutSav"> <c-col :span="24">
{{$t('butp.C0000006')}} <el-form-item label="申报号码" prop="recgrp.bas.rptno">
</c-button> <c-input
</c-col> v-model="model.recgrp.bas.rptno"
maxlength="22"
<c-col :span="12"> placeholder="请输入申报号码"
<c-button size="small" type="primary" @click="onBopbutMod"> disabled
{{$t('butp.C0000009')}} ></c-input>
</c-button> </el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="12"> <el-form-item label="操作类型" prop="recgrp.bas.actiontype">
<span v-text="model.recp.baspp.roptnam" data-path=".recp.baspp.roptnam" > </span> <c-select
</c-col> v-model="model.recgrp.bas.actiontype"
style="width: 100%"
<c-col :span="12"> placeholder="请选择操作类型"
<c-form-item label="申报号码" prop="recgrp.bas.rptno"> :code="codes.actiontype"
<c-input v-model="model.recgrp.bas.rptno" maxlength="22" :placeholder="$t('other.please_enter')+'申报号码'"></c-input> disabled
</c-form-item> >
</c-select>
</el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="12"> <el-form-item label="地区机构号" prop="recgrp.bas.ownextkey">
<c-form-item label="申报流号" prop="recgrp.bas.tmpref"> <c-select
<c-input v-model="model.recgrp.bas.tmpref" maxlength="16" :placeholder="$t('other.please_enter')+'申报流号'"></c-input> v-model="model.recgrp.bas.ownextkey"
</c-form-item> style="width: 100%"
placeholder="请选择地区机构号"
disabled
>
</c-select>
</el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="12"> <el-form-item label="银行业务编号" prop="recgrp.bas.buscode">
<c-button size="small" type="primary" @click="onBasppGetreftmp"> <c-input
{{$t('baspp.C0000039')}} v-model="model.recgrp.bas.buscode"
</c-button> maxlength="22"
placeholder="请输入银行业务编号"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="12"> <el-form-item label="付款人类型" prop="recgrp.bas.custype">
<c-button size="small" type="primary" @click="onBasppGetref"> <c-select
{{$t('baspp.C0000040')}} v-model="model.recgrp.bas.custype"
</c-button> style="width: 100%"
placeholder="请选择类型"
:code="codes.custype"
disabled
>
</c-select>
</el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="12"> <el-form-item label="付款人名称" prop="recgrp.bas.custnm">
<span v-text="model.recp.baspp.tmprefnew" data-path=".recp.baspp.tmprefnew" > </span> <c-input
</c-col> type="textarea"
v-model="model.recgrp.bas.custnm"
<c-col :span="12"> maxlength="63"
<c-button size="small" type="primary" @click="onBopbutChk"> show-word-limit
{{$t('butp.C0000007')}} placeholder="请输入付款人名称"
</c-button> ></c-input>
</el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="24">
<c-button size="small" icon="el-icon-delete" @click="onBopbutDel"> <el-form-item label="收款人名称" prop="recgrp.bas.oppuser">
{{$t('butp.C0000010')}} <c-input
</c-button> type="textarea"
v-model="model.recgrp.bas.oppuser"
maxlength="63"
show-word-limit
placeholder="请输入收款人名称"
></c-input>
</el-form-item>
</c-col> </c-col>
<!-- S0000004 : 修改/删除原因 -->
<c-col :span="12"> <c-col :span="24">
<c-form-item :label="$t('baspp.S0000043')" prop="recgrp.bas.actiondesc"> <el-form-item label="身份证件号码" prop="recgrp.bas.idcode">
<c-input type="textarea" v-model="model.recgrp.bas.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+$t('baspp.S0000043')" ></c-input> <c-input
</c-form-item> v-model="model.recgrp.bas.idcode"
maxlength="32"
placeholder="请输入身份证件号码"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<!-- S0000003 : 操作类型 --> <c-col :span="24">
<el-form-item label="购汇金额" prop="recgrp.bas.lcyamt">
<c-col :span="12"> <c-input
<el-form-item :label="$t('baspp.S0000003')" prop="recgrp.bas.actiontype"> v-model="model.recgrp.bas.lcyamt"
<c-select v-model="model.recgrp.bas.actiontype" style="width:100%" :placeholder="$t('other.please_enter')+$t('baspp.S0000003')"> placeholder="请输入购汇金额"
</c-select> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000043 : 操作类型 --> <c-col :span="24">
<!-- S0000002 : 地区机构号 --> <el-form-item label="现汇金额" prop="recgrp.bas.fcyamt">
<c-input
<c-col :span="12"> v-model="model.recgrp.bas.fcyamt"
<el-form-item :label="$t('baspp.S0000002')" prop="recgrp.bas.ownextkey"> placeholder="请输入现汇金额"
<c-select v-model="model.recgrp.bas.ownextkey" style="width:100%" :placeholder="$t('other.please_enter')+$t('baspp.S0000002')"> ></c-input>
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000021 : 银行业务编号 --> <c-col :span="24">
<el-form-item label="其它金额" prop="recgrp.bas.othamt">
<c-col :span="12"> <c-input
<c-form-item :label="$t('baspp.S0000021')" prop="recgrp.bas.buscode"> v-model="model.recgrp.bas.othamt"
<c-input v-model="model.recgrp.bas.buscode" maxlength="22" :placeholder="$t('other.please_enter')+$t('baspp.S0000021')"></c-input> placeholder="请输入其它金额"
</c-form-item> ></c-input>
</el-form-item>
</c-col> </c-col>
<!-- S0000020 : 结算方式 --> <c-col :span="24">
<c-col :span="13">
<c-col :span="12"> <el-form-item label="付款币种及金额" prop="recgrp.bas.txccy">
<el-form-item label="结算方式" prop="recgrp.bas.methods"> <c-select
<c-select v-model="model.recgrp.bas.methods" style="width:100%" :placeholder="$t('other.please_enter')+'结算方式'"> v-model="model.recgrp.bas.txccy"
style="width: 100%"
placeholder="请选择付款币种及金额"
:code="codes.curtxt"
disabled
>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11">
<c-col :span="12"> <el-form-item
<c-form-item label="组织机构" prop="recgrp.bas.custcod"> label=""
<c-input v-model="model.recgrp.bas.custcod" maxlength="18" :placeholder="$t('other.please_enter')+'组织机构'"></c-input> prop="recgrp.bas.txamt"
</c-form-item> label-width="5px"
>
<c-input
v-model="model.recgrp.bas.txamt"
placeholder="请输入付款币种及金额"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<!-- S0000006 : 类型 --> </c-col>
<c-col :span="24">
<c-col :span="12"> <c-col :span="13">
<span v-text="model.recp.baspp.cusnam" data-path=".recp.baspp.cusnam" > </span> <el-form-item
</c-col> label="实付款币种及金额"
prop="recgrp.bas.actuccy"
<c-col :span="12"> >
<el-form-item :label="$t('baspp.S0000006')" prop="recgrp.bas.custype"> <c-select
<c-select v-model="model.recgrp.bas.custype" style="width:100%" :placeholder="$t('other.please_enter')+$t('baspp.S0000006')"> v-model="model.recgrp.bas.actuccy"
style="width: 100%"
placeholder="请选择实际付款币种及金额"
:code="codes.curtxt"
disabled
>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- S0000008 : 组织机构代码 -->
<c-col :span="12"> <c-col :span="11">
<c-form-item label="收款人名称" prop="recgrp.bas.custnm"> <el-form-item
<c-input type="textarea" v-model="model.recgrp.bas.custnm" maxlength="63" show-word-limit :placeholder="$t('other.please_enter')+'收款人名称'" ></c-input> label=""
</c-form-item> prop="recgrp.bas.actuamt"
label-width="5px"
>
<c-input
v-model="model.recgrp.bas.actuamt"
placeholder="请输入实际付款币种及金额"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<c-col :span="12">
<span v-text="model.recp.baspp.cornam" data-path=".recp.baspp.cornam" > </span>
</c-col>
<!-- S0000009 : 名称 -->
<c-col :span="12">
<c-button size="small" type="primary" @click="onButpErr">
{{$t('butp.C0000013')}}
</c-button>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<c-form-item label="付款人名称" prop="recgrp.bas.oppuser"> <el-form-item label="开证日期" prop="recgrp.bas.issdate">
<c-input type="textarea" v-model="model.recgrp.bas.oppuser" maxlength="63" show-word-limit :placeholder="$t('other.please_enter')+'付款人名称'" ></c-input> <c-date-picker
</c-form-item> type="date"
v-model="model.recgrp.bas.issdate"
style="width: 100%"
placeholder="请选择开证日期"
disabled
></c-date-picker>
</el-form-item>
</c-col> </c-col>
<c-col :span="12">
<span v-text="model.recp.baspp.corpnam" data-path=".recp.baspp.corpnam" > </span>
</c-col>
<!-- S0000010 : 名称 -->
<c-col :span="12"> <c-col :span="12">
<c-checkbox v-model="model.recp.baspp.acp">{{$t('baspp.C0000038')}}</c-checkbox> <el-form-item label="信用证/保函编号" prop="recgrp.bas.lcbgno">
<c-input
v-model="model.recgrp.bas.lcbgno"
maxlength="20"
placeholder="请输入信用证/保函编号"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<!-- S0000007 : 身份证件号码 -->
<c-col :span="12">
<c-form-item :label="$t('baspp.S0000007')" prop="recgrp.bas.idcode">
<c-input v-model="model.recgrp.bas.idcode" maxlength="32" :placeholder="$t('other.please_enter')+$t('baspp.S0000007')"></c-input>
</c-form-item>
</c-col> </c-col>
<c-col :span="12">
<span v-text="model.recp.baspp.exratelab" data-path=".recp.baspp.exratelab" > </span>
</c-col>
<c-col :span="12">
<c-form-item label="结汇汇率" prop="recgrp.bas.exrate">
<c-input v-model="model.recgrp.bas.exrate" :placeholder="$t('other.please_enter')+'结汇汇率'"></c-input>
</c-form-item>
</c-col> </c-col>
<c-col :span="12"> <!----------右边------------>
<span v-text="model.recp.baspp.lcyamtlab" data-path=".recp.baspp.lcyamtlab" > </span> <c-col :span="12" style="padding-left: 20px">
</c-col> <c-col :span="24">
<el-form-item label="修改/删除原因" prop="recgrp.bas.actiondesc">
<c-col :span="12"> <c-input
<c-form-item label="结汇金额" prop="recgrp.bas.lcyamt"> type="textarea"
<c-input v-model="model.recgrp.bas.lcyamt" :placeholder="$t('other.please_enter')+'结汇金额'"></c-input> v-model="model.recgrp.bas.actiondesc"
</c-form-item> maxlength="32"
show-word-limit
placeholder="请输入操作类型"
:rows="7"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<!-- S0000015 : 人民币帐号/银行卡号 --> <c-col :span="24">
<el-form-item label="结算方式" prop="recgrp.bas.methods">
<c-col :span="12"> <c-select
<c-form-item :label="$t('baspp.S0000015')" prop="recgrp.bas.lcyacc"> v-model="model.recgrp.bas.methods"
<c-input v-model="model.recgrp.bas.lcyacc" maxlength="32" :placeholder="$t('other.please_enter')+$t('baspp.S0000015')"></c-input> style="width: 100%"
</c-form-item> placeholder="请选择结算方式"
:code="codes.methods"
disabled
>
</c-select>
</el-form-item>
</c-col> </c-col>
<!-- S0000016 : 现汇金额 --> <c-col :span="24">
<el-form-item label="组织机构" prop="recgrp.bas.custcod">
<c-col :span="12"> <c-input
<c-form-item :label="$t('baspp.S0000016')" prop="recgrp.bas.fcyamt"> v-model="model.recgrp.bas.custcod"
<c-input v-model="model.recgrp.bas.fcyamt" :placeholder="$t('other.please_enter')+$t('baspp.S0000016')"></c-input> maxlength="18"
</c-form-item> placeholder="请输入组织机构"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<!-- S0000017 : 外汇帐号/银行卡号 --> <c-col :span="24">
<br />
<c-col :span="12">
<c-form-item :label="$t('baspp.S0000017')" prop="recgrp.bas.fcyacc">
<c-input v-model="model.recgrp.bas.fcyacc" maxlength="32" :placeholder="$t('other.please_enter')+$t('baspp.S0000017')"></c-input>
</c-form-item>
</c-col> </c-col>
<!-- S0000018 : 其它金额 --> <c-col :span="24">
<br />
<c-col :span="12">
<c-form-item :label="$t('baspp.S0000018')" prop="recgrp.bas.othamt">
<c-input v-model="model.recgrp.bas.othamt" :placeholder="$t('other.please_enter')+$t('baspp.S0000018')"></c-input>
</c-form-item>
</c-col> </c-col>
<!-- S0000019 : 其它帐号/银行卡号 --> <c-col :span="24">
<c-checkbox
<c-col :span="12"> v-model="model.recp.baspp.acp"
<c-form-item :label="$t('baspp.S0000019')" prop="recgrp.bas.othacc"> disabled
<c-input v-model="model.recgrp.bas.othacc" maxlength="32" :placeholder="$t('other.please_enter')+$t('baspp.S0000019')"></c-input> :checked="true"
</c-form-item> >确认</c-checkbox
>
</c-col> </c-col>
<!-- S0000044 : 国内银行扣费 -->
<!-- S0000046 : 收入款币种及金额 -->
<c-col :span="12"> <c-col :span="24">
<el-form-item :label="$t('dbdp.S0000046')" prop="recgrp.bas.txccy"> <el-form-item label="购汇汇率" prop="recgrp.bas.exrate">
<c-select v-model="model.recgrp.bas.txccy" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbdp.S0000046')"> <c-input
</c-select> v-model="model.recgrp.bas.exrate"
placeholder="请输入购汇汇率"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24">
<c-col :span="12"> <el-form-item
<c-form-item :label="$t('dbdp.S0000046')" prop="recgrp.bas.txamt"> label="人民币帐号/银行卡号"
<c-input v-model="model.recgrp.bas.txamt" :placeholder="$t('other.please_enter')+$t('dbdp.S0000046')"></c-input> prop="recgrp.bas.lcyacc"
</c-form-item> >
<c-input
v-model="model.recgrp.bas.lcyacc"
maxlength="32"
placeholder="请输入人民币帐号/银行卡号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="外汇帐号/银行卡号" prop="recgrp.bas.fcyacc">
<c-input
v-model="model.recgrp.bas.fcyacc"
maxlength="32"
placeholder="请输入外汇帐号/银行卡号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="其它帐号/银行卡号" prop="recgrp.bas.othacc">
<c-input
v-model="model.recgrp.bas.othacc"
maxlength="32"
placeholder="请输入其它帐号/银行卡号"
disabled
></c-input>
</el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="24">
<el-form-item :label="$t('dbdp.S0000044')" prop="recgrp.bas.inchargeccy"> <c-col :span="13">
<c-select v-model="model.recgrp.bas.inchargeccy" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbdp.S0000044')"> <el-form-item
label="扣费币种及金额"
prop="recgrp.bas.outchargeccy"
>
<c-select
v-model="model.recgrp.bas.outchargeccy"
style="width: 100%"
placeholder="请选择扣费币种及金额"
:code="codes.curtxt"
disabled
>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="11">
<c-form-item :label="$t('dbdp.S0000044')" prop="recgrp.bas.inchargeamt"> <el-form-item
<c-input v-model="model.recgrp.bas.inchargeamt" :placeholder="$t('other.please_enter')+$t('dbdp.S0000044')"></c-input> label=""
</c-form-item> prop="recgrp.bas.outchargeamt"
label-width="5px"
>
<c-input
v-model="model.recgrp.bas.outchargeamt"
placeholder="请输入扣费币种及金额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="24">
<c-button size="small" type="primary" @click="onBopbutExt"> <el-form-item label="期限" prop="recgrp.bas.tenor">
{{$t('butp.CG000004')}} <c-input
</c-button> v-model="model.recgrp.bas.tenor"
placeholder="请输入期限"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col> </c-col>
</div> </div>
</template> </template>
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="境内收入申报单(查询)"> <c-page title="境内收入申报单(查询)">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false"> <el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--bopbut PD000000 接口数据 --> <!--bopbut PD000000 接口数据 -->
<el-tab-pane label="接口数据" name="selection"> <el-tab-pane label="接口数据" name="selection">
...@@ -10,9 +10,11 @@ ...@@ -10,9 +10,11 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--dbdp PD000000 境内收入申报单-基础信息 --> <!--dbdp PD000000 境内收入申报单-基础信息 -->
<!-- <el-tab-pane :label="$t('dbdp.PD000000')" name="basp"> <el-tab-pane label="境内收入申报单-基础信息" name="basp">
<c-content>
<m-basp :model="model" :codes="codes"/> <m-basp :model="model" :codes="codes"/>
</el-tab-pane> --> </c-content>
</el-tab-pane>
<!--dbdp PD000002 境内收入申报单-管理信息 --> <!--dbdp PD000002 境内收入申报单-管理信息 -->
<!-- <el-tab-pane :label="$t('dbdp.PD000002')" name="vrfp"> <!-- <el-tab-pane :label="$t('dbdp.PD000002')" name="vrfp">
<m-vrfp :model="model" :codes="codes"/> <m-vrfp :model="model" :codes="codes"/>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:model="model" :model="model"
:rules="rules" :rules="rules"
ref="modelForm" ref="modelForm"
label-width="150px" label-width="120px"
label-position="right" label-position="right"
size="small" size="small"
:validate-on-rule-change="false" :validate-on-rule-change="false"
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false"> <el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--bopbut PD000000 接口数据 --> <!--bopbut PD000000 接口数据 -->
<el-tab-pane :label="$t('bopbut.PD000000')" name="selection"> <el-tab-pane :label="$t('bopbut.PD000000')" name="selection">
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false"> <el-form :model="model" :rules="rules" ref="modelForm" label-width="120px" label-position="right" size="small" :validate-on-rule-change="false">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--bopbut PD000000 接口数据 --> <!--bopbut PD000000 接口数据 -->
<el-tab-pane :label="$t('bopbut.PD000000')" name="selection"> <el-tab-pane :label="$t('bopbut.PD000000')" name="selection">
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="进口信用证开立"> <c-page title="进口信用证开立">
<!--
<div class="fast-button">
<el-button size="small">备忘录</el-button>
<el-button size="small" @click="setDraggableContent('cms', '影像信息')">影像信息</el-button>
<el-button size="small">制裁信息</el-button>
<el-button size="small">智能提示</el-button>
/div>
-->
<el-form <el-form
:model="model" :model="model"
......
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