Commit 0f55ac5a authored by 周远喜's avatar 周远喜

ok

parent f2068c4b
......@@ -272,7 +272,7 @@ export default {
if (this.lazy == true) {
return;
}
if (this.userId > 0) {
if (this.userId > 0&& this.set) {
this.loadUserConfig();
} else {
this.easySearch();
......
......@@ -353,7 +353,7 @@ export default {
partTaskPk: this.row.part_task_pk,
opTaskPk: this.row.op_task_pk,
taskSeq: this.row.task_seq,
flog: 5, //参数应用范围
flog: 0, //参数应用范围
calId: -1,
planState: this.row.plan_method=="平行",
planMethod: this.row.plan_method, // 平行 重叠
......
......@@ -38,7 +38,7 @@
type="info"
v-if="showAi"
>
<a href="javascript:;">智能排产&nbsp;&nbsp;&nbsp;</a>
<a>智能排产&nbsp;&nbsp;&nbsp;</a>
</Badge>
<Badge
:count="this.$store.state.countAll"
......@@ -47,16 +47,17 @@
type="info"
v-if="showAll"
>
<a href="javascript:;" @click="goCemplate">整机排产&nbsp;&nbsp;&nbsp;</a>
<a @click="goCemplate">整机排产&nbsp;&nbsp;&nbsp;</a>
</Badge>
<Badge :count="this.$store.state.countRun" overflow-count="99" type="info" v-if="showRun">
<a href="javascript:;" @click="goStream">流水排产&nbsp;&nbsp;&nbsp;</a>
<a @click="goStream">流水排产&nbsp;&nbsp;&nbsp;</a>
</Badge>
</template>
<template slot="searchForm">
<Search />
</template>
<template slot="buttons"></template>
<template slot="buttons">
</template>
</DataGrid>
<FooterToolbar extra v-if="footerBar">
<Row>
......@@ -148,6 +149,8 @@ export default {
curId: 0,
columns: [
{
key:"selection",
title:'#',
type: "selection",
width: 70,
align: "center"
......@@ -562,7 +565,10 @@ export default {
name: "aps-stream"
});
},
add(){
this.addModal=true;
},
addOk() {
this.$refs.grid.load();
this.addModal = false;
......
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