Browse Source

修改回显,以及申请提交按钮问题

dev
long 2 years ago
parent
commit
73d5c52835
  1. 5
      src/views/activiti/applyList.vue
  2. 14
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue

5
src/views/activiti/applyList.vue

@ -434,22 +434,27 @@
console.log(value);
},
apply(v) {
if (!v.procDefId || v.procDefId == "null") {
this.$message.error("流程定义为空");
return;
}
this.form.id = v.id;
this.form.procDefId = v.procDefId;
this.form.title = v.title;
//
this.getAction(this.url.getFirstNode,{procDefId:v.procDefId,tableId:v.tableId,tableName:v.tableName}).then(res => {
if (res.success) {
console.log(res.result,"898989898989898>")
if (res.result.type == 3 || res.result.type == 4) {
this.isGateway = true;
this.modalVisible = true;
this.form.firstGateway = true;
this.showAssign = false;
this.error = "";
this.applySubmit();
return;
}
this.form.firstGateway = false;

14
src/views/activiti/form/ProcessMaterialWarehousingForm.vue

@ -657,18 +657,6 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
})
},
getcallType(type) {
this.data.materialType = type.materialType
let fieldval = pick(this.data, 'materialType')
@ -688,7 +676,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
let param = {}
param.createBy = res.username
param.company = company
param.targetLibrary = invisibleCode == null ? '' : invisibleCode
param.targetLibrary =res.departIds
param.departId = res.departIds
param.createTime = getCurrentTime()
this.data = param

Loading…
Cancel
Save