Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
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
485129a4
Commit
485129a4
authored
Aug 09, 2024
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
所属企业 改为string
parent
576d3722
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
23 deletions
+23
-23
TSupMajorHazard.java
...c/main/java/com/zehong/system/domain/TSupMajorHazard.java
+3
-3
TVehicleInfo.java
.../src/main/java/com/zehong/system/domain/TVehicleInfo.java
+3
-3
index.vue
...rsion-web/src/views/majorpollsourcelevel/record/index.vue
+17
-17
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/domain/TSupMajorHazard.java
View file @
485129a4
...
...
@@ -48,16 +48,16 @@ public class TSupMajorHazard extends BaseEntity
@Excel
(
name
=
"分级情况"
)
private
String
fLevel
;
public
Lo
ng
getBeyondEnterpriseId
()
{
public
Stri
ng
getBeyondEnterpriseId
()
{
return
beyondEnterpriseId
;
}
public
void
setBeyondEnterpriseId
(
Lo
ng
beyondEnterpriseId
)
{
public
void
setBeyondEnterpriseId
(
Stri
ng
beyondEnterpriseId
)
{
this
.
beyondEnterpriseId
=
beyondEnterpriseId
;
}
/** 权属单位 */
private
Lo
ng
beyondEnterpriseId
;
private
Stri
ng
beyondEnterpriseId
;
/** 创建时间 */
private
Date
fCreateTime
;
...
...
zh-baseversion-system/src/main/java/com/zehong/system/domain/TVehicleInfo.java
View file @
485129a4
...
...
@@ -54,7 +54,7 @@ public class TVehicleInfo extends BaseEntity
/** 所属企业 */
@Excel
(
name
=
"所属企业"
)
private
int
beyondEnterpriseId
;
private
String
beyondEnterpriseId
;
/** 责任人 */
@Excel
(
name
=
"责任人"
)
...
...
@@ -265,11 +265,11 @@ public class TVehicleInfo extends BaseEntity
return
vehicleInspect
;
}
public
int
getBeyondEnterpriseId
()
{
public
String
getBeyondEnterpriseId
()
{
return
beyondEnterpriseId
;
}
public
void
setBeyondEnterpriseId
(
int
beyondEnterpriseId
)
{
public
void
setBeyondEnterpriseId
(
String
beyondEnterpriseId
)
{
this
.
beyondEnterpriseId
=
beyondEnterpriseId
;
}
...
...
zh-baseversion-web/src/views/majorpollsourcelevel/record/index.vue
View file @
485129a4
...
...
@@ -161,7 +161,7 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"所属单位"
prop=
"beyondEnterpriseId"
>
<el-select
v-model=
"form.beyondEnterpriseId"
placeholder=
"请选择所属单位名称"
style=
"width: 100%"
@
change=
"selectworkAssignEnterprose($event)"
>
<el-select
v-model=
"form.beyondEnterpriseId"
placeholder=
"请选择所属单位名称"
style=
"width: 100%"
>
<el-option
v-for=
"item in enterprises"
:key=
"item.enterpriseId"
...
...
@@ -420,15 +420,15 @@ export default {
this
.
form
.
longitude
=
res
[
0
];
this
.
form
.
latitude
=
res
[
1
];
},
getInspectionUserList
(
enterpriseId
){
getInspectionUsers
(
enterpriseId
,
"se"
).
then
(
response
=>
{
this
.
inspectors
=
response
.
data
;
})
},
selectworkAssignEnterprose
(
enterpriseId
){
this
.
getInspectionUserList
(
enterpriseId
);
},
//
getInspectionUserList(enterpriseId){
//
getInspectionUsers(enterpriseId,"se").then(response =>{
//
this.inspectors = response.data;
//
})
//
},
//
//
selectworkAssignEnterprose(enterpriseId){
//
this.getInspectionUserList(enterpriseId);
//
},
//所属单位
getEnterpriseLists
(){
const
param
=
{};
...
...
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