Browse Source

修改表单按钮展示

dev
long 2 years ago
parent
commit
89a51f5f25
  1. 5
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue
  2. 2
      src/views/activiti/form/ProcessUdgetPlanForm.vue

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

@ -196,6 +196,7 @@
processUdgetPlanId: '',
processUdgetPlanIds: '',
isTargetLibrary: false,
isGetOneAndLast:false,
refKeys: ['processMaterialWarehousingList'],
tableKeys: ['processMaterialWarehousingList'],
activeKey: 'processMaterialWarehousingList',
@ -408,7 +409,9 @@
created() {
//data
this.showFlowData()
if (!this.isPlanType){
this.isGetOneAndLast=true;
}
let company = sessionStorage.getItem('PARENT_ID')
let puwwcid = sessionStorage.getItem('PUWWC_Id')
let userInfo = sessionStorage.getItem('USER_INFORMATION')

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

@ -598,8 +598,6 @@
//this.showFlowData()
if (!this.isPlanType){
this.isGetOneAndLast=true;
}else {
this.hiegs=false;
}
this.getAllTable()

Loading…
Cancel
Save