Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
3449bdab
Commit
3449bdab
authored
Dec 26, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 详情button展示优化
parent
02ed64de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
src/views/consign/consignDetail.vue
src/views/consign/consignDetail.vue
+18
-14
No files found.
src/views/consign/consignDetail.vue
View file @
3449bdab
...
@@ -7,13 +7,14 @@
...
@@ -7,13 +7,14 @@
type=
"text"
type=
"text"
style=
"margin-left: 10px; margin-right: auto"
>
{{
systemStateName
}}
style=
"margin-left: 10px; margin-right: auto"
>
{{
systemStateName
}}
</el-button>
</el-button>
<div
v-if=
"systemState === 1"
style=
"margin-right: 12px"
>
<el-button
<el-button
v-if=
"systemState === 1"
:disabled=
"isHasPrice"
:disabled=
"isHasPrice"
type=
"primary"
type=
"primary"
size=
"mini"
size=
"mini"
@
click=
"imageValueDialogShow = true"
>
图文估价
@
click=
"imageValueDialogShow = true"
>
图文估价
</el-button>
</el-button>
</div>
<el-button
<el-button
v-if=
"systemState === 6"
v-if=
"systemState === 6"
type=
"primary"
type=
"primary"
...
@@ -21,13 +22,15 @@
...
@@ -21,13 +22,15 @@
@
click=
"handleConfirmReceive"
>
货品签收
@
click=
"handleConfirmReceive"
>
货品签收
</el-button>
</el-button>
<div
v-if=
"systemState === 8"
style=
"margin-right: 12px"
>
<el-button
<el-button
v-if=
"systemState === 8"
:disabled=
"isHasPrice"
:disabled=
"isHasPrice"
type=
"primary"
type=
"primary"
size=
"mini"
size=
"mini"
@
click=
"identifyValueDialogShow=true"
>
建议寄售价
@
click=
"identifyValueDialogShow=true"
>
建议寄售价
</el-button>
</el-button>
</div>
<el-button
<el-button
v-if=
"systemState === 10"
v-if=
"systemState === 10"
type=
"primary"
type=
"primary"
...
@@ -229,6 +232,7 @@ export default {
...
@@ -229,6 +232,7 @@ export default {
}
}
this
.
consignDetail
=
response
.
data
.
data
.
itemVo
this
.
consignDetail
=
response
.
data
.
data
.
itemVo
this
.
isHasPrice
=
response
.
data
.
data
.
isHasPrice
this
.
isHasPrice
=
response
.
data
.
data
.
isHasPrice
this
.
systemState
=
response
.
data
.
data
.
systemState
this
.
userVo
=
response
.
data
.
data
.
userVo
this
.
userVo
=
response
.
data
.
data
.
userVo
this
.
payInfo
=
response
.
data
.
data
.
payInfo
this
.
payInfo
=
response
.
data
.
data
.
payInfo
if
(
response
.
data
.
data
.
payInfo
&&
response
.
data
.
data
.
payInfo
.
credential
)
{
if
(
response
.
data
.
data
.
payInfo
&&
response
.
data
.
data
.
payInfo
.
credential
)
{
...
...
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