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> <p>审批通过:</p>
<div class="save"> <div class="save">
<div style="display: inline">[{{ this.list.tableInfo.tableName }}]已签署完成,</div> <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>
</div> </div>
@@ -296,29 +298,34 @@ export default {
}) })
this.$dict.load(this.dictList).then(() => { 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) => { this.$http
if (res.code == 0) { .post(`/app/approv-alapply-info/processinfo-id2?id=${this.objid}`)
if (res.data) { .then((res) => {
this.stepList = res.data if (res.code == 0) {
// this.getDetail() if (res.data) {
// console.log(this.stepList) this.stepList = res.data
// res.data.map((item) => { // this.getDetail()
// if (item.candidateFieldInfos) { // console.log(this.stepList)
// item.candidateFieldInfos.map((items) => { // res.data.map((item) => {
// console.log(items.fieldName) // if (item.candidateFieldInfos) {
// console.log(items.fieldValue) // item.candidateFieldInfos.map((items) => {
// }) // console.log(items.fieldName)
// } // console.log(items.fieldValue)
// }) // })
// }
// })
}
} }
} })
}) .finally(() => {
this.pageShow = true
})
}, },
change(i) { change(i) {