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
28457f86
Commit
28457f86
authored
Jul 24, 2022
by
huhaiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海运操作
parent
30c229b1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
8 deletions
+30
-8
.env.development
.env.development
+2
-2
seaProcess.vue
src/views/ecw/box/shippingSea/seaProcess.vue
+18
-6
seaStepDetail.vue
src/views/ecw/box/shippingSea/seaStepDetail.vue
+10
-0
No files found.
.env.development
View file @
28457f86
...
...
@@ -5,8 +5,8 @@ ENV = 'development'
VUE_APP_TITLE = 捷道管理系统
# 捷道管理系统/开发环境
VUE_APP_BASE_API = 'http://jd.adm
test.jdshangmen.com'
#
VUE_APP_BASE_API = '/api'
#VUE_APP_BASE_API = 'http://jd.api
test.jdshangmen.com'
VUE_APP_BASE_API = '/api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
...
...
src/views/ecw/box/shippingSea/seaProcess.vue
View file @
28457f86
...
...
@@ -92,6 +92,7 @@ export default {
title
:
"
订舱
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/dc-start.png
"
),
type
:
"
booking
"
,
voName
:
"
bookSeaInfo
"
,
},
],
[
...
...
@@ -99,16 +100,19 @@ export default {
title
:
"
预装
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/yz-start.png
"
),
type
:
"
preinstall
"
,
voName
:
"
preInstallInfo
"
,
},
{
title
:
"
拖车
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/tc-start.png
"
),
type
:
"
trailer
"
,
voName
:
"
trailerInfo
"
,
},
{
title
:
"
AGENT
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/agent-start.png
"
),
type
:
"
agent
"
,
voName
:
"
agentInfo
"
,
},
],
[
...
...
@@ -116,6 +120,7 @@ export default {
title
:
"
装柜
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/zg-start.png
"
),
type
:
"
cabinet
"
,
voName
:
"
cabinetInfo
"
,
},
],
[
...
...
@@ -123,16 +128,19 @@ export default {
title
:
"
报关
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/bg-start.png
"
),
type
:
"
cusDeclaration
"
,
voName
:
"
clearanceInfo
"
,
},
{
title
:
"
配船
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/pc-start.png
"
),
type
:
"
ship
"
,
voName
:
"
shipConfigInfo
"
,
},
{
title
:
"
提单
材
料
"
,
title
:
"
提单
补
料
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/tdcl-start.png
"
),
type
:
"
subMaterial
"
,
voName
:
"
ladingBillInfo
"
,
},
],
[
...
...
@@ -140,6 +148,7 @@ export default {
title
:
"
驳船
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/bc-start.png
"
),
type
:
"
barge
"
,
voName
:
"
bargeInfo
"
,
},
],
[
...
...
@@ -147,23 +156,21 @@ export default {
title
:
"
起运
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/qy-start.png
"
),
type
:
"
departure
"
,
voName
:
"
shippingInfo
"
,
},
],
[
/* {
title: "清关文件",
imgSrc: require("@/assets/images/shipping/qg-start.png"),
type: "clearanceDocument",
}, */
{
title
:
"
提单Copy
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/tdcopy-start.png
"
),
type
:
"
blCopy
"
,
voName
:
"
ladingCopyInfo
"
,
},
{
type
:
"
clrDocument
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/qg-start.png
"
),
title
:
"
清关文件
"
,
voName
:
"
clearanceDocInfo
"
,
},
],
[
...
...
@@ -171,6 +178,7 @@ export default {
title
:
"
到港
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/dg-start.png
"
),
type
:
"
arrival
"
,
voName
:
"
arrivalInfo
"
,
},
],
[
...
...
@@ -178,6 +186,7 @@ export default {
title
:
"
清关
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/qg-start.png
"
),
type
:
"
cusClearance
"
,
voName
:
"
clearanceInfo
"
,
},
],
[
...
...
@@ -185,6 +194,7 @@ export default {
title
:
"
卸柜
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/xg-start.png
"
),
type
:
"
unloading
"
,
voName
:
"
cabinetUnloadInfo
"
,
},
],
[
...
...
@@ -192,6 +202,7 @@ export default {
title
:
"
结算
"
,
imgSrc
:
require
(
"
@/assets/images/shipping/js-start.png
"
),
type
:
"
settlement
"
,
voName
:
"
settlementInfo
"
,
},
],
],
...
...
@@ -263,6 +274,7 @@ export default {
},
watch
:
{
shipmentObj
(
val
)
{
console
.
log
(
val
);
this
.
shipmentObj
=
val
;
},
},
...
...
src/views/ecw/box/shippingSea/seaStepDetail.vue
0 → 100644
View file @
28457f86
<
template
>
</
template
>
<
script
>
export
default
{};
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
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