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
b4d1a448
authored
Jul 08, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: 修正电子签署按钮状态逻辑,确保用户在正确状态下进行合同签署,提升用户体验
parent
02d40e05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/OrderTrack/goodsDetail.vue
src/views/OrderTrack/goodsDetail.vue
View file @
b4d1a448
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<!-- 电子签 -->
<!-- 电子签 -->
<template
v-if=
"scope.row.contract_type == 2"
>
<template
v-if=
"scope.row.contract_type == 2"
>
<!-- 签署状态为待签署+状态为有效 -->
<!-- 签署状态为待签署+状态为有效 -->
<el-button
type=
"primary"
@
click=
"showSignDialog(scope.row)"
v-if=
"scope.row.status == 1 && scope.row.sign_status ==
1
"
>
签署合同
</el-button>
<el-button
type=
"primary"
@
click=
"showSignDialog(scope.row)"
v-if=
"scope.row.status == 1 && scope.row.sign_status ==
2
"
>
签署合同
</el-button>
</
template
>
</
template
>
<!-- 人工签 -->
<!-- 人工签 -->
<
template
v-else
>
<
template
v-else
>
...
...
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