Browse Source

修改采购表单

dev
long 2 years ago
parent
commit
9440c854fa
  1. 16
      src/views/activiti/form/ProcessUdgetPlan.vue
  2. 57
      src/views/activiti/form/ProcessUdgetPlanForm.vue
  3. 87
      src/views/activiti/todoManage.vue

16
src/views/activiti/form/ProcessUdgetPlan.vue

@ -3,7 +3,8 @@
<a-tabs style="text-align: center">
<a-tab-pane tab="流程正文" key="1" forceRender>
<process-udget-plan-form :dianshang="planType" :isNew="isNew" :processData="processData" :disabled="disabled" @planType="showType" @afterSubmit="afterSub" @close="close" :task="task" @passTask="passTask" @backTask="backTask" :hieg="hieg" @loadData="loadData"/>
<process-udget-plan-form :isNew="isNew" :processData="processData" :disabled="disabled" @afterSubmit="afterSub" @close="close" :task="task" @passTask="passTask" @backTask="backTask" :hieg="hieg" @loadData="loadData" :isPlanType="isPlanType"
:isSourceCapital="isSourceCapital"/>
</a-tab-pane>
<a-tab-pane tab="流程节点图" key="2" forceRender>
@ -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
}
}
},
}
</script>

57
src/views/activiti/form/ProcessUdgetPlanForm.vue

@ -129,15 +129,22 @@
</j-form-container>
<div class="div_process">
<a-form-item v-if="!disabled" :wrapperCol="{ span: 24 }" style="text-align: center">
<a-button type="primary" :disabled="disabled||btndisabled" @click="handleSubmit">保存</a-button>
<a-button style="margin-left: 8px" type="primary" :disabled="disabled||btndisabled" @click="applySubmit">提交申请
</a-button>
<a-button style="margin-left: 8px" :disabled="disabled" @click="close">取消</a-button>
</a-form-item>
<a-form-item v-if="task" :wrapperCol="{ span: 24 }" style="text-align: center">
<a-button type="primary" @click="passTask">通过</a-button>
<!-- <a-button type="primary" @click="ewrold">下载</a-button>-->
<div v-if="isGetOneAndLast">
<a-form-item v-if="!disabled" :wrapperCol="{ span: 24 }" style="text-align: center">
<a-button type="primary" :disabled="disabled||btndisabled" @click="handleSubmit">保存</a-button>
<a-button style="margin-left: 8px" type="primary" :disabled="disabled||btndisabled" @click="applySubmit">提交申请
</a-button>
<a-button style="margin-left: 8px" :disabled="disabled" @click="close">取消</a-button>
</a-form-item>
<a-form-item v-if="task" :wrapperCol="{ span: 24 }" style="text-align: center">
<a-button type="primary" @click="passTask">通过</a-button>
<!-- <a-button type="primary" @click="ewrold">下载</a-button>-->
<a-button style="margin-left: 8px" @click="backTask">驳回</a-button>
</a-form-item>
</div>
<a-form-item v-if="isPlanType" :wrapperCol="{ span: 24 }" style="text-align: center">
<a-button type="primary" @click="saveAndpassTask">保存并通过</a-button>
<!-- <a-button type="primary" @click="ewrold">下载</a-button>-->
<a-button style="margin-left: 8px" @click="backTask">驳回</a-button>
</a-form-item>
</div>
@ -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 => {

87
src/views/activiti/todoManage.vue

@ -149,7 +149,7 @@
<!--流程表单-->
<a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="80%" height="93%">
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent"
:processData="lcModa.processData" :isNew="lcModa.isNew"
:processData="lcModa.processData" :isNew="lcModa.isNew" :isPlanType="lcModa.isPlanType" :isSourceCapital="lcModa.isSourceCapital"
:task="true"
@passTask="()=>passTask(lcModa.processData)"
@backTask="()=>backTask(lcModa.processData)" :procInstId="lcModa.procInstId"
@ -286,7 +286,9 @@
disabled: false,
visible: false,
formComponent: null,
isNew: false
isNew: false,
isSourceCapital:false,
isPlanType: false
},
url: {
todoList: '/actTask/todoList',
@ -459,7 +461,7 @@
})
}
},
detail(r) {
async detail(r) {
if (!r.routeName) {
this.$message.warning(
'该流程信息未配置表单,请联系开发人员!'
@ -467,41 +469,52 @@
return
}
this.lcModa.disabled = 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
this.getAction('/hy/processMaterialsAllot/getOne', param).then(res => {
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) {

Loading…
Cancel
Save