diff --git a/src/pages/repairOrder/detail.vue b/src/pages/repairOrder/detail.vue index cf9b4f2..7441ea8 100644 --- a/src/pages/repairOrder/detail.vue +++ b/src/pages/repairOrder/detail.vue @@ -318,16 +318,16 @@ // APP维修工单接单、点击完成、验证 orderClick(type) { // 如果是接单 - if (this.data.status == 'PENDING') { - if (this.$store.state.user.dept.parentId != this.data.factoryAreaNumber) { - this.$modal.showToast('当前人员厂区与工单来源的厂区不一致') - return; - } - if (this.$store.state.user.dept.classType != this.data.type) { - this.$modal.showToast('当前人员班组与工单类型不一致') - return; - } - } + // if (this.data.status == 'PENDING') { + // if (this.$store.state.user.dept.parentId != this.data.factoryAreaNumber) { + // this.$modal.showToast('当前人员厂区与工单来源的厂区不一致') + // return; + // } + // if (this.$store.state.user.dept.classType != this.data.type) { + // this.$modal.showToast('当前人员班组与工单类型不一致') + // return; + // } + // } const data = {