Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
耿迪迪
gassafety
Commits
5bd418ce
Commit
5bd418ce
authored
Jul 23, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
detail
parent
66b6cd0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
detail.vue
gassafety-web/src/views/workOrder/basicsInfo/detail.vue
+3
-5
No files found.
gassafety-web/src/views/workOrder/basicsInfo/detail.vue
View file @
5bd418ce
...
@@ -60,11 +60,11 @@
...
@@ -60,11 +60,11 @@
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
<ul><li>
接单信息
</li></ul>
<ul><li>
接单信息
</li></ul>
</div>
</div>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"margin-left: 50px;"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"margin-left: 50px;
height: 30px;width: 100%;
"
>
<el-form-item
label=
"接单人:"
prop=
"actualInspectorName"
>
<el-form-item
label=
"接单人:"
prop=
"actualInspectorName"
style=
"float: left;width: 250px;"
>
<font>
{{form.actualInspectorName}}
</font>
<font>
{{form.actualInspectorName}}
</font>
</el-form-item>
</el-form-item>
<el-form-item
label=
"接单时间:"
prop=
"actualTime"
>
<el-form-item
label=
"接单时间:"
prop=
"actualTime"
style=
"float: left;"
>
<font>
{{form.actualTime}}
</font>
<font>
{{form.actualTime}}
</font>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
@@ -201,7 +201,6 @@ export default {
...
@@ -201,7 +201,6 @@ export default {
created
()
{
created
()
{
// 如果是跳转来的,则接受初始化参数
// 如果是跳转来的,则接受初始化参数
// this.user_id = this.$route.query.id; //详细信息页接收参数
// this.user_id = this.$route.query.id; //详细信息页接收参数
console
.
log
(
this
.
$route
.
query
.
orderId
,
"12234=========="
)
this
.
orderId
=
this
.
$route
.
query
.
orderId
;
this
.
orderId
=
this
.
$route
.
query
.
orderId
;
this
.
getList
();
this
.
getList
();
...
@@ -241,7 +240,6 @@ export default {
...
@@ -241,7 +240,6 @@ export default {
getBasicsInfo
(
this
.
orderId
).
then
(
response
=>
{
getBasicsInfo
(
this
.
orderId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
form
=
response
.
data
;
this
.
active
=
parseInt
(
response
.
data
.
orderStatus
)
+
1
;
this
.
active
=
parseInt
(
response
.
data
.
orderStatus
)
+
1
;
console
.
log
(
"response.data"
,
response
.
data
)
});
});
},
},
...
...
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