This commit is contained in:
hayu 2025-09-17 21:54:24 +08:00
parent 5fd50410f3
commit 782589e2c8
2 changed files with 4 additions and 3 deletions

View File

@ -402,10 +402,10 @@
<h2 style="text-align: center">项目部授权委托书</h2>
<div style="text-indent: 2em">
滋有
<span style="text-decoration: underline">{{ authorizeData.leaseUnit }}</span>
<span style="text-decoration: underline">{{ authorizeData.projectDept }}</span>
授权委托:
<span v-for="(item, index) in authorizeData.detailsList" :key="index">
<span style="text-decoration: underline">{{ item.name }}</span>
<span style="text-decoration: underline">{{authorizeData.leaseUnit }}{{ item.name }}</span>
身份证号
<span style="text-decoration: underline">{{ item.idNumber }}</span>
@ -416,7 +416,7 @@
</div>
<div>特此委托证明</div>
<div>
<span>被授权人姓名</span>
<span>委托人姓名</span>
<span v-if="authorizeData.detailsList && authorizeData.detailsList.length > 0">
<img
v-if="authorizeData.detailsList[0].signName"

View File

@ -16,6 +16,7 @@
v-model="queryParams.proId"
placeholder="请选择退料工程"
clearable
filterable
:disabled="!routerParams.isAdd"
@change="handleProChange"
style="width: 240px"