diff --git a/src/views/activiti/applyHome.vue b/src/views/activiti/applyHome.vue index deac2ac..70fe372 100644 --- a/src/views/activiti/applyHome.vue +++ b/src/views/activiti/applyHome.vue @@ -319,7 +319,7 @@ } this.processDataMap = _.groupBy(result,'categoryId'); // console.log("111111111111",this.categoryId) - // console.log("===================",this.processDataMap,"=====================") + console.log("this.processDataMap===================",this.processDataMap) // console.log("=======",this.processDataMap.wuzi) for (const categoryId in this.processDataMap) { diff --git a/src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue b/src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue index 054507b..5a653a2 100644 --- a/src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue +++ b/src/views/burst/form/purchase/ProcessIndustrialDeliveryForm.vue @@ -62,6 +62,7 @@ @descriptionFetch = "searchInformation" :actionButton="!task" :rowNumber="true" + :qeihuan = this.qeihuan :rowSelection="true" /> @@ -120,7 +121,7 @@ import pick from 'lodash.pick' accounting: undefined, //类型 materialNature : null, //资产类型 isabled : true, - qeihuan : true, //切换类型 + qeihuan : '' ,//切换类型 isGetOneAndLast: true, //提交按钮显示 btndisabled: false, labelCol: { diff --git a/src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue b/src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue index bccd1f1..cbee2af 100644 --- a/src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue +++ b/src/views/burst/form/purchase/ProcessIndustrialRestoreForm.vue @@ -53,6 +53,7 @@ :materialNature = materialNature :rowNumber="true" :rowSelection="true" + :qeihuan = this.qeihuan @valueChange ="onSelect" :actionButton="!task" @descriptionFetch = "searchInformation" @@ -117,7 +118,7 @@ import { httpAction } from '@api/manage' materialNature : null, //资产类型 accounting: undefined, //类型 isabled : true, - qeihuan : true, //切换类型 + qeihuan : '' , //切换类型 labelCol: { xs: { span: 24 }, sm: { span: 5 }, diff --git a/src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue b/src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue index bb74087..63817f9 100644 --- a/src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue +++ b/src/views/burst/form/purchase/ProcessIndustrialScrapsForm.vue @@ -55,6 +55,7 @@ @valueChange ="onSelect" :rowNumber="true" :rowSelection="true" + :qeihuan = this.qeihuan :actionButton="!task" @descriptionFetch = "searchInformation" /> @@ -116,7 +117,7 @@ export default { materialNature : null, //资产类型 accounting: undefined, //类型 isabled : true, - qeihuan : true, //切换类型 + qeihuan : '' ,//切换类型 labelCol: { xs: { span: 24 }, sm: { span: 5 } @@ -504,8 +505,8 @@ export default { if (res.success) { this.$message.success('提交申请成功!') //todo 将表单的数据传给父组件 - this.$emit('loadData') - this.close() + this.$emit('afterSubmit', formData) + // this.close() } else { this.$message.error(res.message) }