Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ea9cecac
authored
Jul 04, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: 优化合同详情印章信息展示,动态绑定签署用户信息,提升用户体验
parent
ee9eb200
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/OrderTrack/goodsDetail.vue
src/views/OrderTrack/goodsDetail.vue
View file @
ea9cecac
...
...
@@ -288,10 +288,10 @@
<td
style=
"position: relative;"
>
<span
class=
"label letter label-width"
>
合同专用章:
</span>
<span
class=
"value-text"
></span>
<div
class=
"seal"
v-if=
"signContractData.
pdfInfo
"
>
<p>
孔老大
</p>
<p>
18099999999
</p>
<p>
2025-07-04
</p>
<div
class=
"seal"
v-if=
"signContractData.
to_sign_user_info && signContractData.to_sign_user_info.name
"
>
<p>
{{ signContractData.to_sign_user_info.name }}
</p>
<p>
{{ signContractData.to_sign_user_info.phone }}
</p>
<p>
{{ signContractData.to_sign_user_info.sign_date }}
</p>
</div>
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment