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
9edf0ce5
Commit
9edf0ce5
authored
Jan 18, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: bugfix
parent
e3b5989b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
17 deletions
+15
-17
src/views/consign/consignBackDetail.vue
src/views/consign/consignBackDetail.vue
+13
-15
src/views/consign/consignBackList.vue
src/views/consign/consignBackList.vue
+2
-2
No files found.
src/views/consign/consignBackDetail.vue
View file @
9edf0ce5
...
...
@@ -12,7 +12,7 @@
<el-button
type=
"primary"
size=
"mini"
@
click=
"
imageValue
DialogShow = true"
>
寄出快递
@
click=
"
logistic
DialogShow = true"
>
寄出快递
</el-button>
</div>
</div>
...
...
@@ -92,7 +92,15 @@
:
show
-
video
-
dialog
=
"
showVideoDialog
"
:
video
-
url
=
"
consignDetail.videosUrl
"
@
closeLargeDialog
=
"
showVideoDialog = false
"
/>
<!--
图文估价
-->
<
ReturnLogisticDialog
v
-
if
=
"
logisticDialogShow
"
:
return
-
order
-
id
=
"
returnOrderId
"
:
logistic
-
dialog
-
show
=
"
logisticDialogShow
"
@
cancelDialog
=
"
logisticDialogShow = false
"
@
refreshList
=
"
handleGetDetail
"
/>
<
/div
>
<
/template
>
<
script
>
...
...
@@ -105,10 +113,11 @@ import SaleConsignDialog from './components/SaleConsignDialog'
import
FinishSettlementDialog
from
'
./components/FinishSettlementDialog
'
import
CancelConsignDialog
from
'
./components/CancelConsignDialog
'
import
NormalCountdown
from
'
./components/NormalCountdown
'
import
ReturnLogisticDialog
from
'
./components/ReturnLogisticDialog
'
export
default
{
name
:
'
ConsignBackDetail
'
,
components
:
{
NormalCountdown
,
CancelConsignDialog
,
FinishSettlementDialog
,
SaleConsignDialog
,
ImageValueDialog
,
IdentifyValueDialog
,
CheckVideoDialog
,
CheckLargeImageDialog
}
,
components
:
{
ReturnLogisticDialog
,
NormalCountdown
,
CancelConsignDialog
,
FinishSettlementDialog
,
SaleConsignDialog
,
ImageValueDialog
,
IdentifyValueDialog
,
CheckVideoDialog
,
CheckLargeImageDialog
}
,
data
()
{
return
{
returnOrderId
:
''
,
...
...
@@ -122,19 +131,8 @@ export default {
imgValuation
:
''
,
remark
:
''
}
,
// 图文估价
imageValueDialogShow
:
false
,
// 实物估价
identifyValueDialogShow
:
false
,
// 货品售出
finishDialogShow
:
false
,
// 寄售凭证
finishSettlementDialogShow
:
false
,
// 取消
cancelConsignDialogShow
:
false
,
// 寄出快递
logisticDialogShow
:
false
,
imageUrl
:
''
,
showLargeDialog
:
false
,
showVideoDialog
:
false
,
...
...
src/views/consign/consignBackList.vue
View file @
9edf0ce5
...
...
@@ -5,7 +5,7 @@
</el-tabs>
<div
class=
"filter-item"
style=
"margin-bottom: 20px"
>
<el-input
v-model=
"listQuery.returnOrderI
D
"
v-model=
"listQuery.returnOrderI
d
"
clearable
size=
"mini"
class=
"filter-item"
...
...
@@ -120,7 +120,7 @@ export default {
listQuery
:
{
page
:
1
,
size
:
20
,
returnOrderI
D
:
''
,
returnOrderI
d
:
''
,
state
:
'
10
'
},
list
:
[],
...
...
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