Commit 47ac4e3b authored by renjintao's avatar renjintao

technology

parent e4e38ecc
......@@ -6,7 +6,7 @@
<Header>
<h4 class="details_top tc">
<a class="back_href" @click="back"> <Icon type="ios-undo-outline" />返回工艺规程</a>
<div>工艺信息</div>
<div>工艺信息:{{info}}</div>
</h4>
<div class="details_body">
<Menu mode="horizontal" theme="light" active-name="1">
......@@ -31,6 +31,7 @@ export default {
showMenu:true,
treeHeight: '',
actNum:'1',
info:"aaaa",
}
},
created() {
......
......@@ -170,13 +170,6 @@ export default {
return {
disabled: false,
entity: {
creationTime: null,
creatorUserId: null,
lastModificationTime: null,
lastModifierUserId: null,
isDeleted: null,
deleterUserId: null,
deletionTime: null,
routingHeaderId: null,
routingDetailId: null,
routingStepId: null,
......
......@@ -259,9 +259,9 @@ export default {
this.showMenu = true;
},
// 详情页面
view() {
view(id) {
// this.$router.push("technology/details");
window.open("/technology/details","_blank")
window.open("/technology/details?id="+id,"_blank")
},
ok() {
this.$refs.grid.load();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment