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
af76f0de
Commit
af76f0de
authored
Mar 05, 2023
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
只有集运订单长宽高才是0,其他订单仍然是空,让用户自己输入,PDA和后台都是如此
https://zentao.test.jdshangmen.com/bug-view-2401.html
parent
719bd446
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
editDialog.vue
src/views/ecw/order/warehousing/components/editDialog.vue
+8
-4
index.vue
src/views/ecw/order/warehousing/index.vue
+1
-1
No files found.
src/views/ecw/order/warehousing/components/editDialog.vue
View file @
af76f0de
...
...
@@ -397,6 +397,10 @@ export default {
type
:
Boolean
,
default
:
false
},
isJiyun
:
{
type
:
Boolean
,
default
:
false
},
// 入仓修改
edit
:
{
type
:
Boolean
,
...
...
@@ -699,9 +703,9 @@ export default {
}
const
form
=
val
===
1
?
this
.
form1
:
this
.
form
form
.
orderWarehouseInItemDoList
.
push
({
"
boxGauge1
"
:
0
,
"
boxGauge2
"
:
0
,
"
boxGauge3
"
:
0
,
"
boxGauge1
"
:
this
.
isJiyun
?
0
:
''
,
"
boxGauge2
"
:
this
.
isJiyun
?
0
:
''
,
"
boxGauge3
"
:
this
.
isJiyun
?
0
:
''
,
"
cartonsNum
"
:
cartonsNum
>
0
?
cartonsNum
:
''
,
"
expressNo
"
:
""
,
"
quantityAll
"
:
undefined
,
...
...
@@ -737,7 +741,7 @@ export default {
const
[
boxGauge1
,
boxGauge2
,
boxGauge3
]
=
boxGaugeList
return
{...
e
,
boxGauge1
,
boxGauge2
,
boxGauge3
}
}
return
{...
e
,
boxGauge1
:
0
,
boxGauge2
:
0
,
boxGauge3
:
0
}
return
{...
e
,
boxGauge1
:
this
.
isJiyun
?
0
:
''
,
boxGauge2
:
this
.
isJiyun
?
0
:
''
,
boxGauge3
:
this
.
isJiyun
?
0
:
''
}
})
},
tableData1
()
{
...
...
src/views/ecw/order/warehousing/index.vue
View file @
af76f0de
...
...
@@ -153,7 +153,7 @@
<warehouse-area-dialog
ref=
"area"
:visible.sync=
"areaVisible"
v-model=
"form.orderLocationCreateReqVOList"
:order-id=
"orderId"
:warehouse-id=
"warehouseId"
:is-editing=
"isEdit"
></warehouse-area-dialog>
<edit-dialog
:title=
"title"
:order-id=
"order.orderId"
:visible.sync=
"warehousingVisible"
:warehousing=
"warehousing"
:edit=
"isEdit"
></edit-dialog>
<edit-dialog
:title=
"title"
:order-id=
"order.orderId"
:visible.sync=
"warehousingVisible"
:warehousing=
"warehousing"
:edit=
"isEdit"
:is-jiyun=
"order.type.indexOf('1') !== -1"
></edit-dialog>
<!-- 完成入仓 -->
<el-dialog
...
...
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