This commit is contained in:
花有清香月有阴
2022-02-28 16:34:45 +08:00
parent a317ac49c2
commit 9fa2f32516

View File

@@ -6,7 +6,9 @@
<p>审批通过:</p>
<div class="save">
<div style="display: inline">[{{ this.list.tableInfo.tableName }}]已签署完成,</div>
<AiImage preview :file="list.pdfFile" style="display: inline-block; margin-left: 4px"><span class="clicksave">点击查看和保存</span> </AiImage>
<AiImage preview :file="list.pdfFile" style="display: inline-block; margin-left: 4px">
<span class="clicksave" v-if="list.tableType == 2">点击查看和保存</span>
</AiImage>
</div>
</div>
@@ -296,29 +298,34 @@ export default {
})
this.$dict.load(this.dictList).then(() => {
this.pageShow = true
// this.pageShow = true
})
}
}
})
this.$http.post(`/app/approv-alapply-info/processinfo-id2?id=${this.objid}`).then((res) => {
if (res.code == 0) {
if (res.data) {
this.stepList = res.data
// this.getDetail()
// console.log(this.stepList)
// res.data.map((item) => {
// if (item.candidateFieldInfos) {
// item.candidateFieldInfos.map((items) => {
// console.log(items.fieldName)
// console.log(items.fieldValue)
// })
// }
// })
this.$http
.post(`/app/approv-alapply-info/processinfo-id2?id=${this.objid}`)
.then((res) => {
if (res.code == 0) {
if (res.data) {
this.stepList = res.data
// this.getDetail()
// console.log(this.stepList)
// res.data.map((item) => {
// if (item.candidateFieldInfos) {
// item.candidateFieldInfos.map((items) => {
// console.log(items.fieldName)
// console.log(items.fieldValue)
// })
// }
// })
}
}
}
})
})
.finally(() => {
this.pageShow = true
})
},
change(i) {