27675
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user