|
|
|
@ -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') |
|
|
|
|