diff --git a/src/components/jeecg/HDelivery.vue b/src/components/jeecg/HDelivery.vue index 6832838..384344e 100644 --- a/src/components/jeecg/HDelivery.vue +++ b/src/components/jeecg/HDelivery.vue @@ -114,9 +114,9 @@ this.showText = '' } else { this.showText = val - if (Array.isArray(JSON.parse(val))){ + /* if (Array.isArray(JSON.parse(val))){ this.showText=JSON.parse(val)[0] - } + }*/ this.showTextVal(); } } @@ -160,7 +160,7 @@ this.$refs.ProcessDelivery.show(this.showText); }else { if (this.disabled === false) { - this.$refs.ProcessDelivery.show(); + this.$refs.ProcessDelivery.show(null); } } }, diff --git a/src/components/jeecg/HPlan.vue b/src/components/jeecg/HPlan.vue index a812f7e..e639cac 100644 --- a/src/components/jeecg/HPlan.vue +++ b/src/components/jeecg/HPlan.vue @@ -115,13 +115,14 @@ value: { immediate: true, handler: function(val) { + console.log(val,'4444444444444444444') if (!val) { this.showText = '' } else { this.showText = val - if (Array.isArray(JSON.parse(val))){ + /*if (Array.isArray(JSON.parse(val))){ this.showText=JSON.parse(val)[0] - } + }*/ this.showTextVal() } } @@ -160,11 +161,10 @@ }, openModal() { if (this.showText){ - this.$refs.ProcessPlan.show(this.showText); }else { if (this.disabled === false) { - this.$refs.ProcessPlan.show(); + this.$refs.ProcessPlan.show(null); } } diff --git a/src/components/jeecg/modal/ProcessDelivery.vue b/src/components/jeecg/modal/ProcessDelivery.vue index 4d388c9..0717b83 100644 --- a/src/components/jeecg/modal/ProcessDelivery.vue +++ b/src/components/jeecg/modal/ProcessDelivery.vue @@ -300,7 +300,7 @@ this.loading = false }) this.selectedRowKeys = this.changeData - this.selectedMainId = this.changeData[0] + this.selectedMainId = this.changeData }, clickThenSelect(record) { return { @@ -390,15 +390,14 @@ //this.onClearSelected() }, show(val) { + this.visible = true if (val) { this.getFileData = true + let data = [] + data.push(val.ids[0]) + this.changeData = data + this.loadPlan(1) } - let data = [] - data.push(val) - console.log('这是什么数据', val) - this.changeData = data - this.visible = true - this.loadPlan(1) }, handleToggleSearch() { this.toggleSearchStatus = !this.toggleSearchStatus diff --git a/src/components/jeecg/modal/ProcessPlan.vue b/src/components/jeecg/modal/ProcessPlan.vue index 50e7738..b510768 100644 --- a/src/components/jeecg/modal/ProcessPlan.vue +++ b/src/components/jeecg/modal/ProcessPlan.vue @@ -425,15 +425,14 @@ //this.onClearSelected() }, show(val) { + this.visible = true if (val) { this.getFileData = true + let data = [] + data.push(val.ids[0]) + this.changeData = data + this.loadPlan(1) } - let data = [] - data.push(val) - console.log('这是什么数据', val) - this.changeData = data - this.visible = true - this.loadPlan(1) }, handleToggleSearch() { this.toggleSearchStatus = !this.toggleSearchStatus diff --git a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue index 1d8d18b..d550e64 100644 --- a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue +++ b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue @@ -34,7 +34,7 @@ @@ -467,6 +467,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep' formData.procDeTitle = this.processData.name formData.title = this.processData.description formData.targetLibrary = this.libraryAssociationIdInvisible + formData.processUdgetPlanId=this.processUdgetPlanIds if (!formData.tableName) formData.tableName = this.processData.businessTable var url = this.url.addWarehousingApply let method = 'post' @@ -607,7 +608,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep' ids.push(val[i].id); } } - this.processUdgetPlanIds=JSON.stringify(ids); + this.processUdgetPlanIds=ids.join(","); let params = {} params.ids = JSON.stringify(ids) this.requestSubTableData(this.url.list, params, this.processMaterialWarehousingListTable) diff --git a/src/views/activiti/form/ProcessSmaterialsScrapForm.vue b/src/views/activiti/form/ProcessSmaterialsScrapForm.vue index de3661e..65179b7 100644 --- a/src/views/activiti/form/ProcessSmaterialsScrapForm.vue +++ b/src/views/activiti/form/ProcessSmaterialsScrapForm.vue @@ -410,7 +410,8 @@ ids.push(val[i].id); } } - this.processOutflowIds=JSON.stringify(ids); + this.processOutflowIds=ids.join(","); + console.log(this.processOutflowIds,"传值-------------------------") let params = {} params.ids = JSON.stringify(ids) this.requestSubTableData(this.url.list, params, this.processSmaterialsScrapListTable) @@ -514,6 +515,7 @@ formData.procDefId = this.processData.id formData.procDeTitle = this.processData.name formData.title = this.processData.description + formData.processOutflowId=this.processOutflowIds; if (!formData.tableName) formData.tableName = this.processData.businessTable console.log('格式化后的数据', formData) var url = this.url.add diff --git a/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue b/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue index 06f1a0a..2b6a604 100644 --- a/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue +++ b/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue @@ -102,7 +102,14 @@ if(!this.mainId){ this.clearList() }else{ - this.queryParam['id'] = val + let newarr=[] + val.map(item=>{ + if(item){ + newarr.push(item) + } + }) + let valuse = JSON.stringify(newarr) + this.queryParam['ids'] = valuse this.loadData(1); } } @@ -185,7 +192,7 @@ }*/ ], url: { - list: "/hy/processMaterialsDelivery/queryProcessMaterialsDeliveryListByMainId", + list: "/hy/processMaterialsDelivery/queryProcessMaterialsDeliveryListByMainIds", delete: "/hy/processMaterialsDelivery/deleteProcessMaterialsDeliveryList", deleteBatch: "/hy/processMaterialsDelivery/deleteBatchProcessMaterialsDeliveryList", exportXlsUrl: "/hy/processMaterialsDelivery/exportProcessMaterialsDeliveryList", diff --git a/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue b/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue index a699d5d..5eb451e 100644 --- a/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue +++ b/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue @@ -106,8 +106,8 @@ newarr.push(item) } }) - let a = JSON.stringify(newarr) - this.queryParam['ids'] = a + let valuse = JSON.stringify(newarr) + this.queryParam['ids'] = valuse this.loadData(1); } }