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
c3750f0f
Commit
c3750f0f
authored
Oct 12, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litopn交易ui美化
parent
219bc87d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
137 additions
and
168 deletions
+137
-168
common.css
src/assets/css/common.css
+27
-2
EditTable.vue
src/components/EditTable.vue
+3
-3
Ovwp.vue
src/views/Business/Bctdav/Ovwp.vue
+2
-3
Tk.vue
src/views/Business/Ditopn/Tk.vue
+0
-10
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+0
-3
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+0
-3
Cnyp.vue
src/views/Business/Litopn/Cnyp.vue
+5
-5
Ovwp.vue
src/views/Business/Litopn/Ovwp.vue
+66
-54
Ptyp.vue
src/views/Business/Litopn/Ptyp.vue
+13
-63
index.vue
src/views/Business/Litopn/index.vue
+16
-14
Menu.vue
src/views/Business/Ordrel/Menu.vue
+0
-3
Ccvpan.vue
src/views/Public/Ccvpan.vue
+0
-0
Coninfp.vue
src/views/Public/Coninfp.vue
+1
-1
Engp.vue
src/views/Public/Engp.vue
+3
-3
Glepan.vue
src/views/Public/Glepan.vue
+1
-1
Setpan.vue
src/views/Public/Setpan.vue
+0
-0
No files found.
src/assets/css/common.css
View file @
c3750f0f
...
@@ -93,6 +93,8 @@
...
@@ -93,6 +93,8 @@
background
:
var
(
--sidecolor
);
background
:
var
(
--sidecolor
);
}
}
.topbtnbar
{
.topbtnbar
{
position
:
absolute
;
position
:
absolute
;
top
:
20px
;
top
:
20px
;
...
@@ -121,6 +123,7 @@
...
@@ -121,6 +123,7 @@
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
bold
;
border-bottom
:
1px
solid
var
(
--themecolor
);
border-bottom
:
1px
solid
var
(
--themecolor
);
/* border-top: 1px solid #ccc; */
/* border-top: 1px solid #ccc; */
background-image
:
linear-gradient
(
#fff
,
#dedede
);
background-image
:
linear-gradient
(
#fff
,
#dedede
);
...
@@ -142,8 +145,10 @@
...
@@ -142,8 +145,10 @@
border-left
:
1px
solid
var
(
--themecolor
);
border-left
:
1px
solid
var
(
--themecolor
);
border-right
:
1px
solid
var
(
--themecolor
);
border-right
:
1px
solid
var
(
--themecolor
);
border-top
:
1px
solid
var
(
--themecolor
);
border-top
:
1px
solid
var
(
--themecolor
);
background-image
:
linear-gradient
(
#fff
,
#fff
);
/* background-image: linear-gradient(#fff, #fff); */
color
:
var
(
--themecolor
);
background-image
:
linear-gradient
(
#1561E0
,
#1561E0
);
color
:
white
;
/* color: var(--themecolor); */
border-bottom
:
1px
solid
#fff
;
border-bottom
:
1px
solid
#fff
;
box-sizing
:
content-box
;
box-sizing
:
content-box
;
font-weight
:
bold
;
font-weight
:
bold
;
...
@@ -338,6 +343,11 @@
...
@@ -338,6 +343,11 @@
user-select
:
initial
;
user-select
:
initial
;
}
}
/* 表格中去除下边距 */
.el-table__row
.cell
.el-form-item--mini.el-form-item
,
.el-table__row
.cell
.el-form-item--small.el-form-item
{
margin-bottom
:
0px
;
}
.el-tooltip__popper.is-dark
{
.el-tooltip__popper.is-dark
{
max-width
:
600px
;
max-width
:
600px
;
}
}
...
@@ -383,11 +393,14 @@
...
@@ -383,11 +393,14 @@
.el-collapse-item__header
{
.el-collapse-item__header
{
/* background-color: var(--bgcolor); */
/* background-color: var(--bgcolor); */
font-size
:
15px
;
font-weight
:
bold
;
}
}
.el-collapse-item__header.is-active
{
.el-collapse-item__header.is-active
{
font-size
:
15px
;
font-size
:
15px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#1561E0
;
}
}
.col-left
{
.col-left
{
...
@@ -400,4 +413,15 @@
...
@@ -400,4 +413,15 @@
.el-button
{
.el-button
{
height
:
32px
;
height
:
32px
;
}
.clearfix
:before
,
.clearfix
:after
{
display
:
table
;
content
:
""
;
}
.clearfix
:after
{
clear
:
both
}
}
\ No newline at end of file
src/components/EditTable.vue
View file @
c3750f0f
<
template
>
<
template
>
<div>
<div
class=
"clearfix"
>
<c-col
:span=
"isAdd ? 21 : 22"
style=
"margin-bottom: 18px"
:offset=
"1"
>
<c-col
:span=
"isAdd ? 21 : 22"
style=
"margin-bottom: 18px"
:offset=
"1"
>
<c-table
<c-table
style=
"text-align: center"
style=
"text-align: center"
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<slot></slot>
<slot></slot>
</c-table>
</c-table>
</c-col>
</c-col>
<c-col
v-if=
"isAdd"
:span=
"1"
>
<c-col
v-if=
"isAdd"
:span=
"1"
:offset=
"1"
>
<div
class=
"button_contains"
>
<div
class=
"button_contains"
>
<span
class=
"add_del_button add_button"
@
click=
"handleAdd"
>
+
</span>
<span
class=
"add_del_button add_button"
@
click=
"handleAdd"
>
+
</span>
<span
class=
"add_del_button"
@
click=
"handleDelete"
>
-
</span>
<span
class=
"add_del_button"
@
click=
"handleDelete"
>
-
</span>
...
@@ -181,7 +181,7 @@ export default {
...
@@ -181,7 +181,7 @@ export default {
margin-left
:
2px
;
margin-left
:
2px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
/* text-align: right; */
align-items
:
flex-end
;
}
}
.add_del_button
{
.add_del_button
{
display
:
block
;
display
:
block
;
...
...
src/views/Business/Bctdav/Ovwp.vue
View file @
c3750f0f
...
@@ -536,12 +536,11 @@ export default {
...
@@ -536,12 +536,11 @@ export default {
};
};
</
script
>
</
script
>
<
style
>
<
style
>
.centerLable
{
/* .centerLable {
margin-left
:
-10px
;
height: 32px;
height: 32px;
line-height: 32px;
line-height: 32px;
padding-bottom: 2px;
padding-bottom: 2px;
}
}
*/
.marginLable
{
.marginLable
{
padding-left
:
150px
;
padding-left
:
150px
;
}
}
...
...
src/views/Business/Ditopn/Tk.vue
View file @
c3750f0f
...
@@ -129,16 +129,6 @@ export default {
...
@@ -129,16 +129,6 @@ export default {
height
:
100%
;
height
:
100%
;
display
:
block
;
display
:
block
;
}
}
.clearfix
:before
,
.clearfix
:after
{
display
:
table
;
content
:
""
;
}
.clearfix
:after
{
clear
:
both
}
.messageLabel
>>>
.el-form-item__label
{
.messageLabel
>>>
.el-form-item__label
{
/* text-align: left; */
/* text-align: left; */
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/views/Business/Infbrd/Infsea.vue
View file @
c3750f0f
...
@@ -452,7 +452,4 @@ export default {
...
@@ -452,7 +452,4 @@ export default {
.m-table-search
{
.m-table-search
{
padding
:
20px
0px
10px
0px
;
padding
:
20px
0px
10px
0px
;
}
}
.el-row
>
.el-col
{
padding-right
:
10px
!important
;
}
</
style
>
</
style
>
src/views/Business/Inflid/Infsea.vue
View file @
c3750f0f
...
@@ -735,7 +735,4 @@ export default {
...
@@ -735,7 +735,4 @@ export default {
.m-table-search
{
.m-table-search
{
padding
:
20px
0px
10px
0px
;
padding
:
20px
0px
10px
0px
;
}
}
.el-row
>
.el-col
{
padding-right
:
10px
!important
;
}
</
style
>
</
style
>
src/views/Business/Litopn/Cnyp.vue
View file @
c3750f0f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-collapse-item
title=
"申报信息"
name=
"cnyp"
>
<el-collapse-item
title=
"申报信息"
name=
"cnyp"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"18"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"
是否
报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
>
<el-form-item
label=
"报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
>
<c-select
<c-select
disabled
disabled
v-model=
"model.cnybop.cnyflg"
v-model=
"model.cnybop.cnyflg"
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</c-col>
</c-col>
<c-col
:span=
"18"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"
是否
报送跨境人民币2107表"
prop=
"cnybop.traflg"
>
<el-form-item
label=
"报送跨境人民币2107表"
prop=
"cnybop.traflg"
>
<c-select
<c-select
disabled
disabled
v-model=
"model.cnybop.traflg"
v-model=
"model.cnybop.traflg"
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</c-col>
</c-col>
<c-col
:span=
"18"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"
是否
报送跨境人民币2111表"
prop=
"cnybop.outflg"
>
<el-form-item
label=
"报送跨境人民币2111表"
prop=
"cnybop.outflg"
>
<c-select
<c-select
disabled
disabled
v-model=
"model.cnybop.outflg"
v-model=
"model.cnybop.outflg"
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
</c-col>
</c-col>
<c-col
:span=
"18"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"
是否
报送跨境人民币2106表"
prop=
"cnybop.libflg"
>
<el-form-item
label=
"报送跨境人民币2106表"
prop=
"cnybop.libflg"
>
<c-select
<c-select
v-model=
"model.cnybop.libflg"
v-model=
"model.cnybop.libflg"
style=
"width: 70%"
style=
"width: 70%"
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
</c-col>
</c-col>
<c-col
:span=
"18"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"
是否
报送跨境人民币2122表"
prop=
"cnybop.vouflg"
>
<el-form-item
label=
"报送跨境人民币2122表"
prop=
"cnybop.vouflg"
>
<c-select
<c-select
disabled
disabled
v-model=
"model.cnybop.vouflg"
v-model=
"model.cnybop.vouflg"
...
...
src/views/Business/Litopn/Ovwp.vue
View file @
c3750f0f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-collapse-item
title=
"概要"
name=
"ovwp"
>
<el-collapse-item
title=
"概要"
name=
"ovwp"
>
<!-- ======================= 左边 ========================= -->
<!-- ======================= 左边 ========================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-col
:spam=
"24"
>
<el-col
:spam=
"24"
>
<el-form-item
<el-form-item
label=
"信用证编号"
label=
"信用证编号"
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px;
height:32px;
"
style=
"margin: 0 10px 0 10px; padding: 0 12px;
height: 32px
"
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"onSeainf"
@
click=
"onSeainf"
...
@@ -89,49 +89,49 @@
...
@@ -89,49 +89,49 @@
-->
-->
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"名义金额"
prop=
"lidgrp.cbs.nom1.cur"
>
<el-form-item
label=
"名义金额"
prop=
"lidgrp.cbs.nom1.cur"
>
<c-select
<c-select
v-model=
"model.lidgrp.cbs.nom1.cur"
v-model=
"model.lidgrp.cbs.nom1.cur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"币种"
placeholder=
"币种"
:code=
"codes.curtxt1"
:code=
"codes.curtxt1"
@
keyup
.
enter
.
native=
"nom1CurEvent"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
>
<!-- <el-option
<!-- <el-option
v-for="item in codes.curtxt1"
v-for="item in codes.curtxt1"
:key="item.value"
:key="item.value"
:label="item.label"
:label="item.label"
:value="item.value"
:value="item.value"
>
>
</el-option> -->
</el-option> -->
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"9"
>
<c-col
:span=
"9"
>
<el-form-item
<el-form-item
style=
"text-align: left"
style=
"text-align: left"
label-width=
"20px"
label-width=
"20px"
prop=
"lidgrp.cbs.nom1.amt"
prop=
"lidgrp.cbs.nom1.amt"
>
<c-input-currency
v-model=
"model.lidgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入金额"
></c-input-currency>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<
template
>
<c-checkbox
@
change=
"open"
v-model=
"model.litp.aamp.aammod.addamtflg"
style=
"float: right; text-align: center"
>
附加金额
</c-checkbox
>
>
<c-input-currency
</
template
>
v-model=
"model.lidgrp.cbs.nom1.amt"
</c-col>
style=
"text-align: left; width: 100%"
placeholder=
"请输入金额"
></c-input-currency>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<
template
>
<c-checkbox
@
change=
"open"
v-model=
"model.litp.aamp.aammod.addamtflg"
style=
"float:right;text-align:center"
>
附加金额
</c-checkbox
>
</
template
>
</c-col>
</el-col>
</el-col>
<c-col
:span=
"14"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"溢短装"
prop=
"lidgrp.rec.nomtop"
>
<el-form-item
label=
"溢短装"
prop=
"lidgrp.rec.nomtop"
>
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"开证日期"
prop=
"lidgrp.rec.opndat"
>
<el-form-item
label=
"开证日期"
prop=
"lidgrp.rec.opndat"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
...
@@ -212,7 +212,7 @@
...
@@ -212,7 +212,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
"预先通知日期"
prop=
"lidgrp.rec.preadvdt"
>
<el-form-item
label=
"预先通知日期"
prop=
"lidgrp.rec.preadvdt"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
<c-col
:span=
"5"
class=
"centerLable"
>
<c-col
:span=
"5"
class=
"centerLable"
>
<c-checkbox
<c-checkbox
v-model=
"model.lidgrp.rec.dkflg"
v-model=
"model.lidgrp.rec.dkflg"
style=
"float:
right;text-align:
center"
style=
"float:
right; text-align:
center"
disabled
disabled
>
是否代开
</c-checkbox
>
是否代开
</c-checkbox
>
>
...
@@ -372,7 +372,7 @@
...
@@ -372,7 +372,7 @@
</c-col>
</c-col>
<!-- ======================右边====================== -->
<!-- ======================右边====================== -->
<c-col
:span=
"12"
style=
"padding-left: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"简略信息"
prop=
"lidgrp.rec.nam"
>
<el-form-item
label=
"简略信息"
prop=
"lidgrp.rec.nam"
>
<c-input
<c-input
...
@@ -670,22 +670,30 @@
...
@@ -670,22 +670,30 @@
-->
-->
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
<el-form-item
v-model=
"model.lidgrp.rec.rmbflg"
label=
""
true-label=
"Y"
style=
"text-align: left;margin-left:-160px;"
false-label=
""
prop=
"lidgrp.rec.rmbflg"
disabled
style=
" padding: 0 10px"
>
偿付行信息
</c-checkbox
>
>
<c-checkbox
v-model=
"model.lidgrp.rec.rmbflg"
true-label=
"Y"
false-label=
""
disabled
>
偿付行信息
</c-checkbox
>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
<el-form-item
v-model=
"model.lidgrp.rec.revflg"
label=
""
disabled
style=
"text-align: left;margin-left:-160px;"
style=
" padding: 0 10px"
prop=
"lidgrp.rec.revflg"
>
<c-checkbox
v-model=
"model.lidgrp.rec.revflg"
disabled
>
循环信用证
</c-checkbox
>
循环信用证
</c-checkbox
>
>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -719,7 +727,11 @@
...
@@ -719,7 +727,11 @@
<!-- 附加条款 -->
<!-- 附加条款 -->
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'lid'"
/>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'lid'"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"附加金额"
name=
"aamp"
v-if=
"model.litp.aamp.aammod.addamtflg"
>
<el-collapse-item
title=
"附加金额"
name=
"aamp"
v-if=
"model.litp.aamp.aammod.addamtflg"
>
<!-- 附加金额 -->
<!-- 附加金额 -->
<m-aamp
:model=
"model"
:codes=
"codes"
/>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
...
...
src/views/Business/Litopn/Ptyp.vue
View file @
c3750f0f
...
@@ -448,71 +448,21 @@
...
@@ -448,71 +448,21 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"附加当事人"
>
<el-form-item
label=
"附加当事人"
>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
style=
"margin-left:-120px"
>
<el-table-column
label=
"操作"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
icon=
"el-icon-info"
></el-button
>
</
template
>
</el-table-column>
</c-edit-table>
<!-- <c-table
:data="table1"
>
<c-table-column prop="ROL"
label="Role"
sortable
>
</c-table-column>
<el-table-column prop="PTYEXTKEY"
label="Party"
sortable></el-table-column>
<el-table-column prop="NAM"
label="Name of Party"
sortable></el-table-column>
<el-table-column prop="REF"
label="Reference for Address"
sortable></el-table-column>
<el-table-column prop="DET"
label="Details"></el-table-column>
<el-table-column label="" prop="det" width="80px" fixed="right">
<template slot-scope="scope" slot="header">
<el-button
circle
style="padding:4px"
class="el-icon-plus"
size="mini"
@click="addRow(scope)"
>
</el-button>
<el-button
style="padding:4px"
circle
class="el-icon-minus"
size="mini"
@click="removeRow(scope)"
>
</el-button>
</template>
<template slot-scope="scoped">
<el-button
style="margin-left:0"
size="small"
type="primary"
@click="detail1(scoped.$index, scoped.row)"
>详情</el-button
>
</template>
</el-table-column>
</c-table> -->
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
icon=
"el-icon-info"
></el-button
>
</
template
>
</el-table-column>
</c-edit-table>
<!--
<!--
<c-col :span="12">
<c-col :span="12">
<span v-text="model.litp.avblab" data-path=".litp.avblab" > </span>
<span v-text="model.litp.avblab" data-path=".litp.avblab" > </span>
...
...
src/views/Business/Litopn/index.vue
View file @
c3750f0f
...
@@ -84,20 +84,22 @@
...
@@ -84,20 +84,22 @@
<!--PD000027 -->
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"engp,setpan,glepan"
>
<el-tab-pane
label=
"费用/账务"
name=
"engp,setpan,glepan"
>
<c-content>
<c-content>
<el-collapse
v-model=
"activeNames"
>
<div
class=
"eibs-tab"
>
<el-collapse-item
title=
"表外记账"
name=
"engp"
>
<el-collapse
v-model=
"activeNames"
>
<!-- 表外记账 -->
<el-collapse-item
title=
"表外记账"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
<!-- 表外记账 -->
</el-collapse-item>
<m-engp
:model=
"model"
:codes=
"codes"
/>
<el-collapse-item
title=
"结算"
name=
"setpan"
>
</el-collapse-item>
<!-- 结算 -->
<el-collapse-item
title=
"结算"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<!-- 结算 -->
</el-collapse-item>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
</el-collapse-item>
<!-- 会计分录 -->
<el-collapse-item
title=
"会计分录"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
<!-- 会计分录 -->
</el-collapse-item>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-collapse>
</el-collapse-item>
</el-collapse>
</div>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
...
...
src/views/Business/Ordrel/Menu.vue
View file @
c3750f0f
...
@@ -413,7 +413,4 @@ export default {
...
@@ -413,7 +413,4 @@ export default {
.m-table-search
{
.m-table-search
{
padding
:
20px
0px
10px
0px
;
padding
:
20px
0px
10px
0px
;
}
}
.el-row
>
.el-col
{
padding-right
:
10px
!important
;
}
</
style
>
</
style
>
src/views/Public/Ccvpan.vue
View file @
c3750f0f
This diff is collapsed.
Click to expand it.
src/views/Public/Coninfp.vue
View file @
c3750f0f
<!-- 附言公共页面 -->
<!-- 附言公共页面 -->
<
template
>
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<c-row>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"15"
>
<c-col
:span=
"15"
>
...
...
src/views/Public/Engp.vue
View file @
c3750f0f
<
template
>
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<!--
<c-col
:span=
"24"
style=
"margin-bottom:18px"
>
<!--
<c-col
:span=
"24"
style=
"margin-bottom:18px"
>
Liability
Liability
</c-col>
-->
</c-col>
-->
...
@@ -85,12 +85,12 @@
...
@@ -85,12 +85,12 @@
</el-form-item>
</el-form-item>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"valdat"
label=
"起息日"
width=
"
200px
"
>
<el-table-column
prop=
"valdat"
label=
"起息日"
width=
"
auto
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
dateFormat
(
scope
.
row
.
valdat
)
}}
{{
dateFormat
(
scope
.
row
.
valdat
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<el-button
<el-button
circle
circle
...
...
src/views/Public/Glepan.vue
View file @
c3750f0f
<
template
>
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<c-col
:span=
"24"
style=
""
>
<c-col
:span=
"24"
style=
""
>
<c-istream-table
:list=
"data"
:columns=
"columns"
></c-istream-table>
<c-istream-table
:list=
"data"
:columns=
"columns"
></c-istream-table>
</c-col>
</c-col>
...
...
src/views/Public/Setpan.vue
View file @
c3750f0f
This diff is collapsed.
Click to expand it.
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