From 51b04703adec864541d12eb0d1d8bd94a7fd6005 Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Fri, 17 Feb 2023 16:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=B6=E8=AF=95=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jeecg/PEditableTable.vue | 3 +-- .../plan/ProcessMaterialsPlanList.vue | 22 ++++++++++++++----- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/components/jeecg/PEditableTable.vue b/src/components/jeecg/PEditableTable.vue index 09c526d..29892bc 100644 --- a/src/components/jeecg/PEditableTable.vue +++ b/src/components/jeecg/PEditableTable.vue @@ -715,8 +715,7 @@ }, //查询类型 dragSortType: { - type: String, - + type: Number,String }, //归口部门 putUnder: { diff --git a/src/views/accessrecords/plan/ProcessMaterialsPlanList.vue b/src/views/accessrecords/plan/ProcessMaterialsPlanList.vue index 95f8c26..c3cec70 100644 --- a/src/views/accessrecords/plan/ProcessMaterialsPlanList.vue +++ b/src/views/accessrecords/plan/ProcessMaterialsPlanList.vue @@ -44,7 +44,7 @@ - + @@ -83,6 +83,7 @@ pictureId:'', procInstId:'', isIf:false, + isPlan: false, proMaterListId: this.$route.query.item, url:{ list:"", @@ -123,10 +124,21 @@ }, },*/ created(){ - console.log("进来没有",this.procInstId) - if (this.$route.query.sourceCapital==2){ - this.isIf=true; - } + console.log("进来没有",this.$route.query.sourceCapital) + this.getAction('/hy/processUdgetPlan/queryById', { + id: this.$route.query.item + }).then((res) => { + if (res.success) { + if (res.result.sourceCapital==2){ + this.isIf=true; + } + if (res.result.sourceCapital==1) { + this.isPlan=true; + } + } + }) + + // console.log(this.proMaterListId); // this.getPicture(); },