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
fukai
vue-gjjs
Commits
1043a57f
Commit
1043a57f
authored
Oct 19, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分样式调整
parent
8956b930
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
100 additions
and
81 deletions
+100
-81
common.css
src/assets/css/common.css
+7
-1
IStreamTable.vue
src/components/IStreamTable.vue
+10
-4
Conp.vue
src/views/Business/Brtudp/Conp.vue
+10
-8
Dclpp.vue
src/views/Business/Brtudp/Dclpp.vue
+56
-49
index.vue
src/views/Business/Brtudp/index.vue
+2
-2
index.vue
src/views/Business/Litame/index.vue
+2
-1
index.vue
src/views/Business/Litdck/index.vue
+2
-2
Cnyp.vue
src/views/Business/Litopn/Cnyp.vue
+5
-10
index.vue
src/views/Business/Litopn/index.vue
+2
-2
Header.vue
src/views/Layout/Header.vue
+2
-0
Limitbody.vue
src/views/Public/Limitbody.vue
+2
-2
No files found.
src/assets/css/common.css
View file @
1043a57f
...
...
@@ -312,6 +312,8 @@
padding
:
10px
20px
20px
;
}
.el-dialog__body
/* form 必填项的内容区域颜色突出显示 *
暂时封掉
.el-form-item.is-required .el-form-item__content .el-input__inner,
...
...
@@ -435,7 +437,7 @@
}
.el-collapse-item__arrow.is-active
{
display
:
none
;
transform
:
rotate
(
0deg
)
;
}
.col-left
{
...
...
@@ -575,6 +577,10 @@ margin-left: 120px;
content
:
"\e791"
;
}
.el-collapse-item__header
.is-active
:after
{
content
:
"\e790"
;
}
/* 左箭头 */
.el-icon-arrow-left
:before
{
content
:
"\e792"
;
...
...
src/components/IStreamTable.vue
View file @
1043a57f
...
...
@@ -59,7 +59,8 @@
<el-form-item
label-width=
"0"
>
<el-checkbox-group
v-model=
"columnGroup"
@
change=
"handleColumnChange"
>
<el-checkbox
class=
"selectColumnClass"
class=
"selectColumnClass checkbox-left"
style=
"margin-right:45px;"
v-for=
"item in tableColumnsOrigin"
:key=
"item.label"
:label=
"parseInt(item.index)"
...
...
@@ -67,9 +68,10 @@
>
</el-checkbox-group>
</el-form-item>
<span
slot=
"footer"
>
<span
slot=
"footer"
style=
"display: flex;
align-items: center;"
>
<el-checkbox
class=
"selectAllClass"
class=
"selectAllClass
checkbox-left
"
:indeterminate=
"
columnGroup.length > 0 &&
columnGroup.length < tableColumnsOrigin.length
...
...
@@ -78,7 +80,7 @@
@
change=
"setAll"
>
全选
</el-checkbox
>
<el-button
type=
"primary"
@
click=
"saveColumnEvent"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"saveColumnEvent"
style=
"margin-left:10px;"
>
保存
</el-button>
</span>
</el-dialog>
<c-col
:span=
"16"
>
...
...
@@ -415,6 +417,10 @@ export default {
.eContainer-table-block
>>>
.el-table
.cell
{
white-space
:
pre-wrap
;
}
.eContainer-table-block
>>>
.el-dialog
.el-dialog__footer
{
display
:
flex
;
justify-content
:
center
;
}
.buttonDiv
{
text-align
:
left
;
display
:
inline-block
;
...
...
src/views/Business/Brtudp/Conp.vue
View file @
1043a57f
...
...
@@ -26,7 +26,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"债务人代码"
prop=
"cfabrt.recgrp.bas.debtorcode"
>
<c-input
v-model=
"model.cfabrt.recgrp.bas.debtorcode"
...
...
@@ -71,16 +71,18 @@
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onChk"
>
&
Check
</c-button>
</c-col>
-->
<c-col
:span=
"17"
:offset=
"7"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"cfabrt.recp.pubp.acp"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.cfabrt.recp.pubp.acp"
disabled
>
确认
</c-checkbox
>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- ==================================起息日-以行为单位================================ -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-form-item
label=
"起息日"
prop=
"cfabrt.recgrp.bas.valuedate"
>
<c-date-picker
type=
"date"
...
...
@@ -92,7 +94,7 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px;
"
>
<el-form-item
label=
"到期日"
prop=
"cfabrt.recgrp.bas.maturity"
>
<c-date-picker
type=
"date"
...
...
@@ -106,7 +108,7 @@
</c-col>
<!-- 签约金额左边 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"签约金额"
prop=
"cfabrt.recgrp.bas.contractcurr"
>
<c-select
...
...
@@ -152,7 +154,7 @@
<!-- ============================开证申请人代码---以行为单位============================== -->
<c-col
:span=
"24"
>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"开证申请人代码"
prop=
"cfabrt.recgrp.bas.appcode"
>
<c-input
v-model=
"model.cfabrt.recgrp.bas.appcode"
...
...
@@ -180,7 +182,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"债权人代码"
prop=
"cfabrt.recgrp.bas.creditorcode"
...
...
@@ -342,7 +344,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"备注"
prop=
"cfabrt.recgrp.bas.remark"
>
<c-input
type=
"textarea"
...
...
src/views/Business/Brtudp/Dclpp.vue
View file @
1043a57f
<
template
>
<div
class=
"eibs"
>
<!-- ==================================左边-外债编号================================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"外债编号"
prop=
"cfabrt.recp.dclp.exdebtcode"
>
<c-input
...
...
@@ -58,7 +58,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"变动日期"
prop=
"cfabrt.recp.dclp.chdate"
>
<c-date-picker
type=
"date"
...
...
@@ -71,40 +71,40 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"变动币种"
prop=
"cfabrt.recp.dclp.chcurrency"
>
<c-select
v-model=
"model.cfabrt.recp.dclp.chcurrency"
style=
"width: 100%"
placeholder=
"请选择变动币种"
:code=
"codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"变动币种"
prop=
"cfabrt.recp.dclp.chcurrency"
>
<c-select
v-model=
"model.cfabrt.recp.dclp.chcurrency"
style=
"width: 100%"
placeholder=
"请选择变动币种"
:code=
"codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"变动金额"
prop=
"cfabrt.recp.dclp.chamount"
>
<c-input
v-model=
"model.cfabrt.recp.dclp.chamount"
placeholder=
"请输入变动金额"
class=
"m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"变动金额"
prop=
"cfabrt.recp.dclp.chamount"
>
<c-input
v-model=
"model.cfabrt.recp.dclp.chamount"
placeholder=
"请输入变动金额"
class=
"m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"公允价值"
prop=
"cfabrt.recp.dclp.fairvalue"
>
<c-input
v-model=
"model.cfabrt.recp.dclp.fairvalue"
placeholder=
"请输入公允价值"
class=
"m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"公允价值"
prop=
"cfabrt.recp.dclp.fairvalue"
>
<c-input
v-model=
"model.cfabrt.recp.dclp.fairvalue"
placeholder=
"请输入公允价值"
class=
"m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"备注"
prop=
"cfabrt.recp.dclp.remark"
>
...
...
@@ -118,11 +118,10 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ==================================右边-删除原因================================ -->
<c-col
:span=
"12"
style=
"padding-left: 20px
;
"
>
<!-- ==================================右边-删除原因================================ -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"删除原因"
prop=
"cfabrt.recp.dclp.actiondesc"
>
<c-input
...
...
@@ -136,33 +135,41 @@
></c-input>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSav"
>
&
Save
</c-button>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onChk"
>
&
Check
</c-button>
</c-col>
-->
<c-col
:span=
"17"
:offset=
"7"
>
<c-checkbox
v-model=
"model.cfabrt.recp.dclp.acp"
disabled
>
确认
</c-checkbox>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"cfabrt.recp.dclp.acp"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.cfabrt.recp.dclp.acp"
disabled
>
确认
</c-checkbox
>
</el-form-item>
</c-col>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Event
from
'~/model/Brtudp/Event'
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Brtudp/Event"
;
export
default
{
inject
:
[
'root'
],
props
:
[
'model'
,
'codes'
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{}
return
{}
;
},
methods
:
{
...
Event
},
created
:
function
()
{},
}
}
;
</
script
>
<
style
></
style
>
src/views/Business/Brtudp/index.vue
View file @
1043a57f
...
...
@@ -238,7 +238,7 @@ import Ovwp from "./Ovwp";
// import Doctre from "./Doctre";
import
Cfap
from
"./Cfap"
;
import
Shisuan
from
"./Shisuan"
;
import
Limitbody
from
"./Limitbody"
;
//
import Limitbody from "./Limitbody";
import
Conp
from
"./Conp"
;
import
Dclpp
from
"./Dclpp"
;
...
...
@@ -250,7 +250,7 @@ import Glepan from "~/views/Public/Glepan";
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
//
import Limitbody from "~/views/Public/Limitbody";
import
Limitbody
from
"~/views/Public/Limitbody"
;
export
default
{
name
:
"Brtudp"
,
...
...
src/views/Business/Litame/index.vue
View file @
1043a57f
...
...
@@ -267,7 +267,8 @@ import Setpan from "~/views/Public/Setpan";
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Limitbody
from
"./Limitbody"
;
// import Limitbody from "./Limitbody";
import
Limitbody
from
"~/views/Public/Limitbody"
;
import
AampVue
from
"../Detame/Aamp.vue"
;
import
Spbpame
from
"./Spbpame.vue"
;
import
Sprpame
from
"./Sprpame.vue"
;
...
...
src/views/Business/Litdck/index.vue
View file @
1043a57f
...
...
@@ -165,7 +165,7 @@ import Docpre from "./Docpre";
// import Coninfp from "./Coninfp"
// import Docpan from "./Docpan"
// import Doctre from "./Doctre"
import
Limitbody
from
"./Limitbody"
;
//
import Limitbody from "./Limitbody";
import
Srmp
from
"./Srmp"
;
import
Engp
from
"~/views/Public/Engp"
;
...
...
@@ -173,7 +173,7 @@ import Setpan from "~/views/Public/Setpan";
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
//
import Limitbody from "~/views/Public/Limitbody"
import
Limitbody
from
"~/views/Public/Limitbody"
export
default
{
name
:
"Litdck"
,
...
...
src/views/Business/Litopn/Cnyp.vue
View file @
1043a57f
...
...
@@ -4,11 +4,10 @@
<el-collapse-item
title=
"申报信息"
name=
"cnyp"
>
<c-col
:span=
"12"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
>
<el-form-item
label=
"报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
label-width=
"150px;"
>
<c-select
disabled
v-model=
"model.cnybop.cnyflg"
style=
"width: 70%"
placeholder=
"请选择是否报送跨境人民币2101表"
:code=
"codes.cnyflg"
>
...
...
@@ -17,11 +16,10 @@
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"报送跨境人民币2107表"
prop=
"cnybop.traflg"
>
<el-form-item
label=
"报送跨境人民币2107表"
prop=
"cnybop.traflg"
label-width=
"150px;"
>
<c-select
disabled
v-model=
"model.cnybop.traflg"
style=
"width: 70%"
placeholder=
"请选择是否报送跨境人民币2107表"
:code=
"codes.traflg"
>
...
...
@@ -30,11 +28,10 @@
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"报送跨境人民币2111表"
prop=
"cnybop.outflg"
>
<el-form-item
label=
"报送跨境人民币2111表"
prop=
"cnybop.outflg"
label-width=
"150px;"
>
<c-select
disabled
v-model=
"model.cnybop.outflg"
style=
"width: 70%"
placeholder=
"请选择是否报送跨境人民币2111表"
:code=
"codes.outflg"
>
...
...
@@ -43,10 +40,9 @@
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"报送跨境人民币2106表"
prop=
"cnybop.libflg"
>
<el-form-item
label=
"报送跨境人民币2106表"
prop=
"cnybop.libflg"
label-width=
"150px;"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width: 70%"
placeholder=
"请选择是否报送跨境人民币2106表"
:code=
"codes.libflg"
>
...
...
@@ -55,11 +51,10 @@
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"报送跨境人民币2122表"
prop=
"cnybop.vouflg"
>
<el-form-item
label=
"报送跨境人民币2122表"
prop=
"cnybop.vouflg"
label-width=
"150px;"
>
<c-select
disabled
v-model=
"model.cnybop.vouflg"
style=
"width: 70%"
placeholder=
"请选择是否报送跨境人民币2122表"
:code=
"codes.vouflg"
>
...
...
src/views/Business/Litopn/index.vue
View file @
1043a57f
...
...
@@ -272,8 +272,8 @@ import Spcrcvp from "./Spcrcvp";
import
Spcbenp
from
"./Spcbenp"
;
import
Diaselp
from
"./Diaselp"
;
import
Diapan
from
"./Diapan"
;
import
Limitbody
from
"./Limitbody"
;
//
import Limitbody from "./Limitbody";
import
Limitbody
from
"~/views/Public/Limitbody"
;
import
Engp
from
"~/views/Public/Engp"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
...
...
src/views/Layout/Header.vue
View file @
1043a57f
...
...
@@ -495,7 +495,9 @@ export default {
}
.logoutdialog
.el-dialog
.el-dialog__footer
{
padding
:
0px
20px
15px
;
}
/* .header-tool-item-badge {
margin-top: 10px;
margin-right: 40px;
...
...
src/views/Public/Limitbody.vue
View file @
1043a57f
...
...
@@ -22,14 +22,14 @@
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"
margin-right:10px; padding: 0 12px
"
style=
""
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSeainf"
/>
<c-button
style=
"
margin: 0 0
"
style=
""
size=
"small"
type=
"primary"
@
click=
"onWrkpDet"
...
...
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