Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
c640ef0e
Commit
c640ef0e
authored
Sep 19, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
城市id 报错
parent
0f5d0004
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
transferWarehousing.vue
src/views/ecw/order/transferWarehousing.vue
+3
-3
No files found.
src/views/ecw/order/transferWarehousing.vue
View file @
c640ef0e
...
...
@@ -123,7 +123,7 @@
<el-button
v-if=
"type == 1"
size=
"medium"
@
click=
"cancellationOfOrder"
>
取消调仓
</el-button>
<el-button
size=
"medium"
@
click=
"$tab.closeOpenPage({path:'/order/order'})"
>
返回
</el-button>
</div>
<warehouse-location
ref=
"area"
:city-id=
"warehouse
Details.warehouse
InShi"
:visible.sync=
"areaVisible"
v-model=
"params.orderLocationCreateReqVOList"
:warehouse-id=
"warehouseDetails.warehouseInId"
:order-id=
"Number(orderId)"
></warehouse-location>
<warehouse-location
ref=
"area"
:city-id=
"warehouseInShi"
:visible.sync=
"areaVisible"
v-model=
"params.orderLocationCreateReqVOList"
:warehouse-id=
"warehouseDetails.warehouseInId"
:order-id=
"Number(orderId)"
></warehouse-location>
<el-dialog
:title=
"'订单转异'"
center
:visible.sync=
"escapeBol"
>
<el-form
label-position=
"top"
label-width=
"200"
>
<el-form-item
label=
"原因类型"
>
...
...
@@ -199,7 +199,7 @@ export default {
descZh
:
''
,
exceptionUrls
:[]
},
warehouseInShi
:
''
,
warehouseInShi
:
0
,
expressList
:[],
storageSpaceList
:[],
applyStatus
:{}
...
...
@@ -283,7 +283,7 @@ export default {
})
}
})
this
.
warehouseInShi
=
this
.
warehouseDetails
.
warehouseInShi
this
.
warehouseInShi
=
this
.
warehouseDetails
.
warehouseInShi
||
''
this
.
params
.
phone
=
this
.
warehouseDetails
.
phone
||
''
;
this
.
params
.
logisticsNo
=
this
.
warehouseDetails
.
logisticsNo
;
this
.
params
.
id
=
this
.
warehouseDetails
.
id
;
...
...
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