| | |
| | | standardMethod, |
| | | StandardTemplate, |
| | | insOrder, |
| | | insOrderPlan |
| | | sampleOrder, |
| | | insOrderPlan |
| | | } |
| | | } |
| | | |
| | |
| | | getDeviceManager: "/user/getDeviceManager", //获取指派人员 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | | list: "/sampleOrder/list", //获取指派人员 |
| | | } |
| | | |
| | | const insOrderPlan = { |
| | | selectInsOrderPlanList: "/insOrderPlan/selectInsOrderPlanList", //查询检验任务 |
| | | claimInsOrderPlan: "/insOrderPlan/claimInsOrderPlan",//认领检验任务 |
| | |
| | | <el-form-item > |
| | | </el-form-item> |
| | | <el-form-item label="指派人员:"> |
| | | <el-select v-model="formData2.getUserMenu" placeholder="请选择" size="small" style="width:100%"> |
| | | <el-select v-model="formData2.id" placeholder="请选择" size="small" style="width:100%"> |
| | | <el-option v-for="item in personList" :key="item.value" :label="item.label" :value="item.value"> |
| | | </el-option> |
| | | </el-select> |
| | |
| | | formData: {}, |
| | | formData0:{}, |
| | | formData1:{}, |
| | | formData2:{}, |
| | | formData2:{ |
| | | id:'', |
| | | orderName:'', |
| | | data:'', |
| | | }, |
| | | // 人员列表 |
| | | personList: [], |
| | | labelPosition: 'right', |
| | |
| | | }, |
| | | ], |
| | | tabIndex: 0, |
| | | active: 1 |
| | | active: 0 |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | }, |
| | | methods: { |
| | | getAuthorizedPerson(){ |
| | | this.$axios.get(this.$api.deviceScope.selectDevicePrincipal).then(res => { |
| | | this.$axios.post(this.$api.deviceScope.selectDevicePrincipal).then(res => { |
| | | let data = [] |
| | | res.data.forEach(a=>{ |
| | | data.push({ |
| | |
| | | // 下发 |
| | | handleIssued(row) { |
| | | this.issuedDialogVisible = true; |
| | | this.issuedDialogVisible2 = true; |
| | | }, |
| | | submitForm2(){ |
| | | this.upLoad = true; |