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
2733bed3
Commit
2733bed3
authored
Sep 11, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
fa61fa72
a1ea1311
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
7 deletions
+19
-7
arrival.vue
src/views/ecw/box/shippingAir/nodePage/arrival.vue
+5
-1
seaProcess.vue
src/views/ecw/box/shippingAir/seaProcess.vue
+6
-0
FeeDetail.vue
src/views/ecw/order/components/FeeDetail.vue
+2
-2
transferWarehousing.vue
src/views/ecw/order/transferWarehousing.vue
+5
-3
index.vue
src/views/system/download/index.vue
+1
-1
No files found.
src/views/ecw/box/shippingAir/nodePage/arrival.vue
View file @
2733bed3
...
...
@@ -12,7 +12,7 @@
</el-form-item>
-->
<el-form-item
:label=
"$t('实际二程起飞时间')"
prop=
"actSecondTime"
v-show=
"this.$attrs.shipmentObj.bookAirInfo.voyag
e"
>
<el-form-item
v-if=
"dtRealHeadTimeFlag"
:label=
"$t('实际二程起飞时间')"
prop=
"actSecondTim
e"
>
<el-date-picker
type=
"datetime"
:placeholder=
"$t('请选择日期')"
v-model=
"airArrivalInfo.actSecondTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
<el-form-item
:label=
"$t('预计到港时间')"
prop=
"estTime"
>
...
...
@@ -73,6 +73,7 @@ export default {
inspectionTimeArrival
:
this
.
getDictDatas
(
this
.
DICT_TYPE
.
BOX_INSPECTION_TIME_ARRIVAL
)[
0
].
value
,
dtRealHeadTimeFlag
:
false
};
},
created
()
{
...
...
@@ -84,6 +85,9 @@ export default {
"
YYYY-MM-DD HH:mm:ss
"
);
this
.
airArrivalInfo
=
oldData
;
if
(
this
.
$attrs
.
shipmentObj
[
'
bookAirInfo
'
].
voyage
&&
this
.
$attrs
.
shipmentObj
[
'
bookAirInfo
'
].
voyage
==
2
){
this
.
dtRealHeadTimeFlag
=
true
}
},
watch
:
{
// 实际二程起飞时间
...
...
src/views/ecw/box/shippingAir/seaProcess.vue
View file @
2733bed3
...
...
@@ -143,6 +143,12 @@ export default {
this
.
$message
.
error
(
this
.
$t
(
"
没有此操作的权限
"
));
return
;
}
if
(
node
.
type
==
'
checkout
'
){
if
(
this
.
shipmentObj
.
airShipmentStatus
!=
175
){
this
.
$message
.
error
(
this
.
$t
(
"
请先完成出货操作
"
));
return
;
}
}
if
(
currIndex
>
this
.
currIndex
)
{
console
.
log
(
currIndex
,
this
.
currIndex
)
this
.
$message
.
error
(
this
.
errorMsg
);
...
...
src/views/ecw/order/components/FeeDetail.vue
View file @
2733bed3
...
...
@@ -58,9 +58,9 @@
<span
class=
"ml-5"
>
{{
orderSummary
.
sumWeight
}}
kg
</span>
<span
class=
"ml-5"
v-if=
"orderSummary.sumQuantity"
>
{{
orderSummary
.
sumQuantity
}}{{
$t
(
'
个
'
)
}}
</span>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('是否重货')"
>
<el-descriptions-item
:label=
"$t('是否重货
/泡货
')"
>
<!--1 普货 2 重货 3 泡货-->
<dict-tag
:type=
"DICT_TYPE.
ECW_YESNO"
:value=
"orderSummary.orderType != 1 ? '1' : '0'
"
></dict-tag>
<dict-tag
:type=
"DICT_TYPE.
ORDER_TYPE"
:value=
"orderSummary.orderType
"
></dict-tag>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('原重货标准')"
v-if=
"[1,2].indexOf(orderSummary.transportId) > -1"
>
{{
orderSummary
.
orgWeightUnit
}}
KG/m³
...
...
src/views/ecw/order/transferWarehousing.vue
View file @
2733bed3
...
...
@@ -18,9 +18,11 @@
</el-table-column>
<el-table-column
:label=
"$t('填单货物属性')"
>
<
template
v-slot=
"{row}"
>
<div>
{{
$t
(
'
品牌
'
)
}}
:
{{
(
brandList
.
find
(
item
=>
item
.
id
==
row
.
brand
)
||
{
}
).
titleZh
}}
<
span
v
-
if
=
"
!row.brand
"
>
{{
$t
(
'
无
'
)
}}
<
/span> </
div
>
<div>
{{
$t
(
'
品牌
'
)
}}
:
<span
v-if=
"row.brandType === 0"
>
{{
$t
(
'
无
'
)
}}
</span>
<span
v-if=
"row.brandType === 1"
>
{{
$t
(
'
有
'
)
}}
</span>
<span
v-if=
"row.brandType === 2"
>
{{
$t
(
'
中性
'
)
}}
</span>
</div>
<div>
{{
$t
(
'
箱数
'
)
}}
:
{{
row
.
num
}}
</div>
<div>
{{
$t
(
'
体积
'
)
}}
:
{{
row
.
volume
}}
m³
</div>
<div>
{{
$t
(
'
重量
'
)
}}
:
{{
row
.
weight
}}
Kg
</div>
...
...
src/views/system/download/index.vue
View file @
2733bed3
...
...
@@ -87,7 +87,7 @@ export default {
return
downloadFileResponse
(
res
.
data
)
}).
then
(
res
=>
{
console
.
log
({
res
})
this
.
$download
.
download0
(
res
.
data
,
row
.
name
+
row
.
fileSuffix
,
res
.
headers
[
'
content-type
'
])
this
.
$download
.
download0
(
res
.
data
,
row
.
name
+
'
.
'
+
row
.
fileSuffix
,
res
.
headers
[
'
content-type
'
])
}).
finally
(()
=>
{
// 刷新列表状态
this
.
getList
()
...
...
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