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
e338592c
Commit
e338592c
authored
Oct 30, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
到仓详情数据更新
parent
3e297010
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
24 deletions
+7
-24
order.js
src/api/ecw/order.js
+0
-8
CheckDetailProd.vue
src/views/ecw/order/components/CheckDetailProd.vue
+6
-6
detail.vue
src/views/ecw/order/detail.vue
+1
-10
No files found.
src/api/ecw/order.js
View file @
e338592c
...
@@ -1052,14 +1052,6 @@ export function getOrderItemDeleted(orderId){
...
@@ -1052,14 +1052,6 @@ export function getOrderItemDeleted(orderId){
})
})
}
}
//退仓品名列表
export
function
getOrderCheckInfo
(
orderId
){
return
request
({
url
:
'
/ecw/order/order-check-info/
'
+
orderId
,
method
:
'
get
'
,
})
}
// 打包页面订单数据统计
// 打包页面订单数据统计
export
function
getPackStatistics
(
orderId
){
export
function
getPackStatistics
(
orderId
){
return
request
({
return
request
({
...
...
src/views/ecw/order/components/CheckDetailProd.vue
View file @
e338592c
...
@@ -153,7 +153,7 @@ export default {
...
@@ -153,7 +153,7 @@ export default {
<!--<el-table-column prop="prodTitleEn" :label="$t('品名')" />-->
<!--<el-table-column prop="prodTitleEn" :label="$t('品名')" />-->
<el-table-column
:label=
"$t('品牌')"
width=
"90px"
>
<el-table-column
:label=
"$t('品牌')"
width=
"90px"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
<template
v-if=
"row.
brandName"
>
{{
row
.
b
randName
}}
</
template
>
<template
v-if=
"row.
checkBrandName"
>
{{
row
.
checkB
randName
}}
</
template
>
<dict-tag
v-else
:type=
"DICT_TYPE.ECW_IS_BRAND"
:value=
"row.brandType"
/>
<dict-tag
v-else
:type=
"DICT_TYPE.ECW_IS_BRAND"
:value=
"row.brandType"
/>
</template>
</template>
</el-table-column>
</el-table-column>
...
@@ -174,11 +174,11 @@ export default {
...
@@ -174,11 +174,11 @@ export default {
</el-table-column>
</el-table-column>
<el-table-column
prop=
"sumNum"
:label=
"$t('到仓信息')"
width=
"90px"
>
<el-table-column
prop=
"sumNum"
:label=
"$t('到仓信息')"
width=
"90px"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
<div
v-if=
"row.warehouse
In
InfoVO"
>
<div
v-if=
"row.warehouse
Check
InfoVO"
>
{{
row
.
warehouse
In
InfoVO
.
cartonsNum
}}{{
$t
(
'
箱
'
)
}}
{{
row
.
warehouse
Check
InfoVO
.
cartonsNum
}}{{
$t
(
'
箱
'
)
}}
{{
row
.
warehouse
In
InfoVO
.
weight
}}
Kg
{{
row
.
warehouse
Check
InfoVO
.
weight
}}
Kg
{{
row
.
warehouse
In
InfoVO
.
volume
}}
m³
{{
row
.
warehouse
Check
InfoVO
.
volume
}}
m³
{{
row
.
warehouse
InInfoVO
.
quantityAll
}}{{
$t
(
'
个
'
)
}}
{{
row
.
warehouse
CheckInfoVO
.
quantity
}}{{
$t
(
'
个
'
)
}}
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/ecw/order/detail.vue
View file @
e338592c
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
</el-table>
</el-table>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
:label=
"$t('到仓详情')"
name=
"seven"
>
<el-tab-pane
:label=
"$t('到仓详情')"
name=
"seven"
>
<check-detail-prod
:list=
"order
CheckInfoData
"
<check-detail-prod
:list=
"order
.orderItemVOList
"
:attr-list=
"attrList"
:attr-list=
"attrList"
:prod-type-list=
"prodTypeList"
:prod-type-list=
"prodTypeList"
:currency-map=
"currencyMap"
:currency-map=
"currencyMap"
...
@@ -497,7 +497,6 @@ export default {
...
@@ -497,7 +497,6 @@ export default {
packAfterData
:
null
,
//显示打包历史详情
packAfterData
:
null
,
//显示打包历史详情
attrList
:
[],
attrList
:
[],
orderItemDeletedData
:[],
//退仓品名
orderItemDeletedData
:[],
//退仓品名
orderCheckInfoData
:[],
//到仓详情
prodTypeList
:[],
//商品类型列表
prodTypeList
:[],
//商品类型列表
type
:
1
type
:
1
}
}
...
@@ -628,14 +627,6 @@ export default {
...
@@ -628,14 +627,6 @@ export default {
that
.
orderItemDeletedData
=
response
.
data
;
that
.
orderItemDeletedData
=
response
.
data
;
}
);
}
);
}
,
}
,
getOrderCheckInfo
(){
let
that
=
this
// TODO 待提供执行查询接口
// getOrderCheckInfo(that.orderId).then(response =>
{
getOrderItemDeleted
(
that
.
orderId
).
then
(
response
=>
{
that
.
orderCheckInfoData
=
response
.
data
;
}
);
}
,
/** 获取产品类型列表 */
/** 获取产品类型列表 */
getProdTypeList
()
{
getProdTypeList
()
{
getProductTypeList
().
then
((
response
)
=>
{
getProductTypeList
().
then
((
response
)
=>
{
...
...
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