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
caa1a858
Commit
caa1a858
authored
Sep 27, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运操作页面起飞异常等级默认步骤异常
parent
fa861b20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
regError.vue
src/views/ecw/box/regError.vue
+1
-0
utils.js
src/views/ecw/box/shippingAir/utils.js
+8
-7
No files found.
src/views/ecw/box/regError.vue
View file @
caa1a858
...
...
@@ -93,6 +93,7 @@ export default {
created
()
{
const
{
currNode
}
=
this
.
$attrs
;
this
.
errorObj
=
{
opStep
:
currNode
?.
dataKey
??
undefined
};
console
.
log
(
currNode
,
this
.
errorObj
.
opStep
)
if
(
this
.
$attrs
.
shipmentObj
.
bosType
==
"
seaAir
"
)
{
this
.
flag
=
"
seaAir
"
;
}
...
...
src/views/ecw/box/shippingAir/utils.js
View file @
caa1a858
...
...
@@ -63,7 +63,7 @@ function airBaseData() {
end
:
require
(
"
@/assets/images/shipping/lh-end.png
"
),
},
type
:
"
tally
"
,
dataKey
:
"
16
"
,
// 字典数据键值
dataKey
:
"
3
"
,
// 字典数据键值
/**
* 理货状态:2111、未理货;2112、已理货
*/
...
...
@@ -83,7 +83,7 @@ function airBaseData() {
end
:
require
(
"
@/assets/images/shipping/qg-end.png
"
),
},
type
:
"
mergePkg
"
,
dataKey
:
"
3
"
,
// 字典数据键值
dataKey
:
"
4
"
,
// 字典数据键值
/**
* 合包状态:161待合包 162已合包
*/
...
...
@@ -105,7 +105,7 @@ function airBaseData() {
end
:
require
(
"
@/assets/images/shipping/zg-end.png
"
),
},
type
:
"
shipment
"
,
dataKey
:
"
4
"
,
// 字典数据键值
dataKey
:
"
5
"
,
// 字典数据键值
/**
* 出货状态:171、待出货 172、出货审核中 173、审核失败 174、审核成功 = 175、已出货
*/
...
...
@@ -125,7 +125,7 @@ function airBaseData() {
end
:
require
(
"
@/assets/images/shipping/zg-end.png
"
),
},
type
:
"
checkout
"
,
dataKey
:
"
5
"
,
// 字典数据键值
dataKey
:
"
6
"
,
// 字典数据键值
/**
* 出仓状态:221、未出仓 222、已出仓
*/
...
...
@@ -149,6 +149,7 @@ function airBaseData() {
type
:
"
agent
"
,
voName
:
"
agentInfo
"
,
currStatus
:
"
start
"
,
dataKey
:
"
7
"
},
{
title
:
i18n
.
$t
(
"
报关
"
),
...
...
@@ -158,7 +159,7 @@ function airBaseData() {
end
:
require
(
"
@/assets/images/shipping/bg-end.png
"
),
},
type
:
"
cusDeclaration
"
,
dataKey
:
"
5
"
,
// 字典数据键值
dataKey
:
"
8
"
,
// 字典数据键值
/**
*报关状态:51、未报关;52、报关中;53、已报关
*/
...
...
@@ -178,7 +179,7 @@ function airBaseData() {
end
:
require
(
"
@/assets/images/shipping/tdcl-end.png
"
),
},
type
:
"
subMaterial
"
,
dataKey
:
"
7
"
,
// 字典数据键值
dataKey
:
"
9
"
,
// 字典数据键值
/**
* 提单补料状态:71、未提单补料;72、已提单补料
*/
...
...
@@ -200,7 +201,7 @@ function airBaseData() {
end
:
require
(
"
@/assets/images/shipping/ecqf-end.png
"
),
},
type
:
"
twoWayTakeoff
"
,
dataKey
:
"
9
"
,
// 字典数据键值
dataKey
:
"
10
"
,
// 字典数据键值
/**
* 起飞状态:231、未起飞;232、已起飞
*/
...
...
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