|
@@ -325,6 +325,7 @@ export default {
|
|
|
this.optList=[]
|
|
|
this.stepArr=[]
|
|
|
this.approvalEditData={
|
|
|
+ AffiliatedCompany:'',//所属公司
|
|
|
Use:'',//用印用途
|
|
|
Type:'',//加盖印章 类型
|
|
|
FileNum:'',//文件份数
|
|
@@ -394,6 +395,7 @@ export default {
|
|
|
optList:[],
|
|
|
stepArr:[],//审批流程数据
|
|
|
approvalEditData:{
|
|
|
+ AffiliatedCompany:'',//所属公司
|
|
|
Use:'',//用印用途
|
|
|
Type:'',//加盖印章 类型
|
|
|
FileNum:'',//文件份数
|
|
@@ -496,6 +498,7 @@ export default {
|
|
|
this.getSealOprationList(e.SealId)
|
|
|
const res=await sealInterence.getSealDetail({SealId:e.SealId})
|
|
|
if(res.Ret==200){
|
|
|
+ console.log(res.Data)
|
|
|
this.showDetail=true
|
|
|
this.detail=res.Data
|
|
|
this.approvalEditData.AffiliatedCompany=res.Data.SealDetail.AffiliatedCompany
|