Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
8dadfcd6
Commit
8dadfcd6
authored
Dec 07, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bzzxwd,调整echart,修改错别显示
parent
788bf776
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
operationDcManagement.js
src/api/basicData/operationDcManagement.js
+1
-1
index.vue
src/views/basicData/operationDcManagement/index.vue
+9
-6
index.vue
src/views/dangerManagement/yhtj/index.vue
+2
-2
No files found.
src/api/basicData/operationDcManagement.js
View file @
8dadfcd6
...
@@ -66,7 +66,7 @@ export function doDeleteDtl(query) {
...
@@ -66,7 +66,7 @@ export function doDeleteDtl(query) {
/* 树节点查询 */
/* 树节点查询 */
export
function
doQuerytree
(
query
)
{
export
function
doQuerytree
(
query
)
{
return
request
({
return
request
({
url
:
'/aqgl/jcsj/
aq
wd/query/tree'
,
url
:
'/aqgl/jcsj/
bzzy
wd/query/tree'
,
method
:
'post'
,
method
:
'post'
,
data
:
query
||
{}
data
:
query
||
{}
})
})
...
...
src/views/basicData/operationDcManagement/index.vue
View file @
8dadfcd6
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
<img
v-if=
"['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1"
:src=
"url"
width=
"100%"
height=
"100%"
border=
"0"
>
</div>
</div>
</el-dialog>
</el-dialog>
<div
id=
'
aq
wdfileAdd'
style=
"display: none;"
>
<div
id=
'
bzzy
wdfileAdd'
style=
"display: none;"
>
<input
@
change=
'beginUpload'
id=
'aqglfilesonadd'
ref=
"upload"
type=
"file"
style=
"display: none;"
>
<input
@
change=
'beginUpload'
id=
'aqglfilesonadd'
ref=
"upload"
type=
"file"
style=
"display: none;"
>
</div>
</div>
<div
class=
"min_full"
style=
"width: 200px;border-right: 0px;"
>
<div
class=
"min_full"
style=
"width: 200px;border-right: 0px;"
>
...
@@ -128,6 +128,9 @@
...
@@ -128,6 +128,9 @@
mlid
:
''
,
mlid
:
''
,
title
:
''
,
title
:
''
,
gsid
:
''
gsid
:
''
},
treeQueryParams
:{
},
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
...
@@ -161,7 +164,7 @@
...
@@ -161,7 +164,7 @@
this
.
$warning
(
'该文件不支持预览,请直接下载'
)
this
.
$warning
(
'该文件不支持预览,请直接下载'
)
return
return
}
}
autoAttachDownload
({},
'aqgl/jcsj/
aq
wd'
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
'aqgl/jcsj/
bzzy
wd'
,
row
.
fileId
).
then
(
res
=>
{
let
blob
=
new
Blob
([
res
],
{
let
blob
=
new
Blob
([
res
],
{
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
});
});
...
@@ -171,7 +174,7 @@
...
@@ -171,7 +174,7 @@
},
},
creatFile
(){
creatFile
(){
/* 清除老节点 */
/* 清除老节点 */
$
(
'#
aq
wdfileAdd'
).
find
(
'input'
).
remove
()
$
(
'#
bzzy
wdfileAdd'
).
find
(
'input'
).
remove
()
let
lineEl
=
document
.
createElement
(
'input'
);
let
lineEl
=
document
.
createElement
(
'input'
);
let
$lineEl
=
$
(
lineEl
)
let
$lineEl
=
$
(
lineEl
)
$lineEl
.
attr
(
'type'
,
'file'
)
$lineEl
.
attr
(
'type'
,
'file'
)
...
@@ -183,7 +186,7 @@
...
@@ -183,7 +186,7 @@
this
.
beginUpload
()
this
.
beginUpload
()
})
})
// $lineEl
// $lineEl
$
(
'#
aq
wdfileAdd'
).
append
(
$lineEl
)
$
(
'#
bzzy
wdfileAdd'
).
append
(
$lineEl
)
},
},
beginUpload
(){
beginUpload
(){
this
.
isupLoad
=
true
this
.
isupLoad
=
true
...
@@ -216,7 +219,7 @@
...
@@ -216,7 +219,7 @@
}
}
formData
.
append
(
'groupid'
,
this
.
queryParams
.
mlid
)
formData
.
append
(
'groupid'
,
this
.
queryParams
.
mlid
)
this
.
creatFile
()
this
.
creatFile
()
uploadAttachDownload
(
formData
,
'aqgl/jcsj/
aq
wd'
).
then
(
res
=>
{
uploadAttachDownload
(
formData
,
'aqgl/jcsj/
bzzy
wd'
).
then
(
res
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
$success
(
'添加成功'
)
this
.
$success
(
'添加成功'
)
this
.
isupLoad
=
false
this
.
isupLoad
=
false
...
@@ -257,7 +260,7 @@
...
@@ -257,7 +260,7 @@
},
},
downLoad
(
row
){
downLoad
(
row
){
let
title
=
row
.
fileName
let
title
=
row
.
fileName
autoAttachDownload
({},
'aqgl/jcsj/
aq
wd'
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
'aqgl/jcsj/
bzzy
wd'
,
row
.
fileId
).
then
(
res
=>
{
this
.
down
(
res
,
row
.
type
,
title
)
this
.
down
(
res
,
row
.
type
,
title
)
})
})
...
...
src/views/dangerManagement/yhtj/index.vue
View file @
8dadfcd6
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</el-col>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
班组
:
</span>
<span
class=
"search-span"
>
岗位
:
</span>
<RelSelect
linkage
:linkParams=
"
{gsid:queryParams.gsid}" style="width: 100%;" src='/aqgl/jcsj/scgw/query' clearable :match="{value:'id',label:'name'}" v-model='queryParams.gwid' >
</RelSelect>
<RelSelect
linkage
:linkParams=
"
{gsid:queryParams.gsid}" style="width: 100%;" src='/aqgl/jcsj/scgw/query' clearable :match="{value:'id',label:'name'}" v-model='queryParams.gwid' >
</RelSelect>
<!--
<RelSelect
linkage
:linkParams=
"
{pid:queryParams.gsid}" style="width: 100%;" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect>
-->
<!--
<RelSelect
linkage
:linkParams=
"
{pid:queryParams.gsid}" style="width: 100%;" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' >
</RelSelect>
-->
</div>
</div>
...
@@ -160,7 +160,7 @@
...
@@ -160,7 +160,7 @@
data
:
fxdList
,
data
:
fxdList
,
axisLabel
:
{
axisLabel
:
{
interval
:
0
,
//代表显示所有x轴标签显示
interval
:
0
,
//代表显示所有x轴标签显示
rotate
:
4
5
,
//代表逆时针旋转45度
rotate
:
1
5
,
//代表逆时针旋转45度
}
}
},
},
yAxis
:
{
yAxis
:
{
...
...
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