Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zh-baseversion-project
Project
Project
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
王浩
zh-baseversion-project
Commits
ad8cad1a
Commit
ad8cad1a
authored
May 08, 2026
by
zhangjianqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
9149e3c8
555e286b
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
102 additions
and
102 deletions
+102
-102
THiddenTroubleInfoServiceImpl.java
...ng/system/service/impl/THiddenTroubleInfoServiceImpl.java
+1
-0
TStaEnterpriseInforServiceImpl.java
...g/system/service/impl/TStaEnterpriseInforServiceImpl.java
+3
-0
TInsSpotRecInforMapper.xml
...c/main/resources/mapper/system/TInsSpotRecInforMapper.xml
+1
-0
TStaEnterpriseInforMapper.xml
...ain/resources/mapper/system/TStaEnterpriseInforMapper.xml
+1
-0
TTrainManageMapper.xml
...m/src/main/resources/mapper/system/TTrainManageMapper.xml
+1
-0
index.vue
...eversion-web/src/views/lpgRegulation/liqgasuser/index.vue
+85
-85
index.vue
zh-baseversion-web/src/views/space/archive/index.vue
+8
-15
index.vue
...web/src/views/statistic/hiddenStatisticAnalysis/index.vue
+2
-2
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/service/impl/THiddenTroubleInfoServiceImpl.java
View file @
ad8cad1a
...
...
@@ -164,6 +164,7 @@ public class THiddenTroubleInfoServiceImpl implements ITHiddenTroubleInfoService
tHiddenDangerStandingBook
.
setBeyondEnterpriseId
(
hiddenTroubleInfo
.
getBeyondEnterpriseId
());
tHiddenDangerStandingBook
.
setCreateTime
(
new
Date
());
tHiddenDangerStandingBook
.
setHiddenTroubleType
(
hiddenTroubleInfo
.
getHiddenTroubleType
());
tHiddenDangerStandingBook
.
setDealPlanUrl
(
hiddenTroubleInfo
.
getDealUrl
());
tHiddenDangerStandingBookMapper
.
insertTHiddenDangerStandingBook
(
tHiddenDangerStandingBook
);
return
tHiddenTroubleInfoMapper
.
updateTHiddenTroubleInfo
(
tHiddenTroubleInfo
);
}
...
...
zh-baseversion-system/src/main/java/com/zehong/system/service/impl/TStaEnterpriseInforServiceImpl.java
View file @
ad8cad1a
package
com
.
zehong
.
system
.
service
.
impl
;
import
java.util.List
;
import
com.zehong.common.utils.DateUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
com.zehong.system.mapper.TStaEnterpriseInforMapper
;
...
...
@@ -52,6 +54,7 @@ public class TStaEnterpriseInforServiceImpl implements ITStaEnterpriseInforServi
@Override
public
int
insertTStaEnterpriseInfor
(
TStaEnterpriseInfor
tStaEnterpriseInfor
)
{
tStaEnterpriseInfor
.
setfCreateTime
(
DateUtils
.
getNowDate
());
return
tStaEnterpriseInforMapper
.
insertTStaEnterpriseInfor
(
tStaEnterpriseInfor
);
}
...
...
zh-baseversion-system/src/main/resources/mapper/system/TInsSpotRecInforMapper.xml
View file @
ad8cad1a
...
...
@@ -44,6 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"fMethod != null and fMethod != ''"
>
and spot.f_method = #{fMethod}
</if>
<if
test=
"govUploadState != null and govUploadState != ''"
>
and spot.f_gov_upload_state = #{govUploadState}
</if>
</where>
order by spot.f_ins_spot_rec_infor_id desc
</select>
<select
id=
"selectTInsSpotRecInforById"
parameterType=
"Long"
resultMap=
"TInsSpotRecInforResult"
>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TStaEnterpriseInforMapper.xml
View file @
ad8cad1a
...
...
@@ -74,6 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"isReport != null "
>
and is_report = #{isReport}
</if>
<if
test=
"fYear != null "
>
and f_year = #{fYear}
</if>
</where>
order by f_create_time desc
</select>
<select
id=
"selectTStaEnterpriseInforById"
parameterType=
"Long"
resultMap=
"TStaEnterpriseInforResult"
>
...
...
zh-baseversion-system/src/main/resources/mapper/system/TTrainManageMapper.xml
View file @
ad8cad1a
...
...
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"publishTime != null "
>
and publish_time = #{publishTime}
</if>
<if
test=
"isDel != null and isDel != ''"
>
and is_del = #{isDel}
</if>
</where>
order by create_time desc
</select>
<select
id=
"selectTTrainManageById"
parameterType=
"Long"
resultMap=
"TTrainManageResult"
>
...
...
zh-baseversion-web/src/views/lpgRegulation/liqgasuser/index.vue
View file @
ad8cad1a
...
...
@@ -283,22 +283,22 @@
<el-row>
<el-col
:span=
"11"
>
<el-form-item
label=
"设备名称"
prop=
"
fD
eviceName"
>
<el-input
v-model=
"formDetailInfo.
fD
eviceName"
placeholder=
"请输入设备名称"
autocomplete=
"off"
></el-input>
<el-form-item
label=
"设备名称"
prop=
"
d
eviceName"
>
<el-input
v-model=
"formDetailInfo.
d
eviceName"
placeholder=
"请输入设备名称"
autocomplete=
"off"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"11"
>
<el-form-item
label=
"设备型号"
prop=
"
fD
eviceModel"
>
<el-input
v-model=
"formDetailInfo.
fD
eviceModel"
placeholder=
"请输入设备型号"
/>
<el-form-item
label=
"设备型号"
prop=
"
d
eviceModel"
>
<el-input
v-model=
"formDetailInfo.
d
eviceModel"
placeholder=
"请输入设备型号"
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"11"
>
<el-form-item
label=
"设备类型"
prop=
"
fR
elationDeviceType"
>
<el-input
v-model=
"formDetailInfo.
fRelationDeviceType"
placeholder=
"请输入设备类型"
>
<el-form-item
label=
"设备类型"
prop=
"
r
elationDeviceType"
>
<el-input
v-model=
"formDetailInfo.
relationDeviceType"
placeholder=
"请输入设备类型"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -312,9 +312,9 @@
<el-row>
<el-col
:span=
"11"
>
<el-form-item
label=
"设备安装时间"
prop=
"
fDeviceInstallTime"
>
<el-form-item
label=
"设备安装时间"
prop=
"
deviceInstallTime"
>
<el-date-picker
clearable
size=
"small"
v-model=
"formDetailInfo.
fD
eviceInstallTime"
v-model=
"formDetailInfo.
d
eviceInstallTime"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
"选择安装时间"
>
...
...
@@ -323,31 +323,31 @@
</el-col>
<el-col
:span=
"11"
>
<el-form-item
label=
"安装位置"
prop=
"
fD
eviceInstallPosition"
>
<el-input
v-model=
"formDetailInfo.
fD
eviceInstallPosition"
placeholder=
"请输入安装位置"
/>
<el-form-item
label=
"安装位置"
prop=
"
d
eviceInstallPosition"
>
<el-input
v-model=
"formDetailInfo.
d
eviceInstallPosition"
placeholder=
"请输入安装位置"
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"11"
>
<el-form-item
label=
"负责人"
prop=
"
fH
ead"
>
<el-input
v-model=
"formDetailInfo.
fHead"
placeholder=
"请输入负责人"
>
<el-form-item
label=
"负责人"
prop=
"
h
ead"
>
<el-input
v-model=
"formDetailInfo.
head"
placeholder=
"请输入负责人"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"11"
>
<el-form-item
label=
"联系电话"
prop=
"
fP
hone"
>
<el-input
v-model=
"formDetailInfo.
fP
hone"
placeholder=
"请输入联系电话"
/>
<el-form-item
label=
"联系电话"
prop=
"
p
hone"
>
<el-input
v-model=
"formDetailInfo.
p
hone"
placeholder=
"请输入联系电话"
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"22"
>
<el-form-item
label=
"探测介质"
prop=
"
fD
etectionMedium"
>
<el-input
v-model=
"formDetailInfo.
fD
etectionMedium"
placeholder=
"请输入探测介质"
/>
<el-form-item
label=
"探测介质"
prop=
"
d
etectionMedium"
>
<el-input
v-model=
"formDetailInfo.
d
etectionMedium"
placeholder=
"请输入探测介质"
/>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -775,7 +775,7 @@ export default {
/**关联设备已经选中数据删除方法*/
deleteDataListilInfo
(
row
,
index
){
const
deviceIds
=
row
.
f
SafetyDeviceId
;
const
deviceIds
=
row
.
gasUser
SafetyDeviceId
;
//判断form表单是否有id来验证是修改的删除还是添加的删除
if
(
this
.
form
.
userId
!=
null
)
{
deleteSafetyDeviceInfo
(
deviceIds
).
then
(
response
=>
{
...
...
zh-baseversion-web/src/views/space/archive/index.vue
View file @
ad8cad1a
...
...
@@ -75,7 +75,7 @@
@
click=
"handleDelete"
>
删除
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<!--
<el-col
:span=
"1.5"
>
<el-button
type=
"warning"
plain
...
...
@@ -84,7 +84,7 @@
:loading=
"exportLoading"
@
click=
"handleExport"
>
导出
</el-button>
</el-col>
</el-col>
-->
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
...
...
@@ -697,23 +697,16 @@ export default {
this
.
$refs
[
"form"
].
validate
(
valid
=>
{
if
(
valid
)
{
if
(
this
.
form
.
id
!=
null
)
{
updateSpace
(
this
.
form
).
then
(
response
=>
{
this
.
msgSuccess
(
"修改成功"
);
this
.
open
=
false
;
this
.
getList
();
}
);
if
(
this
.
datalist
!=
null
&&
this
.
datalist
.
length
>
0
)
{
this
.
form
.
relationDeviceType
=
'3'
;
var
tConfinedSpaceParam
=
{
tConfinedSpace
:
this
.
form
,
tDeviceInfoS
:
this
.
datalist
}
//重新绑定修改后的关联设备
updateDetailInfoLists
(
JSON
.
stringify
(
tConfinedSpaceParam
)).
then
(
response
=>
{
updateSpace
(
JSON
.
stringify
(
tConfinedSpaceParam
)).
then
(
response
=>
{
this
.
msgSuccess
(
"修改成功"
);
this
.
open
=
false
;
this
.
getList
();
}
);
}
}
else
{
if
(
valid
)
{
const
deviceIds
=
this
.
ids
;
...
...
zh-baseversion-web/src/views/statistic/hiddenStatisticAnalysis/index.vue
View file @
ad8cad1a
...
...
@@ -63,7 +63,7 @@
<span
class=
"dbtn"
@
click=
"checkFile(scope.row.dealPlanUrl)"
v-if=
"scope.row.dealPlan
!= ''
"
v-if=
"scope.row.dealPlan
Url != '' && scope.row.dealPlanUrl != null
"
>
<i
class=
"el-icon el-icon-view"
></i>
查看/下载
</span>
...
...
@@ -129,7 +129,7 @@
<el-row>
<el-col
:span=
"23"
>
<el-form-item
label=
"处理方案:"
>
<span
class=
"dbtn"
@
click=
"checkFile(detailForm.dealPlanUrl)"
v-if=
"detailForm.dealPlan
!= ''
"
>
<span
class=
"dbtn"
@
click=
"checkFile(detailForm.dealPlanUrl)"
v-if=
"detailForm.dealPlan
Url != '' && detailForm.dealPlanUrl != null
"
>
<i
class=
"el-icon el-icon-view"
></i>
查看/下载
</span>
<span
v-else
><el-input
disabled
/></span>
...
...
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