Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
1ecbe7ea
Commit
1ecbe7ea
authored
Feb 22, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫描问题修改
parent
b002be7c
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
16 deletions
+13
-16
add-info-modal.vue
...ugin-billexpand/src/components-control/add-info-modal.vue
+1
-1
showPrint.vue
...ms-plugin-billexpand/src/components-control/showPrint.vue
+1
-1
applyDetail.vue
...op/@gms/gms-plugin-billexpand/src/control/applyDetail.vue
+1
-1
GetMDValue.js
develop/@gms/gms-plugin-billexpand/src/formula/GetMDValue.js
+1
-1
gms-app.vue
...p/@gms/gms-plugin-mainpage-feedback/src/views/gms-app.vue
+2
-3
messageItem.vue
...ms/gms-plugin-mainpage-feedback/src/views/messageItem.vue
+1
-1
fileItem.vue
.../@gms/gms-plugin-mainpage-fileList/src/views/fileItem.vue
+2
-2
gms-app.vue
...p/@gms/gms-plugin-mainpage-fileList/src/views/gms-app.vue
+2
-3
newsItem.vue
.../@gms/gms-plugin-mainpage-newsList/src/views/newsItem.vue
+2
-3
No files found.
develop/@gms/gms-plugin-billexpand/src/components-control/add-info-modal.vue
View file @
1ecbe7ea
...
...
@@ -25,7 +25,7 @@
}
.title
{
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
,
sans-serif
;
margin-left
:
4px
;
font-size
:
14px
;
color
:
#222222
;
...
...
develop/@gms/gms-plugin-billexpand/src/components-control/showPrint.vue
View file @
1ecbe7ea
<
template
>
<div>
<iframe
:src=
"pdfUrl"
frameborder=
"0"
style=
"width: 100%; height: calc(100vh - 50px)"
></iframe>
<iframe
:src=
"pdfUrl"
frameborder=
"0"
title=
"print"
name=
"print"
style=
"width: 100%; height: calc(100vh - 50px)"
></iframe>
<div
class=
"btn"
>
<Button
@
click=
"handleCancel"
class=
"btnInner"
>
关闭
</Button>
</div>
...
...
develop/@gms/gms-plugin-billexpand/src/control/applyDetail.vue
View file @
1ecbe7ea
...
...
@@ -126,7 +126,7 @@
display
:
inline-block
;
margin-right
:
4px
;
line-height
:
1
;
font-family
:
SimSun
;
font-family
:
SimSun
,
sans-serif
;
font-size
:
12px
;
color
:
#ED664B
;
}
...
...
develop/@gms/gms-plugin-billexpand/src/formula/GetMDValue.js
View file @
1ecbe7ea
...
...
@@ -13,7 +13,7 @@ export default {
&&
selectFileObject
.
FieldDataType
==
10
){
// 判断配置字段是否为关联基础数据类型
let
table_Obj
=
context
.
getTableType
(
table
);
let
_data
=
''
;
let
_data
=
{}
;
if
(
table_Obj
&&
table_Obj
.
type
==
"master"
){
//如果是主表字段
//获取字段对应值
_data
=
context
.
getMasterData
().
getValue
(
_key
);
...
...
develop/@gms/gms-plugin-mainpage-feedback/src/views/gms-app.vue
View file @
1ecbe7ea
...
...
@@ -150,8 +150,7 @@ export default {
font-size
:
16px
;
font-weight
:
500
;
height
:
22px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
,
sans-serif
;
color
:
#0f0f0f
;
line-height
:
22px
;
margin-bottom
:
16px
;
...
...
@@ -168,7 +167,7 @@ export default {
width
:
45px
;
height
:
20px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
,
sans-serif
;
font-weight
:
400
;
color
:
#5369d8
;
line-height
:
20px
;
...
...
develop/@gms/gms-plugin-mainpage-feedback/src/views/messageItem.vue
View file @
1ecbe7ea
...
...
@@ -39,7 +39,7 @@ export default {
font-size
:
14px
;
font-weight
:
400
;
height
:
20px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
,
sans-serif
;
color
:
#0f0f0f
;
line-height
:
20px
;
overflow
:
hidden
;
...
...
develop/@gms/gms-plugin-mainpage-fileList/src/views/fileItem.vue
View file @
1ecbe7ea
...
...
@@ -91,7 +91,7 @@ export default {
font-size
:
14px
;
font-weight
:
400
;
height
:
20px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
,
sans-serif
;
color
:
#0f0f0f
;
line-height
:
20px
;
overflow
:
hidden
;
...
...
@@ -101,7 +101,7 @@ export default {
.file-createdtime
{
height
:
17px
;
font-size
:
12px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
,
sans-serif
;
font-weight
:
400
;
color
:
#7f7f7f
;
line-height
:
17px
;
...
...
develop/@gms/gms-plugin-mainpage-fileList/src/views/gms-app.vue
View file @
1ecbe7ea
...
...
@@ -81,8 +81,7 @@ export default {
font-size
:
16px
;
font-weight
:
500
;
height
:
22px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
,
sans-serif
;
color
:
#0f0f0f
;
line-height
:
22px
;
margin-bottom
:
16px
;
...
...
@@ -99,7 +98,7 @@ export default {
width
:
45px
;
height
:
20px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
,
sans-serif
;
font-weight
:
400
;
color
:
#5369d8
;
line-height
:
20px
;
...
...
develop/@gms/gms-plugin-mainpage-newsList/src/views/newsItem.vue
View file @
1ecbe7ea
...
...
@@ -81,7 +81,7 @@ export default {
.news-name
{
font-size
:
14px
;
font-weight
:
400
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
,
sans-serif
;
color
:
#0f0f0f
;
height
:
24px
;
line-height
:
24px
;
...
...
@@ -90,10 +90,9 @@ export default {
text-overflow
:
ellipsis
;
}
.news-createdtime
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
,
sans-serif
;
font-weight
:
400
;
color
:
#7f7f7f
;
line-height
:
17px
;
height
:
20px
;
font-size
:
12px
;
line-height
:
20px
;
...
...
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