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
301c8b31
Commit
301c8b31
authored
Jun 22, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-22提交
parent
62ac27b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+2
-0
ChooseOrderProducts.vue
...ews/ecw/order/stocking/components/ChooseOrderProducts.vue
+2
-0
Package.vue
src/views/ecw/order/stocking/components/Package.vue
+1
-0
index.vue
src/views/ecw/order/stocking/index.vue
+1
-0
No files found.
src/views/ecw/order/prepayDeal.vue
View file @
301c8b31
...
@@ -3123,6 +3123,8 @@ export default {
...
@@ -3123,6 +3123,8 @@ export default {
if
(
!
tmp
.
quantity
)
tmp
.
quantity
=
1
;
if
(
!
tmp
.
quantity
)
tmp
.
quantity
=
1
;
if
(
!
tmp
.
num
)
tmp
.
num
=
1
;
if
(
!
tmp
.
num
)
tmp
.
num
=
1
;
tmp
.
orderType
=
item
.
orderItemType
;
tmp
.
orderType
=
item
.
orderItemType
;
//lanbm 2024-06-22 包装类型
tmp
.
packaging
=
item
.
unit
;
arr
.
push
(
tmp
);
arr
.
push
(
tmp
);
}
);
}
);
return
arr
;
return
arr
;
...
...
src/views/ecw/order/stocking/components/ChooseOrderProducts.vue
View file @
301c8b31
...
@@ -121,6 +121,8 @@ export default {
...
@@ -121,6 +121,8 @@ export default {
},
},
},
},
async
created
()
{
async
created
()
{
//alert(this.orderId);
//alert(this.warehouseInId);
getOrderItemCommonAttr
(
this
.
orderId
,
this
.
warehouseInId
||
0
).
then
(
getOrderItemCommonAttr
(
this
.
orderId
,
this
.
warehouseInId
||
0
).
then
(
(
res
)
=>
{
(
res
)
=>
{
this
.
orderItemDetails
=
res
.
data
;
this
.
orderItemDetails
=
res
.
data
;
...
...
src/views/ecw/order/stocking/components/Package.vue
View file @
301c8b31
...
@@ -579,6 +579,7 @@ export default {
...
@@ -579,6 +579,7 @@ export default {
}).
then
(
r
=>
{
}).
then
(
r
=>
{
if
(
r
.
data
)
{
if
(
r
.
data
)
{
this
.
$message
.
success
(
'
打包成功
'
)
this
.
$message
.
success
(
'
打包成功
'
)
//this.getAttrList();
this
.
handleClose
()
this
.
handleClose
()
}
else
{
}
else
{
this
.
$message
.
success
(
'
打包失败
'
)
this
.
$message
.
success
(
'
打包失败
'
)
...
...
src/views/ecw/order/stocking/index.vue
View file @
301c8b31
...
@@ -117,6 +117,7 @@
...
@@ -117,6 +117,7 @@
}}
</el-button>
}}
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!--添加箱明细 lanbm 2024-06-21 -->
<el-table-column
prop=
"areaName"
width=
"220px"
>
<el-table-column
prop=
"areaName"
width=
"220px"
>
<
template
v-slot=
"{ row }"
>
<
template
v-slot=
"{ row }"
>
<WarehouseRecordDetail
<WarehouseRecordDetail
...
...
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