Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kimber
ZiBoYingJI
Commits
3c22383d
Commit
3c22383d
authored
Aug 08, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://h.gemho.cn:7099/18963165066/ziboyingji
parents
cffce88f
9b3acd48
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
229 additions
and
97 deletions
+229
-97
enterprise.js
src/api/kd/enterprise.js
+7
-0
mine.js
src/api/kd/mine.js
+17
-1
index.vue
src/views/edoc/index.vue
+131
-87
index.vue
src/views/kd/c/enterprise/index.vue
+23
-2
data.vue
src/views/kd/e/iot/environment/data.vue
+2
-2
data.vue
src/views/kd/e/iot/groundPressure/data.vue
+2
-2
machine.vue
src/views/kd/e/iot/groundPressure/machine.vue
+1
-1
opencast.vue
src/views/kd/e/mine/opencast.vue
+23
-1
underground.vue
src/views/kd/e/mine/underground.vue
+23
-1
No files found.
src/api/kd/enterprise.js
View file @
3c22383d
import
request
from
'
@/utils/request
'
import
request
from
'
@/utils/request
'
export
default
{
export
default
{
deleteById
:
(
ids
)
=>
{
return
request
({
url
:
'
api/enterprise
'
,
method
:
'
delete
'
,
data
:
ids
})
},
// 审核状态
// 审核状态
auditStates
:
()
=>
{
auditStates
:
()
=>
{
return
[{
return
[{
...
...
src/api/kd/mine.js
View file @
3c22383d
...
@@ -191,6 +191,22 @@ export default {
...
@@ -191,6 +191,22 @@ export default {
method
:
'
get
'
,
method
:
'
get
'
,
params
:
mineSearchParam
params
:
mineSearchParam
})
})
}
},
deleteOpencastById
:
(
ids
)
=>
{
return
request
({
url
:
'
api/mine/opencast
'
,
method
:
'
delete
'
,
data
:
ids
})
},
deleteUndergroundById
:
(
ids
)
=>
{
return
request
({
url
:
'
api/mine/underground
'
,
method
:
'
delete
'
,
data
:
ids
})
},
}
}
src/views/edoc/index.vue
View file @
3c22383d
This diff is collapsed.
Click to expand it.
src/views/kd/c/enterprise/index.vue
View file @
3c22383d
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
</el-select>
-->
</el-select>
-->
<el-button
class=
"filter-item"
size=
"mini"
type=
"success"
icon=
"el-icon-search"
@
click=
"searchSubmit"
>
搜索
</el-button>
<el-button
class=
"filter-item"
size=
"mini"
type=
"success"
icon=
"el-icon-search"
@
click=
"searchSubmit"
>
搜索
</el-button>
<el-button
class=
"filter-item"
size=
"mini"
type=
"warning"
icon=
"el-icon-refresh-left"
@
click=
"searchParamReset"
>
重置
</el-button>
<el-button
class=
"filter-item"
size=
"mini"
type=
"warning"
icon=
"el-icon-refresh-left"
@
click=
"searchParamReset"
>
重置
</el-button>
<el-button
class=
"filter-item"
size=
"mini"
type=
"
warning"
icon=
"el-icon-refresh-left
"
@
click=
"add"
>
新增
</el-button>
<el-button
class=
"filter-item"
size=
"mini"
type=
"
primary"
icon=
"el-icon-plus
"
@
click=
"add"
>
新增
</el-button>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"按当前查询条件导出"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"按当前查询条件导出"
placement=
"top"
>
<el-button
:loading=
"exporting"
class=
"filter-item"
size=
"mini"
type=
"info"
plain
icon=
"el-icon-download"
@
click=
"exportSubmit"
>
导出
</el-button>
<el-button
:loading=
"exporting"
class=
"filter-item"
size=
"mini"
type=
"info"
plain
icon=
"el-icon-download"
@
click=
"exportSubmit"
>
导出
</el-button>
</el-tooltip>
</el-tooltip>
...
@@ -543,10 +543,11 @@
...
@@ -543,10 +543,11 @@
</span>
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
2
00px"
align=
"center"
fixed=
"right"
>
<el-table-column
label=
"操作"
width=
"
3
00px"
align=
"center"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
round
@
click=
"showEnterpriseInfo(scope.row.id)"
>
查看详情
</el-button>
<el-button
size=
"mini"
round
@
click=
"showEnterpriseInfo(scope.row.id)"
>
查看详情
</el-button>
<el-button
size=
"mini"
round
@
click=
"editEnterpriseInfo(scope.row)"
>
修改
</el-button>
<el-button
size=
"mini"
round
@
click=
"editEnterpriseInfo(scope.row)"
>
修改
</el-button>
<el-button
size=
"mini"
round
@
click=
"deleteEnterpriseInfo(scope.row)"
>
删除
</el-button>
<!--
<el-button
v-show=
"scope.row.auditState==1"
size=
"mini"
round
@
click=
"auditBtn(scope.row, 2)"
>
通过
</el-button>
<!--
<el-button
v-show=
"scope.row.auditState==1"
size=
"mini"
round
@
click=
"auditBtn(scope.row, 2)"
>
通过
</el-button>
<el-button
v-show=
"scope.row.auditState==1"
size=
"mini"
round
@
click=
"auditBtn(scope.row, 3)"
>
不通过
</el-button>
-->
<el-button
v-show=
"scope.row.auditState==1"
size=
"mini"
round
@
click=
"auditBtn(scope.row, 3)"
>
不通过
</el-button>
-->
...
@@ -916,6 +917,26 @@ export default {
...
@@ -916,6 +917,26 @@ export default {
dialog2Submit
()
{
dialog2Submit
()
{
this
.
doAudit
(
this
.
dialog2Data
)
this
.
doAudit
(
this
.
dialog2Data
)
},
},
deleteEnterpriseInfo
(
row
){
this
.
$confirm
(
"
确定要删除吗?
"
,
"
提示
"
,
{
confirmButtonText
:
"
确定
"
,
cancelButtonText
:
"
取消
"
,
type
:
"
warning
"
,
}).
then
(
()
=>
{
enterpriseApi
.
deleteById
([
row
.
id
]).
then
((
res
)
=>
{
this
.
$message
.
success
(
"
操作成功
"
);
this
.
searchSubmit
();
});
},
()
=>
{
this
.
$message
({
type
:
"
info
"
,
message
:
"
已取消删除
"
,
});
}
);
},
editEnterpriseInfo
(
row
){
editEnterpriseInfo
(
row
){
this
.
addCompanyShow
=
true
this
.
addCompanyShow
=
true
this
.
mainDataEditing
=
row
this
.
mainDataEditing
=
row
...
...
src/views/kd/e/iot/environment/data.vue
View file @
3c22383d
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<!--工具栏-->
<!--工具栏-->
<span
style=
"color: red;font-size: 10px;"
>
* 原型图菜单叫监控数据,但其他2处监控叫实时数据,此页面查询的也是最新的测点数据,为措辞统一,这里也叫实时数据了。
</span>
<
!--
<
span
style=
"color: red;font-size: 10px;"
>
* 原型图菜单叫监控数据,但其他2处监控叫实时数据,此页面查询的也是最新的测点数据,为措辞统一,这里也叫实时数据了。
</span>
<span
style=
"color: red;font-size: 10px;"
>
* 测点类型在新增时是填写的,在这里是选择的?在填过的内容里选择吗?等对接了硬件可能会更清楚这个类型是干什么用的。
</span>
<span
style=
"color: red;font-size: 10px;"
>
* 测点类型在新增时是填写的,在这里是选择的?在填过的内容里选择吗?等对接了硬件可能会更清楚这个类型是干什么用的。
</span>
-->
<div
class=
"head-container"
>
<div
class=
"head-container"
>
<div>
<div>
<el-input
clearable
size=
"small"
placeholder=
"测点名称"
style=
"width: 200px;"
class=
"filter-item"
/>
<el-input
clearable
size=
"small"
placeholder=
"测点名称"
style=
"width: 200px;"
class=
"filter-item"
/>
...
...
src/views/kd/e/iot/groundPressure/data.vue
View file @
3c22383d
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<!--工具栏-->
<!--工具栏-->
<
span
style=
"color: red;font-size: 10px;"
>
* 监测类型在新增时是填写的,在这里是选择的?在填过的内容里选择吗?等对接了硬件可能会更清楚这个类型是干什么用的。
</span
>
<
!--
<span
style=
"color: red;font-size: 10px;"
>
* 监测类型在新增时是填写的,在这里是选择的?在填过的内容里选择吗?等对接了硬件可能会更清楚这个类型是干什么用的。
</span>
--
>
<div
class=
"head-container"
>
<div
class=
"head-container"
>
<div>
<div>
<el-input
clearable
size=
"small"
placeholder=
"设备名称"
style=
"width: 200px;"
class=
"filter-item"
/>
<el-input
clearable
size=
"small"
placeholder=
"设备名称"
style=
"width: 200px;"
class=
"filter-item"
/>
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</div>
</div>
</div>
</div>
<!--表格-->
<!--表格-->
<
span
style=
"color: red;font-size: 10px;"
>
* 此处表格显示了监测类型,环境检测却不显示?
</span
>
<
!--
<span
style=
"color: red;font-size: 10px;"
>
* 此处表格显示了监测类型,环境检测却不显示?
</span>
--
>
<el-table
ref=
"table"
v-loading=
"searching"
:data=
"tableData"
row-key=
"id"
>
<el-table
ref=
"table"
v-loading=
"searching"
:data=
"tableData"
row-key=
"id"
>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"id"
label=
"编号"
width=
"100px"
align=
"center"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"id"
label=
"编号"
width=
"100px"
align=
"center"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"mineName"
label=
"设备名称"
align=
"center"
/>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"mineName"
label=
"设备名称"
align=
"center"
/>
...
...
src/views/kd/e/iot/groundPressure/machine.vue
View file @
3c22383d
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
/el-row
>
<
span
style
=
"
color: red; font-size: 11px;
"
>*
图纸点选
X
Y
?等确认如何操作时再做。
XY
现在是
String
。
<
/span
>
<
!--
<
span
style
=
"
color: red; font-size: 11px;
"
>*
图纸点选
X
Y
?等确认如何操作时再做。
XY
现在是
String
。
<
/span> --
>
<
/el-form
>
<
/el-form
>
<
div
v
-
show
=
"
dialog1Editing
"
slot
=
"
footer
"
class
=
"
dialog-footer
"
>
<
div
v
-
show
=
"
dialog1Editing
"
slot
=
"
footer
"
class
=
"
dialog-footer
"
>
<
el
-
button
type
=
"
text
"
@
click
=
"
dialog1Show=false
"
>
取消
<
/el-button
>
<
el
-
button
type
=
"
text
"
@
click
=
"
dialog1Show=false
"
>
取消
<
/el-button
>
...
...
src/views/kd/e/mine/opencast.vue
View file @
3c22383d
...
@@ -462,7 +462,9 @@
...
@@ -462,7 +462,9 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
round
@
click=
"beginLook(scope.row.id)"
>
查看
</el-button>
<el-button
size=
"mini"
round
@
click=
"beginLook(scope.row.id)"
>
查看
</el-button>
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginEdit(scope.row.id)"
>
编辑
</el-button>
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginEdit(scope.row.id)"
>
编辑
</el-button>
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginStopApply(scope.row.id)"
>
申请停产
</el-button>
<el-button
size=
"mini"
round
@
click=
"beginDelete(scope.row)"
>
删除
</el-button>
<!--
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginStopApply(scope.row.id)"
>
申请停产
</el-button>
-->
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -609,6 +611,26 @@ export default {
...
@@ -609,6 +611,26 @@ export default {
this
.
$refs
[
'
dialog1Form
'
].
clearValidate
()
this
.
$refs
[
'
dialog1Form
'
].
clearValidate
()
})
})
},
},
beginDelete
(
row
){
this
.
$confirm
(
"
确定要删除吗?
"
,
"
提示
"
,
{
confirmButtonText
:
"
确定
"
,
cancelButtonText
:
"
取消
"
,
type
:
"
warning
"
,
}).
then
(
()
=>
{
mineApi
.
deleteOpencastById
([
row
.
id
]).
then
((
res
)
=>
{
this
.
$message
.
success
(
"
操作成功
"
);
this
.
searchSubmit
();
});
},
()
=>
{
this
.
$message
({
type
:
"
info
"
,
message
:
"
已取消删除
"
,
});
}
);
},
beginEdit
(
id
)
{
beginEdit
(
id
)
{
this
.
beforeDialog1Open
()
this
.
beforeDialog1Open
()
this
.
editState
=
2
this
.
editState
=
2
...
...
src/views/kd/e/mine/underground.vue
View file @
3c22383d
...
@@ -418,7 +418,9 @@
...
@@ -418,7 +418,9 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
round
@
click=
"beginLook(scope.row.id)"
>
查看
</el-button>
<el-button
size=
"mini"
round
@
click=
"beginLook(scope.row.id)"
>
查看
</el-button>
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginEdit(scope.row.id)"
>
编辑
</el-button>
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginEdit(scope.row.id)"
>
编辑
</el-button>
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginStopApply(scope.row.id)"
>
申请停产
</el-button>
<el-button
size=
"mini"
round
@
click=
"beginDelete(scope.row)"
>
删除
</el-button>
<!--
<el-button
v-if=
"scope.row.hasEnable"
size=
"mini"
round
@
click=
"beginStopApply(scope.row.id)"
>
申请停产
</el-button>
-->
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -563,6 +565,26 @@ export default {
...
@@ -563,6 +565,26 @@ export default {
this
.
$refs
[
'
dialog1Form
'
].
clearValidate
()
this
.
$refs
[
'
dialog1Form
'
].
clearValidate
()
})
})
},
},
beginDelete
(
row
){
this
.
$confirm
(
"
确定要删除吗?
"
,
"
提示
"
,
{
confirmButtonText
:
"
确定
"
,
cancelButtonText
:
"
取消
"
,
type
:
"
warning
"
,
}).
then
(
()
=>
{
mineApi
.
deleteUndergroundById
([
row
.
id
]).
then
((
res
)
=>
{
this
.
$message
.
success
(
"
操作成功
"
);
this
.
searchSubmit
();
});
},
()
=>
{
this
.
$message
({
type
:
"
info
"
,
message
:
"
已取消删除
"
,
});
}
);
},
beginEdit
(
id
)
{
beginEdit
(
id
)
{
if
(
this
.
editState
===
1
)
{
if
(
this
.
editState
===
1
)
{
this
.
addingData
=
this
.
dialog1Data
this
.
addingData
=
this
.
dialog1Data
...
...
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