| | |
| | | <el-button type="primary" class="top_div_button" size="small" @click="selectProductModelTable">查询</el-button> |
| | | <el-button class="top_div_button" size="small" @click="clean">重置</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button class="top_div_button" type="primary" size="small" icon="el-icon-folder-add" |
| | | <el-form-item style="margin-left: 25%;"> |
| | | <el-button class="top_div_button" type="primary" size="small" icon="el-icon-plus" |
| | | @click="centerDialogVisible = true">新增</el-button> |
| | | <el-button class="top_div_button" icon="el-icon-delete-solid" size="small" style="color: #00a5ff" |
| | | @click="deleteListClick">删除</el-button> |
| | |
| | | <el-form-item> |
| | | <span>项目分组:</span> |
| | | <el-autocomplete class="inline-input" v-model="form.father" :fetch-suggestions="querySearch2" |
| | | placeholder="请输入样品分组" style="width: calc(100% - 70px);"></el-autocomplete> |
| | | placeholder="请输入项目分组" style="width: calc(100% - 70px);"></el-autocomplete> |
| | | </el-form-item> |
| | | <el-row :gutter="24"> |
| | | <el-col :span="12"><el-form-item prop="name" required><span>项目名称:</span> |
| | |
| | | }); |
| | | }, |
| | | handleClose(done) { |
| | | this.$confirm("确认关闭?") |
| | | .then((_) => { |
| | | this.centerDialogVisible = false; |
| | | done(); |
| | | }) |
| | | .catch((_) => {}); |
| | | this.centerDialogVisible = false; |
| | | done(); |
| | | }, |
| | | selectProductModelTable() { |
| | | selectproductModelApi(this.params).then((res) => { |