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
f003118e
Commit
f003118e
authored
Sep 30, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运的部分bug
parent
0434d31a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
2 deletions
+24
-2
box.js
src/api/ecw/box.js
+9
-0
dict.js
src/utils/dict.js
+1
-0
indexAir.vue
src/views/ecw/box/indexAir.vue
+2
-2
queryAir.vue
src/views/ecw/box/queryAir.vue
+7
-0
updateError.vue
src/views/ecw/box/updateError.vue
+5
-0
No files found.
src/api/ecw/box.js
View file @
f003118e
...
@@ -331,6 +331,15 @@ export function downloadReceivableList(params) {
...
@@ -331,6 +331,15 @@ export function downloadReceivableList(params) {
});
});
}
}
// 空运的应收汇总下载
export
function
downloadAirReceivableList
(
params
)
{
return
request
({
url
:
"
/ecw/box-preload-goods/downloadAirBillReceivable
"
,
method
:
"
get
"
,
params
,
});
}
// 下载提单copy
// 下载提单copy
export
function
downloadLadingCopy
(
params
)
{
export
function
downloadLadingCopy
(
params
)
{
return
request
({
return
request
({
...
...
src/utils/dict.js
View file @
f003118e
...
@@ -229,6 +229,7 @@ export const DICT_TYPE = {
...
@@ -229,6 +229,7 @@ export const DICT_TYPE = {
BOX_CUSTOMS_ERROR_TYPE
:
"
customs_error_type
"
,
// 报关异常状态
BOX_CUSTOMS_ERROR_TYPE
:
"
customs_error_type
"
,
// 报关异常状态
BOX_SHIPPING_ERROR_TYPE
:
"
shipping_error_type
"
,
// 起运异常状态
BOX_SHIPPING_ERROR_TYPE
:
"
shipping_error_type
"
,
// 起运异常状态
BOX_ARRIVAL_ERROR_TYPE
:
"
arrival_error_type
"
,
// 到港异常状态
BOX_ARRIVAL_ERROR_TYPE
:
"
arrival_error_type
"
,
// 到港异常状态
BOX_FLIGHT_ERROR_TYPE
:
'
flight_error_type
'
,
// 航班异常状态
SETTLEMENT_STATUS
:
'
settlement_status
'
,
// 结算状态
SETTLEMENT_STATUS
:
'
settlement_status
'
,
// 结算状态
APP_TYPE
:
"
app_type
"
,
//系统类型
APP_TYPE
:
"
app_type
"
,
//系统类型
...
...
src/views/ecw/box/indexAir.vue
View file @
f003118e
...
@@ -207,7 +207,7 @@ import {
...
@@ -207,7 +207,7 @@ import {
exportboxExcel
,
exportboxExcel
,
getNoticeList
,
getNoticeList
,
dealCustomsSplitNotify
,
dealCustomsSplitNotify
,
exportPreloadGoodsList
,
downloadReceivableList
,
getAirNoticeList
,
zipDownload
exportPreloadGoodsList
,
downloadReceivableList
,
getAirNoticeList
,
zipDownload
,
downloadAirReceivableList
}
from
'
@/api/ecw/box
'
}
from
'
@/api/ecw/box
'
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
...
@@ -546,7 +546,7 @@ export default {
...
@@ -546,7 +546,7 @@ export default {
break;
break;
case "downloadReceivableList":
case "downloadReceivableList":
this.exportExcel(
this.exportExcel(
downloadReceivableList,
download
Air
ReceivableList,
{shipmentId: row.id
}
{shipmentId: row.id
}
);
);
break;
break;
...
...
src/views/ecw/box/queryAir.vue
View file @
f003118e
...
@@ -364,6 +364,7 @@ export default {
...
@@ -364,6 +364,7 @@ export default {
}
else
if
(
type
===
"
single
"
)
{
}
else
if
(
type
===
"
single
"
)
{
orders
=
[
row
];
orders
=
[
row
];
}
}
console
.
log
(
'
getErrorType
'
,
type
)
this
.
getErrorType
();
this
.
getErrorType
();
this
.
$set
(
this
.
errorInfo
,
"
orderList
"
,
orders
);
this
.
$set
(
this
.
errorInfo
,
"
orderList
"
,
orders
);
this
.
$set
(
this
.
errorInfo
,
"
operate
"
,
type
);
this
.
$set
(
this
.
errorInfo
,
"
operate
"
,
type
);
...
@@ -387,6 +388,12 @@ export default {
...
@@ -387,6 +388,12 @@ export default {
this
.
$set
(
this
.
errorInfo
,
"
errorType
"
,
"
arrival
"
);
this
.
$set
(
this
.
errorInfo
,
"
errorType
"
,
"
arrival
"
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
更新到港异常状态
"
));
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
更新到港异常状态
"
));
}
}
// 起飞异常
if
(
key
===
"
flyingHasAbnormal
"
&&
value
)
{
this
.
$set
(
this
.
errorInfo
,
"
errorType
"
,
"
flight
"
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
更新起飞异常状态
"
));
}
console
.
log
(
key
,
value
)
}
}
},
},
// 初始化字典数据
// 初始化字典数据
...
...
src/views/ecw/box/updateError.vue
View file @
f003118e
...
@@ -123,6 +123,11 @@ export default {
...
@@ -123,6 +123,11 @@ export default {
this
.
DICT_TYPE
.
BOX_ARRIVAL_ERROR_TYPE
this
.
DICT_TYPE
.
BOX_ARRIVAL_ERROR_TYPE
);
);
break
;
break
;
case
"
flight
"
:
this
.
types
=
this
.
getDictDatas
(
this
.
DICT_TYPE
.
BOX_FLIGHT_ERROR_TYPE
);
break
;
}
}
},
},
immediate
:
true
,
immediate
:
true
,
...
...
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