This commit is contained in:
parent
c9b0b78d73
commit
60b7f72223
|
|
@ -151,18 +151,20 @@
|
||||||
<div style="text-indent: 2em">
|
<div style="text-indent: 2em">
|
||||||
因在
|
因在
|
||||||
<span style="font-weight: 800">
|
<span style="font-weight: 800">
|
||||||
{{ dialogForm.maTypeNames }}
|
{{ dialogForm.leaseProject }}
|
||||||
</span>
|
</span>
|
||||||
进行架线施工需要,现需领用以下工具器,详见附件一:
|
进行架线施工需要,现需领用以下工具器,详见附件一:
|
||||||
|
<!-- dialogForm.maTypeNames -->
|
||||||
|
<div>{{ dialogForm.maTypeNames }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 说明 -->
|
<!-- 说明 -->
|
||||||
<div style="padding-left: 10px; min-height: 200px">
|
<div style="padding-left: 10px; min-height: 200px">
|
||||||
<div>说明:</div>
|
<div>说明:</div>
|
||||||
<div>{{ '第一项目管理部(合肥肥东)' }}:</div>
|
<div>领料单位:{{ dialogForm.leaseUnit }}</div>
|
||||||
<div>项目部材料站站长联系人:{{ '徐青松' }} {{ '15234213324' }}</div>
|
<!-- <div>项目部材料站站长联系人:{{ '徐青松' }} {{ '15234213324' }}</div> -->
|
||||||
<div>项目部技术联系人:{{ '杨金勇' }} {{ '17832421245' }}</div>
|
<div>项目部技术联系人:{{ dialogForm.createBy }}:{{ dialogForm.phone }}</div>
|
||||||
<div>领取人员:{{ dialogForm.leaseUnit }} {{ dialogForm.leasePerson }}:{{ dialogForm.phone }}</div>
|
<div>领取人员:{{ dialogForm.leasePerson }}:{{ dialogForm.phone }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
@ -474,12 +476,12 @@ export default {
|
||||||
const res = await getLeaseTask(row.id)
|
const res = await getLeaseTask(row.id)
|
||||||
console.log('🚀 ~ getDialogContent ~ res:', res)
|
console.log('🚀 ~ getDialogContent ~ res:', res)
|
||||||
// 获取PDF
|
// 获取PDF
|
||||||
const PDFres = await getCodePDF(row.taskId)
|
// const PDFres = await getCodePDF(row.taskId)
|
||||||
console.log('🚀 ~ getDialogContent ~ res:', PDFres)
|
// console.log('🚀 ~ getDialogContent ~ res:', PDFres)
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
this.dialogForm = {
|
this.dialogForm = {
|
||||||
...res.data.leaseApplyInfo,
|
...res.data.leaseApplyInfo,
|
||||||
pdfUrl: PDFres.data.url
|
// pdfUrl: PDFres.data.url
|
||||||
}
|
}
|
||||||
this.dialogList = res.data.leaseApplyDetailsList
|
this.dialogList = res.data.leaseApplyDetailsList
|
||||||
loading.close()
|
loading.close()
|
||||||
|
|
|
||||||
|
|
@ -240,12 +240,12 @@ export default {
|
||||||
const res = await getLeaseTask(row.id)
|
const res = await getLeaseTask(row.id)
|
||||||
console.log('🚀 ~ getDialogContent ~ res:', res)
|
console.log('🚀 ~ getDialogContent ~ res:', res)
|
||||||
// 获取PDF
|
// 获取PDF
|
||||||
const PDFres = await getCodePDF(row.taskId)
|
// const PDFres = await getCodePDF(row.taskId)
|
||||||
console.log('🚀 ~ getDialogContent ~ res:', PDFres)
|
// console.log('🚀 ~ getDialogContent ~ res:', PDFres)
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
this.dialogForm = {
|
this.dialogForm = {
|
||||||
...res.data.leaseApplyInfo,
|
...res.data.leaseApplyInfo,
|
||||||
pdfUrl: PDFres.data.url
|
// pdfUrl: PDFres.data.url
|
||||||
}
|
}
|
||||||
this.dialogList = res.data.leaseApplyDetailsList
|
this.dialogList = res.data.leaseApplyDetailsList
|
||||||
loading.close()
|
loading.close()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue