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

工艺设置

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