Commit 0ce89d5e authored by 仇晓婷's avatar 仇晓婷

工艺设置

parent 1696535d
......@@ -10,9 +10,14 @@
<Icon type="ios-arrow-forward" size="24" />
</a>
</div>
<Content :class="!showMenu?'con_bord':''">
<Content :class="!showMenu ? 'con_bord' : ''">
<div class="row-form">
<Input placeholder="请输入产品名称/工艺名称/工艺编号" v-model="value" v-width="300" clearable />
<Input
placeholder="请输入产品名称/工艺名称/工艺编号"
v-model="value"
v-width="300"
clearable
/>
<Button type="primary" @click="search">查询</Button>
</div>
<Table
......@@ -26,8 +31,10 @@
</Layout>
<FooterToolbar extra v-if="footerBar">
<div class="fr font_fff">
<Checkbox @on-change="handleSelectAll(single)" v-model="single">全选</Checkbox>
<span class="footerSpan">已选 {{selectCount}}</span>
<Checkbox @on-change="handleSelectAll(single)" v-model="single"
>全选</Checkbox
>
<span class="footerSpan">已选 {{ selectCount }}</span>
&nbsp;&nbsp;&nbsp;&nbsp;
<Button type="primary" @click="modalDispatch">设置工艺</Button>
<Button @click="canselFooter">取消</Button>
......@@ -186,8 +193,8 @@ export default {
getData() {
let conditions = [
{
conditionalType: "In",
fieldName: "productId",
conditionalType: "productId",
fieldName: "keys",
fieldValue: this.eid.curId,
},
];
......@@ -209,8 +216,8 @@ export default {
// this.$refs.grid.reload(where);
let conditions = [
{
conditionalType: "In",
fieldName: "productId",
conditionalType: "productId",
fieldName: "keys",
fieldValue: ids.join(","),
},
];
......
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