Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
bed5aa2e
Commit
bed5aa2e
authored
Nov 10, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改label-width
parent
81749c3c
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
295 additions
and
207 deletions
+295
-207
index.vue
src/views/Business/Dbcadd/index.vue
+1
-1
index.vue
src/views/Business/Dbcinf/index.vue
+1
-1
Basp.vue
src/views/Business/Dbdinf/Basp.vue
+285
-191
index.vue
src/views/Business/Dbdinf/index.vue
+5
-3
index.vue
src/views/Business/Dbeadd/index.vue
+1
-1
index.vue
src/views/Business/Dbeinf/index.vue
+1
-1
index.vue
src/views/Business/Dbfinf/index.vue
+1
-1
index.vue
src/views/Business/Litopn/index.vue
+0
-8
No files found.
src/views/Business/Dbcadd/index.vue
View file @
bed5aa2e
...
...
@@ -5,7 +5,7 @@
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
...
...
src/views/Business/Dbcinf/index.vue
View file @
bed5aa2e
...
...
@@ -5,7 +5,7 @@
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
...
...
src/views/Business/Dbdinf/Basp.vue
View file @
bed5aa2e
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBopbutSav
"
>
{{
$t
(
'butp.C0000006'
)
}}
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBopbutMod"
>
{{
$t
(
'butp.C0000009'
)
}}
</
c-button
>
<!----------左边------------>
<c-col
:span=
"12"
style=
"padding-right: 20px
"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"申报号码"
prop=
"recgrp.bas.rptno"
>
<c-input
v-model=
"model.recgrp.bas.rptno"
maxlength=
"22"
placeholder=
"请输入申报号码"
disabled
></c-input>
</
el-form-item
>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.baspp.roptnam"
data-path=
".recp.baspp.roptnam"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"申报号码"
prop=
"recgrp.bas.rptno"
>
<c-input
v-model=
"model.recgrp.bas.rptno"
maxlength=
"22"
:placeholder=
"$t('other.please_enter')+'申报号码'"
></c-input>
</c-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"操作类型"
prop=
"recgrp.bas.actiontype"
>
<c-select
v-model=
"model.recgrp.bas.actiontype"
style=
"width: 100%"
placeholder=
"请选择操作类型"
:code=
"codes.actiontype"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"申报流号"
prop=
"recgrp.bas.tmpref"
>
<c-input
v-model=
"model.recgrp.bas.tmpref"
maxlength=
"16"
:placeholder=
"$t('other.please_enter')+'申报流号'"
></c-input>
</c-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"地区机构号"
prop=
"recgrp.bas.ownextkey"
>
<c-select
v-model=
"model.recgrp.bas.ownextkey"
style=
"width: 100%"
placeholder=
"请选择地区机构号"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBasppGetreftmp"
>
{{
$t
(
'baspp.C0000039'
)
}}
</c-button>
<c-col
:span=
"24"
>
<el-form-item
label=
"银行业务编号"
prop=
"recgrp.bas.buscode"
>
<c-input
v-model=
"model.recgrp.bas.buscode"
maxlength=
"22"
placeholder=
"请输入银行业务编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBasppGetref"
>
{{
$t
(
'baspp.C0000040'
)
}}
</c-button>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款人类型"
prop=
"recgrp.bas.custype"
>
<c-select
v-model=
"model.recgrp.bas.custype"
style=
"width: 100%"
placeholder=
"请选择类型"
:code=
"codes.custype"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.baspp.tmprefnew"
data-path=
".recp.baspp.tmprefnew"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBopbutChk"
>
{{
$t
(
'butp.C0000007'
)
}}
</c-button>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款人名称"
prop=
"recgrp.bas.custnm"
>
<c-input
type=
"textarea"
v-model=
"model.recgrp.bas.custnm"
maxlength=
"63"
show-word-limit
placeholder=
"请输入付款人名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onBopbutDel"
>
{{
$t
(
'butp.C0000010'
)
}}
</c-button>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人名称"
prop=
"recgrp.bas.oppuser"
>
<c-input
type=
"textarea"
v-model=
"model.recgrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入收款人名称"
></c-input>
</el-form-item>
</c-col>
<!-- S0000004 : 修改/删除原因 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('baspp.S0000043')"
prop=
"recgrp.bas.actiondesc"
>
<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-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"身份证件号码"
prop=
"recgrp.bas.idcode"
>
<c-input
v-model=
"model.recgrp.bas.idcode"
maxlength=
"32"
placeholder=
"请输入身份证件号码"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- S0000003 : 操作类型 --
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('baspp.S0000003')"
prop=
"recgrp.bas.actiontype"
>
<c-select
v-model=
"model.recgrp.bas.actiontype"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('baspp.S0000003')"
>
</c-selec
t>
<c-col
:span=
"24"
>
<el-form-item
label=
"购汇金额"
prop=
"recgrp.bas.lcyamt"
>
<c-input
v-model=
"model.recgrp.bas.lcyamt"
placeholder=
"请输入购汇金额"
></c-inpu
t>
</el-form-item>
</c-col>
<!-- S0000043 : 操作类型 -->
<!-- S0000002 : 地区机构号 -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('baspp.S0000002')"
prop=
"recgrp.bas.ownextkey"
>
<c-select
v-model=
"model.recgrp.bas.ownextkey"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('baspp.S0000002')"
>
</c-select>
<c-col
:span=
"24"
>
<el-form-item
label=
"现汇金额"
prop=
"recgrp.bas.fcyamt"
>
<c-input
v-model=
"model.recgrp.bas.fcyamt"
placeholder=
"请输入现汇金额"
></c-input>
</el-form-item>
</c-col>
<!-- S0000021 : 银行业务编号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('baspp.S0000021')"
prop=
"recgrp.bas.buscode"
>
<c-input
v-model=
"model.recgrp.bas.buscode"
maxlength=
"22"
:placeholder=
"$t('other.please_enter')+$t('baspp.S0000021')"
></c-input>
</c-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"其它金额"
prop=
"recgrp.bas.othamt"
>
<c-input
v-model=
"model.recgrp.bas.othamt"
placeholder=
"请输入其它金额"
></c-input>
</el-form-item>
</c-col>
<!-- S0000020 : 结算方式 -->
<c-col
:span=
"12"
>
<el-form-item
label=
"结算方式"
prop=
"recgrp.bas.methods"
>
<c-select
v-model=
"model.recgrp.bas.methods"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'结算方式'"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"付款币种及金额"
prop=
"recgrp.bas.txccy"
>
<c-select
v-model=
"model.recgrp.bas.txccy"
style=
"width: 100%"
placeholder=
"请选择付款币种及金额"
:code=
"codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"组织机构"
prop=
"recgrp.bas.custcod"
>
<c-input
v-model=
"model.recgrp.bas.custcod"
maxlength=
"18"
:placeholder=
"$t('other.please_enter')+'组织机构'"
></c-input>
</c-form-item>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"recgrp.bas.txamt"
label-width=
"5px"
>
<c-input
v-model=
"model.recgrp.bas.txamt"
placeholder=
"请输入付款币种及金额"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- S0000006 : 类型 -->
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.baspp.cusnam"
data-path=
".recp.baspp.cusnam"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('baspp.S0000006')"
prop=
"recgrp.bas.custype"
>
<c-select
v-model=
"model.recgrp.bas.custype"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('baspp.S0000006')"
>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"实付款币种及金额"
prop=
"recgrp.bas.actuccy"
>
<c-select
v-model=
"model.recgrp.bas.actuccy"
style=
"width: 100%"
placeholder=
"请选择实际付款币种及金额"
:code=
"codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<!-- S0000008 : 组织机构代码 -->
<c-col
:span=
"12"
>
<c-form-item
label=
"收款人名称"
prop=
"recgrp.bas.custnm"
>
<c-input
type=
"textarea"
v-model=
"model.recgrp.bas.custnm"
maxlength=
"63"
show-word-limit
:placeholder=
"$t('other.please_enter')+'收款人名称'"
></c-input>
</c-form-item>
<c-col
:span=
"11"
>
<el-form-item
label=
""
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
: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
:span=
"24"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"付款人名称"
prop=
"recgrp.bas.oppuser"
>
<c-input
type=
"textarea"
v-model=
"model.recgrp.bas.oppuser"
maxlength=
"63"
show-word-limit
:placeholder=
"$t('other.please_enter')+'付款人名称'"
></c-input>
</c-form-item>
<el-form-item
label=
"开证日期"
prop=
"recgrp.bas.issdate"
>
<c-date-picker
type=
"date"
v-model=
"model.recgrp.bas.issdate"
style=
"width: 100%"
placeholder=
"请选择开证日期"
disabled
></c-date-picker>
</el-form-item>
</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-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>
<!-- 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
: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
:span=
"12"
>
<span
v-text=
"model.recp.baspp.lcyamtlab"
data-path=
".recp.baspp.lcyamtlab"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"结汇金额"
prop=
"recgrp.bas.lcyamt"
>
<c-input
v-model=
"model.recgrp.bas.lcyamt"
:placeholder=
"$t('other.please_enter')+'结汇金额'"
></c-input>
</c-form-item>
<!----------右边------------>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"修改/删除原因"
prop=
"recgrp.bas.actiondesc"
>
<c-input
type=
"textarea"
v-model=
"model.recgrp.bas.actiondesc"
maxlength=
"32"
show-word-limit
placeholder=
"请输入操作类型"
:rows=
"7"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- S0000015 : 人民币帐号/银行卡号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('baspp.S0000015')"
prop=
"recgrp.bas.lcyacc"
>
<c-input
v-model=
"model.recgrp.bas.lcyacc"
maxlength=
"32"
:placeholder=
"$t('other.please_enter')+$t('baspp.S0000015')"
></c-input>
</c-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"结算方式"
prop=
"recgrp.bas.methods"
>
<c-select
v-model=
"model.recgrp.bas.methods"
style=
"width: 100%"
placeholder=
"请选择结算方式"
:code=
"codes.methods"
disabled
>
</c-select>
</el-form-item>
</c-col>
<!-- S0000016 : 现汇金额 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('baspp.S0000016')"
prop=
"recgrp.bas.fcyamt"
>
<c-input
v-model=
"model.recgrp.bas.fcyamt"
:placeholder=
"$t('other.please_enter')+$t('baspp.S0000016')"
></c-input>
</c-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"组织机构"
prop=
"recgrp.bas.custcod"
>
<c-input
v-model=
"model.recgrp.bas.custcod"
maxlength=
"18"
placeholder=
"请输入组织机构"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- S0000017 : 外汇帐号/银行卡号 -->
<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
:span=
"24"
>
<br
/>
</c-col>
<!-- S0000018 : 其它金额 -->
<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
:span=
"24"
>
<br
/>
</c-col>
<!-- S0000019 : 其它帐号/银行卡号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('baspp.S0000019')"
prop=
"recgrp.bas.othacc"
>
<c-input
v-model=
"model.recgrp.bas.othacc"
maxlength=
"32"
:placeholder=
"$t('other.please_enter')+$t('baspp.S0000019')"
></c-input>
</c-form-item>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.recp.baspp.acp"
disabled
:checked=
"true"
>
确认
</c-checkbox
>
</c-col>
<!-- S0000044 : 国内银行扣费 -->
<!-- S0000046 : 收入款币种及金额 -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('dbdp.S0000046')"
prop=
"recgrp.bas.txccy"
>
<c-select
v-model=
"model.recgrp.bas.txccy"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('dbdp.S0000046')"
>
</c-select>
<c-col
:span=
"24"
>
<el-form-item
label=
"购汇汇率"
prop=
"recgrp.bas.exrate"
>
<c-input
v-model=
"model.recgrp.bas.exrate"
placeholder=
"请输入购汇汇率"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dbdp.S0000046')"
prop=
"recgrp.bas.txamt"
>
<c-input
v-model=
"model.recgrp.bas.txamt"
:placeholder=
"$t('other.please_enter')+$t('dbdp.S0000046')"
></c-input>
</c-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"人民币帐号/银行卡号"
prop=
"recgrp.bas.lcyacc"
>
<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
:span=
"12"
>
<el-form-item
:label=
"$t('dbdp.S0000044')"
prop=
"recgrp.bas.inchargeccy"
>
<c-select
v-model=
"model.recgrp.bas.inchargeccy"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('dbdp.S0000044')"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<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>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dbdp.S0000044')"
prop=
"recgrp.bas.inchargeamt"
>
<c-input
v-model=
"model.recgrp.bas.inchargeamt"
:placeholder=
"$t('other.please_enter')+$t('dbdp.S0000044')"
></c-input>
</c-form-item>
<c-col
:span=
"11"
>
<el-form-item
label=
""
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
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBopbutExt"
>
{{
$t
(
'butp.CG000004'
)
}}
</c-button>
<c-col
:span=
"24"
>
<el-form-item
label=
"期限"
prop=
"recgrp.bas.tenor"
>
<c-input
v-model=
"model.recgrp.bas.tenor"
placeholder=
"请输入期限"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</
template
>
...
...
src/views/Business/Dbdinf/index.vue
View file @
bed5aa2e
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"境内收入申报单(查询)"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--bopbut PD000000 接口数据 -->
<el-tab-pane
label=
"接口数据"
name=
"selection"
>
...
...
@@ -10,9 +10,11 @@
</c-content>
</el-tab-pane>
<!--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"
/>
</el-tab-pane>
-->
</c-content>
</el-tab-pane>
<!--dbdp PD000002 境内收入申报单-管理信息 -->
<!--
<el-tab-pane
:label=
"$t('dbdp.PD000002')"
name=
"vrfp"
>
<m-vrfp
:model=
"model"
:codes=
"codes"
/>
...
...
src/views/Business/Dbeadd/index.vue
View file @
bed5aa2e
...
...
@@ -5,7 +5,7 @@
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
...
...
src/views/Business/Dbeinf/index.vue
View file @
bed5aa2e
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--bopbut PD000000 接口数据 -->
<el-tab-pane
:label=
"$t('bopbut.PD000000')"
name=
"selection"
>
...
...
src/views/Business/Dbfinf/index.vue
View file @
bed5aa2e
<
template
>
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--bopbut PD000000 接口数据 -->
<el-tab-pane
:label=
"$t('bopbut.PD000000')"
name=
"selection"
>
...
...
src/views/Business/Litopn/index.vue
View file @
bed5aa2e
<
template
>
<div
class=
"eContainer"
>
<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
:model=
"model"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment