Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
27c393b0
Commit
27c393b0
authored
May 07, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error info
parent
0e8e0797
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
219 additions
and
202 deletions
+219
-202
processview.vue
pages/technology/processview.vue
+219
-202
No files found.
pages/technology/processview.vue
View file @
27c393b0
...
...
@@ -11,12 +11,19 @@
</Spin>
</Col>
</Row>
<div
class=
"out"
v-show=
"!circleModal"
>
<Row
v-show=
"!circleModal&&!dataSatus"
>
<Col
span=
"24"
>
<div
class=
"out"
>
<Row
class=
"table_row"
style=
"width:100%"
>
<Button
class=
"fr"
v-if=
"isoutpdf"
type=
"primary"
@
click=
"$u.outPdf('.outP','工艺规程')"
>
导出pdf
</Button>
<Button
class=
"fr"
v-if=
"isoutpdf"
type=
"primary"
@
click=
"$u.outPdf('.outP','工艺规程')"
>
导出pdf
</Button>
</Row>
</div>
<div
class=
"outP"
v-show=
"!circleModal
"
>
<div
class=
"outP
"
>
<div
class=
"table_box part01"
style=
"min-height:400px"
>
<Row
class=
"table_row"
style=
"width:100%"
>
<Col
span=
"3"
>
...
...
@@ -216,6 +223,13 @@
</table>
</div>
</div>
</Col>
</Row>
<Row
style=
"height:300px"
v-show=
"!circleModal&&dataSatus"
>
<Col
span=
"24"
class=
"tc"
>
<div
style=
"margin-top:80px"
>
数据加载失败!
</div>
</Col>
</Row>
</div>
</template>
<
script
>
...
...
@@ -231,7 +245,8 @@ export default {
details
:
[],
qcards
:
[]
},
circleModal
:
true
circleModal
:
true
,
dataSatus
:
false
};
},
props
:
{
...
...
@@ -250,6 +265,7 @@ export default {
methods
:
{
load
(
v
)
{
this
.
circleModal
=
true
;
this
.
dataSatus
=
false
;
var
url
=
`
${
designUrl
}
/routingheader/getprocessinfo?headerid=`
+
v
;
service
.
get
(
`
${
url
}
`
)
...
...
@@ -272,6 +288,7 @@ export default {
})
.
catch
(
err
=>
{
this
.
circleModal
=
false
;
this
.
dataSatus
=
true
;
});
}
},
...
...
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