diff --git a/src/views/activiti/form/ProcessUdgetPlan.vue b/src/views/activiti/form/ProcessUdgetPlan.vue index 79cfd99..a955a85 100644 --- a/src/views/activiti/form/ProcessUdgetPlan.vue +++ b/src/views/activiti/form/ProcessUdgetPlan.vue @@ -3,7 +3,8 @@ - + @@ -40,7 +41,6 @@ components: {ProcessUdgetPlanForm,historicPictrue, historicDetail}, data() { return { - planType:1, tabKey:2, noDisabled:true, onlineDisabled:true @@ -50,6 +50,10 @@ /*流程数据*/ isNew: {type: Boolean, default: false, required: false}, task: {type: Boolean, default: false, required: false}, + /*采购类型*/ + isPlanType: {type: Boolean, default: false, required: false}, + /*资金来源*/ + isSourceCapital:{type: Boolean, default: false, required: false}, processData:{ type:Object, default:()=>{return {}}, @@ -129,14 +133,6 @@ changeTables(val){ this.planType=Number(val); }, - showType(val){ - if (val==2){ - this.onlineDisabled=false - } - if (val==1){ - this.noDisabled=false - } - } }, } diff --git a/src/views/activiti/form/ProcessUdgetPlanForm.vue b/src/views/activiti/form/ProcessUdgetPlanForm.vue index ea0868f..1d9a93e 100644 --- a/src/views/activiti/form/ProcessUdgetPlanForm.vue +++ b/src/views/activiti/form/ProcessUdgetPlanForm.vue @@ -129,15 +129,22 @@
- - 保存 - 提交申请 - - 取消 - - - 通过 - +
+ + 保存 + 提交申请 + + 取消 + + + 通过 + + 驳回 + +
+ + 保存并通过 + 驳回
@@ -219,8 +226,7 @@ // columns, // editingKey: '', isabled: true, - isPlanType: false, - isSourceCapital: false, + isGetOneAndLast:false, bigId: [], opinion: '', bigIdRake: [], @@ -509,7 +515,6 @@ } }, isBu: undefined, - planType: '', isShifu:false } }, @@ -526,6 +531,10 @@ isNew: { type: Boolean, default: false, required: false }, /*是否处理流程*/ task: { type: Boolean, default: false, required: false }, + /*采购类型*/ + isPlanType: {type: Boolean, default: false, required: false}, + /*资金来源*/ + isSourceCapital:{type: Boolean, default: false, required: false}, //流程表单data formData: { type: Object, @@ -579,18 +588,12 @@ return false } }, - watch: { - dianshang: { - immediate: true, - handler: function(val) { - this.planType = val - console.log("this.planType---",this.planType) - } - } - }, created() { //如果是流程中表单,则需要加载流程表单data //this.showFlowData() + if (!this.isPlanType){ + this.isGetOneAndLast=true; + } this.getAllTable() let company = sessionStorage.getItem('PARENT_ID') @@ -605,7 +608,7 @@ }, mounted() { - // console.log( this.$refs.processUdgetPlanMaterial); + // console.log( isPlanType); // this.form.setFieldsValue("materialGroup",123123); }, methods: { @@ -1078,8 +1081,6 @@ id: r.tableId }).then((res) => { if (res.success) { - console.log("res.result.planType--",res.result.planType) - this.$emit('planType',res.result.planType) this.planType = res.result.planType let formData = res.result formData.tableName = r.tableName @@ -1164,7 +1165,7 @@ formData.procDefId = this.processData.id formData.procDeTitle = this.processData.name formData.title = this.processData.description - formData.planType=this.planType; + //formData.sourceCapital console.log("this.planType++",this.planType) if (!formData.tableName) formData.tableName = this.processData.businessTable var url = this.url.addFromTableApply @@ -1219,7 +1220,7 @@ } console.log(this.data, '数据回显') - let fieldval = pick(this.data, 'id','planType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'processPlan', 'needTime','sort', 'orderNumber', 'fileId', 'opinion') + let fieldval = pick(this.data, 'id','planType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'processPlan', 'needTime','sort', 'orderNumber', 'fileId', 'opinion','sourceCapital') this.$nextTick(() => { this.form.setFieldsValue(fieldval) }) @@ -1322,6 +1323,10 @@ this.form.setFieldsValue(fieldval) }) }, + saveAndpassTask(){ + this.handleSubmit(); + this.passTask(); + }, // handler handleSubmit(e) { this.getAllTable().then(tables => { diff --git a/src/views/activiti/todoManage.vue b/src/views/activiti/todoManage.vue index 9198720..5e60569 100644 --- a/src/views/activiti/todoManage.vue +++ b/src/views/activiti/todoManage.vue @@ -149,7 +149,7 @@ { - console.log('res>>>>>>>>>>>>>>>>>>', res) - if (res.success) { - if (res.result) { - this.lcModa.disabled = false - } - } - }) - // this.getAction('/activiti_process/getNextNode', param).then(res => { - // console.log('res>>>>>>>>>>>>>>>>>>', res) - // if (res.success) { - // if (res.result) { - // this.lcModa.disabled = false - // } - // } - // }) - } - this.lcModa.title = '查看流程业务信息:' + r.processName - this.lcModa.formComponent = this.getFormComponent(r.routeName).component - this.lcModa.processData = r - this.lcModa.isNew = false - this.lcModa.task = true - this.lcModa.procInstId = r.procInstId - this.lcModa.visible = true + + + + //获取是不是第一个审核人和最后一个审核人(第一个审核人和最后一个审核人需要对表单进行操作) + if (r.processName === '预算计划采购流程') { + let userInfo = sessionStorage.getItem('USER_INFORMATION') + let res = JSON.parse(userInfo) + let param = {} + param.id = r.procDefId + param.tableName = r.tableName + param.tableId = r.tableId + param.username = res.username + let res2 =await this.getAction('/hy/processMaterialsAllot/getOne', param) + console.log('res>>>>>>>>>>>>>>>>>>', res2) + if (res2.success) { + if (res2.result) { + /* if (param.username==res2.result.relateId) {*/ + console.log("/////////**************>") + this.lcModa.isPlanType = true; + this.lcModa.isSourceCapital = true; + this.lcModa.disabled = false; + // } + } + } + let res1=await this.getAction('/hy/processMaterialsAllot/getLast', param) + console.log('res>>>>>>>>>>>>>>fdsafdsaf>>>>', res1) + if (res1.success) { + if (res1.result) { + if (param.username==res1.result.relateId){ + this.lcModa.isPlanType = true; + this.lcModa.isSourceCapital = true; + this.lcModa.disabled = false; + } + } + } + } + this.lcModa.title = '查看流程业务信息:' + r.processName + this.lcModa.formComponent = this.getFormComponent(r.routeName).component + this.lcModa.processData = r + this.lcModa.isNew = false + this.lcModa.task = true + this.lcModa.procInstId = r.procInstId + this.lcModa.visible = true }, passTask(v) { + console.log(v.procInstId,"33333333333333333") this.modalTaskTitle = '审批通过' this.form.id = v.id this.form.procInstId = v.procInstId @@ -509,7 +522,7 @@ this.form.type = 0 this.modalTaskVisible = true this.userLoading = true - this.getAction(this.url.getNextNode, { procDefId: v.procDefId, currActId: v.key }).then(res => { + this.getAction(this.url.getNextNode, { procDefId: v.procDefId, currActId: v.key ,procInstId:v.procInstId}).then(res => { this.userLoading = false if (res.success) { if (res.result.type == 4) {