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
1eb09b0a
Commit
1eb09b0a
authored
Dec 01, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常订单优化
parent
6d5c8ddf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
23 deletions
+30
-23
myAchievement.vue
src/views/ecw/deptTarget/myAchievement.vue
+16
-16
index.vue
src/views/ecw/order/exception/index.vue
+9
-2
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+5
-5
No files found.
src/views/ecw/deptTarget/myAchievement.vue
View file @
1eb09b0a
...
@@ -46,16 +46,16 @@
...
@@ -46,16 +46,16 @@
<div
class=
"total_num"
>
<div
class=
"total_num"
>
<span>
开发客户:
</span>
<span>
开发客户:
</span>
<span>
总箱数
{{
totalData
.
developNum
}}
箱
</span>
<span>
总箱数
{{
totalData
.
developNum
}}
箱
</span>
<span>
总方数
{{
totalData
.
develop
Num
}}
m³
</span>
<span>
总方数
{{
totalData
.
develop
Volume
}}
m³
</span>
<span>
总重量
{{
totalData
.
develop
Num
}}
KG
</span>
<span>
总重量
{{
totalData
.
develop
Weight
}}
KG
</span>
<span>
公司客户:
</span>
<span>
公司客户:
</span>
<span>
总箱数
{{
totalData
.
companyNum
}}
箱
</span>
<span>
总箱数
{{
totalData
.
companyNum
}}
箱
</span>
<span>
总方数
{{
totalData
.
company
Num
}}
m³
</span>
<span>
总方数
{{
totalData
.
company
Volume
}}
m³
</span>
<span>
总重量
{{
totalData
.
company
Num
}}
KG
</span>
<span>
总重量
{{
totalData
.
company
Weight
}}
KG
</span>
<span>
汇总:
</span>
<span>
汇总:
</span>
<span>
总箱数
{{
totalData
.
sumNum
}}
箱
</span>
<span>
总箱数
{{
totalData
.
sumNum
}}
箱
</span>
<span>
总方数
{{
totalData
.
sum
Num
}}
m³
</span>
<span>
总方数
{{
totalData
.
sum
Volume
}}
m³
</span>
<span>
总重量
{{
totalData
.
sum
Num
}}
KG
</span>
<span>
总重量
{{
totalData
.
sum
Weight
}}
KG
</span>
</div>
</div>
<!-- 列表 -->
<!-- 列表 -->
<el-table
v-loading=
"loading"
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
...
@@ -266,11 +266,11 @@
...
@@ -266,11 +266,11 @@
this
.
totalData
.
sumWeight
=
this
.
myAchievementData
.
totalWeight
this
.
totalData
.
sumWeight
=
this
.
myAchievementData
.
totalWeight
this
.
totalData
.
sumVolume
=
this
.
myAchievementData
.
totalVolume
this
.
totalData
.
sumVolume
=
this
.
myAchievementData
.
totalVolume
this
.
totalData
.
sumNum
=
this
.
myAchievementData
.
totalNum
this
.
totalData
.
sumNum
=
this
.
myAchievementData
.
totalNum
this
.
totalData
.
companyWeight
=
this
.
myAchievementData
.
companyTotaWeight
this
.
totalData
.
companyWeight
=
this
.
myAchievementData
.
companyTota
l
Weight
this
.
totalData
.
companyVolume
=
this
.
myAchievementData
.
companyTotaVolume
this
.
totalData
.
companyVolume
=
this
.
myAchievementData
.
companyTota
l
Volume
this
.
totalData
.
companyNum
=
this
.
myAchievementData
.
companyTotaNum
this
.
totalData
.
companyNum
=
this
.
myAchievementData
.
companyTota
l
Num
this
.
totalData
.
developWeight
=
this
.
myAchievementData
.
devTotaWeight
this
.
totalData
.
developWeight
=
this
.
myAchievementData
.
devTota
l
Weight
this
.
totalData
.
developVolume
=
this
.
myAchievementData
.
devTotaVolume
this
.
totalData
.
developVolume
=
this
.
myAchievementData
.
devTota
l
Volume
this
.
totalData
.
developNum
=
this
.
myAchievementData
.
devTotalNum
this
.
totalData
.
developNum
=
this
.
myAchievementData
.
devTotalNum
this
.
loading
=
false
;
this
.
loading
=
false
;
});
});
...
@@ -413,11 +413,11 @@
...
@@ -413,11 +413,11 @@
this
.
totalData
.
sumWeight
=
this
.
myAchievementData
.
totalWeight
this
.
totalData
.
sumWeight
=
this
.
myAchievementData
.
totalWeight
this
.
totalData
.
sumVolume
=
this
.
myAchievementData
.
totalVolume
this
.
totalData
.
sumVolume
=
this
.
myAchievementData
.
totalVolume
this
.
totalData
.
sumNum
=
this
.
myAchievementData
.
totalNum
this
.
totalData
.
sumNum
=
this
.
myAchievementData
.
totalNum
this
.
totalData
.
companyWeight
=
this
.
myAchievementData
.
companyTotaWeight
this
.
totalData
.
companyWeight
=
this
.
myAchievementData
.
companyTota
l
Weight
this
.
totalData
.
companyVolume
=
this
.
myAchievementData
.
companyTotaVolume
this
.
totalData
.
companyVolume
=
this
.
myAchievementData
.
companyTota
l
Volume
this
.
totalData
.
companyNum
=
this
.
myAchievementData
.
companyTotaNum
this
.
totalData
.
companyNum
=
this
.
myAchievementData
.
companyTota
l
Num
this
.
totalData
.
developWeight
=
this
.
myAchievementData
.
devTotaWeight
this
.
totalData
.
developWeight
=
this
.
myAchievementData
.
devTota
l
Weight
this
.
totalData
.
developVolume
=
this
.
myAchievementData
.
devTotaVolume
this
.
totalData
.
developVolume
=
this
.
myAchievementData
.
devTota
l
Volume
this
.
totalData
.
developNum
=
this
.
myAchievementData
.
devTotalNum
this
.
totalData
.
developNum
=
this
.
myAchievementData
.
devTotalNum
}
}
},
},
...
...
src/views/ecw/order/exception/index.vue
View file @
1eb09b0a
...
@@ -112,12 +112,19 @@
...
@@ -112,12 +112,19 @@
<el-table-column
:label=
"$t('总箱数/入仓箱数')"
align=
"center"
>
<el-table-column
:label=
"$t('总箱数/入仓箱数')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
totalBox
+
$t
(
'
箱/
'
)
+
scope
.
row
.
warehousingBox
+
$t
(
'
箱
'
)
}}
</span>
<span>
{{
scope
.
row
.
totalBox
+
$t
(
'
箱/
'
)
+
scope
.
row
.
warehousingBox
+
$t
(
'
箱
'
)
}}
</span>
<dict-tag
style=
"color:#ff4949"
v-if=
"scope.row.orderExceptionType=='order_doc_exception'"
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"scope.row.customsType"
></dict-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('体积/重量')"
align=
"center"
>
<el-table-column
:label=
"$t('体积/重量')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.orderStatus >= 5 "
>
{{
scope
.
row
.
volume
+
"
m³/
"
+
scope
.
row
.
weight
+
"
kg
"
}}
</span>
<div
v-if=
"scope.row.orderExceptionType!='order_heavy_cargo_exception'"
>
<span
v-else
>
{{
scope
.
row
.
totalVolume
+
"
m³/
"
+
scope
.
row
.
totalWeight
+
"
kg
"
}}
</span>
<span
v-if=
"scope.row.orderStatus >= 5 "
>
{{
scope
.
row
.
volume
+
"
m³/
"
+
scope
.
row
.
weight
+
"
kg
"
}}
</span>
<span
v-else
>
{{
scope
.
row
.
totalVolume
+
"
m³/
"
+
scope
.
row
.
totalWeight
+
"
kg
"
}}
</span>
</div>
<el-tooltip
v-if=
"scope.row.orderExceptionType=='order_heavy_cargo_exception'"
class=
"item"
effect=
"dark"
:content=
"(scope.row.wvolume||0)+'m³'"
placement=
"bottom"
>
<span
style=
"color:#ff4949"
v-if=
"scope.row.orderStatus >= 5 "
>
{{
scope
.
row
.
volume
+
"
m³/
"
+
scope
.
row
.
weight
+
"
kg
"
}}
</span>
<span
style=
"color:#ff4949"
v-else
>
{{
scope
.
row
.
totalVolume
+
"
m³/
"
+
scope
.
row
.
totalWeight
+
"
kg
"
}}
</span>
</el-tooltip>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('运输方式/目的地')"
align=
"center"
>
<el-table-column
:label=
"$t('运输方式/目的地')"
align=
"center"
>
...
...
src/views/ecw/order/prepayDeal.vue
View file @
1eb09b0a
...
@@ -510,11 +510,11 @@
...
@@ -510,11 +510,11 @@
this
.
$modal
.
msgError
(
this
.
$t
(
'
请选择处理结果
'
));
this
.
$modal
.
msgError
(
this
.
$t
(
'
请选择处理结果
'
));
return
return
}
}
if
(
this
.
orderExceptionData
.
orderExceptionType
==
'
order_doc_exception
'
){
if
(
this
.
orderExceptionData
.
orderExceptionType
==
'
order_doc_exception
'
&&
this
.
handlerParams
.
fileList
&&
this
.
handlerParams
.
fileList
.
length
>
0
){
if
(
!
this
.
handlerParams
.
fileList
||
this
.
handlerParams
.
fileList
.
length
==
0
){
//
if(!this.handlerParams.fileList||this.handlerParams.fileList.length==0)
{
this
.
$modal
.
msgError
(
this
.
$t
(
'
请上传报关资料
'
));
//
this.$modal.msgError(this.$t('请上传报关资料'));
return
//
return
}
//
}
this
.
handlerParams
.
files
=
Array
.
isArray
(
this
.
handlerParams
.
fileList
)
?
this
.
handlerParams
.
fileList
.
join
(
'
,
'
)
:
this
.
handlerParams
.
fileList
this
.
handlerParams
.
files
=
Array
.
isArray
(
this
.
handlerParams
.
fileList
)
?
this
.
handlerParams
.
fileList
.
join
(
'
,
'
)
:
this
.
handlerParams
.
fileList
}
}
...
...
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