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
f2efac81
Commit
f2efac81
authored
Sep 13, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运-分练页面,排单请改成分练
parent
22e71b1d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
preinstall.vue
src/views/ecw/box/shippingAir/nodePage/preinstall.vue
+3
-3
seaProcess.vue
src/views/ecw/box/shippingAir/seaProcess.vue
+1
-1
No files found.
src/views/ecw/box/shippingAir/nodePage/preinstall.vue
View file @
f2efac81
...
...
@@ -114,19 +114,19 @@
<p>
{{
$t
(
'
重量
'
)
}}
:
</p>
<p>
{{
preList
.
remainWeight
||
0
}}
kg
</p>
</div-->
<div
class=
"table-button"
>
<div
v-if=
"false"
class=
"table-button"
>
<el-button
type=
"success"
size=
"small"
@
click=
"addPart"
:disabled=
"isAudit"
>
{{
$t
(
'
增加
'
)
}}
</el-button>
</div>
</el-row>
<el-scrollbar
style=
"height:calc(100% - 43px)"
>
<el-row
v-for=
"(part, index) in preList.sectionGoodList"
:key=
"index"
class=
"pre-part"
>
<el-row
class=
"preinstall-title"
>
<div
class=
"pre-part-info"
>
<div
v-if=
"false"
class=
"pre-part-info"
>
<p>
{{
$t
(
'
第{index
}
部分
'
,
{
index
:
index
+
1
}
)
}}
<
/p
>
<
p
>
{{
getTotlContent
(
part
.
secStatistics
)
}}
<
/p
>
<
/div
>
<
div
class
=
"
table-button
"
>
<
el
-
button
type
=
"
danger
"
size
=
"
small
"
@
click
=
"
deletePart(part)
"
:
disabled
=
"
isAudit
"
>
{{
$t
(
'
删除部分
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
false
"
type
=
"
danger
"
size
=
"
small
"
@
click
=
"
deletePart(part)
"
:
disabled
=
"
isAudit
"
>
{{
$t
(
'
删除部分
'
)
}}
<
/el-button
>
<
el
-
button
type
=
"
danger
"
size
=
"
small
"
@
click
=
"
deleteOrder('selected', part)
"
:
disabled
=
"
isAudit
"
>
{{
$t
(
'
删除订单
'
)
}}
<
/el-button
>
<
el
-
button
type
=
"
primary
"
size
=
"
small
"
@
click
=
"
foldTable(index, part)
"
>
{{
part
.
fold
?
$t
(
'
展开
'
)
:
$t
(
'
收起
'
)
}}
<
/el-button
>
<
/div
>
...
...
src/views/ecw/box/shippingAir/seaProcess.vue
View file @
f2efac81
...
...
@@ -202,7 +202,7 @@ export default {
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
分拣反审
"
));
}
else
{
this
.
$set
(
this
.
dialogConfig
,
"
fullscreen
"
,
true
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
空运-
排单
"
));
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
空运-
分拣
"
));
}
// 装柜
case
"
cabinet
"
:
...
...
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