licp
2024-04-01 cc27667b09ca45de771c679bc72613351f69a1a6
修改交接接口
已修改1个文件
14 ■■■■■ 文件已修改
src/components/view/b1-inspect-order-plan.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-inspect-order-plan.vue
@@ -245,9 +245,9 @@
                            font: '复核',
                            type: 'text',
                            method: 'handleReview',
                            // disabFun: (row, index) => {
                            //     return row.userId == null || row.insState != 4
                            // }
                            disabFun: (row, index) => {
                                return row.userId == null || row.insState != 4
                            }
                        }, {
                            id: '',
                            font: '认领',
@@ -506,14 +506,10 @@
          this.$axios.post(this.$api.insOrderPlan.upPlanUser, {
            orderId:this.orderId,
            userId:this.connectPerson
          }, {
                    headers: {
                        'Content-Type': 'application/json'
                    }
                }).then(res => {
          }).then(res => {
                    if (res.code === 200 && res.data) {
            this.loading = false;
                        this.$message.success("交接成功")
                        this.$message.success("操作成功")
                        this.refreshTable()
                    }
          this.connectVisible = false