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
09b568b8
authored
Feb 12, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
b6d2a3be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/consignmentManagement/createConsignmentRecallOrder.vue
src/views/consignmentManagement/createConsignmentRecallOrder.vue
View file @
09b568b8
...
...
@@ -8,7 +8,7 @@
<div
class=
"row bothSide"
style=
"margin-bottom: 10px;"
>
<div
style=
"width: 48%"
>
<div
class=
"xktitle"
style=
"margin-bottom: 10px"
>
收货信息
<i
class=
"el-icon-edit-outline"
style=
"margin-left: 10px;"
@
click=
"dialogVisible_3=true"
></i></div>
<div
class=
"row"
>
<div
class=
"row"
v-if=
"updateConsignmentRecallReceiptInfoParams.province"
>
<i
class=
"el-icon-map-location"
style=
"margin-top: 16px;"
></i>
<el-descriptions
:column=
"1"
:colon=
"false"
>
<el-descriptions-item>
...
...
@@ -133,7 +133,7 @@ export default {
data
()
{
return
{
options
:
pcaTextArr
,
selectedOptions
:
[
'广东省'
,
'深圳市'
,
'龙岗区'
],
selectedOptions
:
[],
total
:
0
,
page
:
1
,
limit
:
10
,
...
...
@@ -251,6 +251,8 @@ export default {
// 如果省份为空,弹出收货信息弹窗
if
(
!
res
.
data
.
province
)
{
this
.
dialogVisible_3
=
true
}
else
{
this
.
selectedOptions
=
[
res
.
data
.
province
,
res
.
data
.
city
,
res
.
data
.
district
];
}
}
})
...
...
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