| | |
| | | <div class="search"> |
| | | <div :class="checkedType ? 'search-left-two' : 'search-left'"> |
| | | <el-input |
| | | placeholder="搜索产品名称,编码等关键词" |
| | | placeholder="请输入关键词" |
| | | v-model.trim="keyword" |
| | | maxlength="20" |
| | | @keyup.enter.native="updateSearchList(true)" |
| | |
| | | this.listData = []; |
| | | } |
| | | listParams = { |
| | | keyWord: this.keyword, |
| | | keyword: this.keyword, |
| | | page: this.page, |
| | | pageSize: this.pageSize, |
| | | types: this.types, |
| | | // types: this.types, |
| | | ...param, |
| | | }; |
| | | if (this.checkedType) { |
| | |
| | | :visible.sync="islook" |
| | | width="38rem" |
| | | @close="cancelMethod"> |
| | | <div slot="title" class="tac drawerHeader">{{ editRow.title }}人员</div> |
| | | <div slot="title" class="tac drawerHeader">{{ editRow.title }}</div> |
| | | <el-form label-position="right" label-width="120px" style="width: 100%;" :model="form" :rules="rules" ref="form" > |
| | | <el-form-item label="员工姓名" style="width: 100%;" |
| | | prop="name" > |