| | |
| | | ></el-button> |
| | | </el-input> |
| | | </el-form-item> |
| | | <el-form-item label="微信通知组" prop="notifierGroupId"> |
| | | <!-- <el-form-item label="微信通知组" prop="notifierGroupId"> |
| | | <el-select |
| | | v-model="dataForm.notifierGroupId" |
| | | style="width:100%;" |
| | |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-form-item> --> |
| | | <el-form-item label="备注" prop="remark"> |
| | | <el-input |
| | | type="textarea" |
| | |
| | | |
| | | <script> |
| | | import { getObj, putObj } from '@/api/quality/exception' |
| | | import { fetchList } from '@/api/quality/wxnotice' |
| | | // import { fetchList } from '@/api/quality/wxnotice' |
| | | import workstationDialog from '@/views/common/workstation.vue' |
| | | import productoutDialog from '@/views/common/productout.vue' |
| | | import { getStore } from '../../../util/store' |
| | |
| | | this.$refs.dataForm.resetFields() |
| | | if (this.dataForm.id) { |
| | | getObj(this.dataForm.id).then((response) => { |
| | | console.log(response,"----"); |
| | | this.dataForm = response.data.data |
| | | this.fileList = response.data.data.urlList |
| | | }) |
| | |
| | | }, |
| | | getExceptionHandleType() { |
| | | remote('exception_handle_type').then((response) => { |
| | | console.log(response,"111111"); |
| | | if (response.data.code === 0) { |
| | | this.exceptionHandleTypeOptions = response.data.data |
| | | } else { |
| | |
| | | }) |
| | | }, |
| | | selectUser(param) { |
| | | console.log(param,"----===-="); |
| | | if (param) { |
| | | this.dataForm.processUser = param.userId |
| | | this.dataForm.processUserName = param.username |