| | |
| | | v-hasPermi="['plant:export']" |
| | | >导出</el-button> |
| | | </el-col> |
| | | <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> |
| | | <right-toolbar :search="false" |
| | | @refreshTable="getList" |
| | | ></right-toolbar> |
| | | </el-row> |
| | | |
| | | <HxlhTable |
| | |
| | | <el-input v-model="form.plantName" placeholder="请输入工厂名称" /> |
| | | </el-form-item> |
| | | <el-form-item label="工厂编码" prop="plantCode"> |
| | | <el-input v-model="form.plantCode" placeholder="请输入工厂编码" :disabled=disabled /> |
| | | <el-input v-model="form.plantCode" placeholder="请输入工厂编码" :disabled=disabled /> |
| | | </el-form-item> |
| | | <el-form-item label="启用状态" prop="status"> |
| | | <el-radio-group v-model="form.status"> |
| | |
| | | const ids = ref([]); |
| | | const single = ref(true); |
| | | const multiple = ref(true); |
| | | const total = ref(0); |
| | | const title = ref(""); |
| | | const disabled = ref(false); |
| | | const data = reactive({ |
| | |
| | | |
| | | /** 搜索按钮操作 */ |
| | | function handleQuery() { |
| | | page.value.current = 1; |
| | | queryParams.value.pageNum = 1; |
| | | getList(); |
| | | } |