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
4929676d
Commit
4929676d
authored
Feb 29, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release' into release
parents
791a2e42
04a5bb32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
index.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/index.vue
+1
-0
startUnloading.vue
...ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
+9
-4
No files found.
src/views/ecw/box/shippingAir/nodePage/mergePkg/index.vue
View file @
4929676d
...
...
@@ -319,6 +319,7 @@ export default {
// 提交补单
onSupplementFinish
(){
this
.
showPackDialog
=
false
this
.
$emit
(
'
getBoxInfo
'
)
},
changeStatus
(){
this
.
getList
()
...
...
src/views/ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
View file @
4929676d
...
...
@@ -10,9 +10,9 @@
<p
class=
"label-font"
>
{{
selfNo
}}
</p>
<el-input
v-model=
"labelNo"
:placeholder=
"$t('请输入')"
></el-input>
<div>
<el-button
type=
"primary"
@
click=
"modifyUnload"
>
{{
$t
(
'
提交
'
)
}}
</el-button>
<el-button
type=
"primary"
@
click=
"modifyBatchUnload"
>
{{
$t
(
'
批量输入
'
)
}}
</el-button>
<el-button
type=
"primary"
@
click=
"modifyAllUnload"
>
{{
$t
(
'
一键卸柜
'
)
}}
</el-button>
<el-button
type=
"primary"
:disabled=
"isSuccessReview"
@
click=
"modifyUnload"
>
{{
$t
(
'
提交
'
)
}}
</el-button>
<el-button
type=
"primary"
:disabled=
"isSuccessReview"
@
click=
"modifyBatchUnload"
>
{{
$t
(
'
批量输入
'
)
}}
</el-button>
<el-button
type=
"primary"
:disabled=
"isSuccessReview"
@
click=
"modifyAllUnload"
>
{{
$t
(
'
一键卸柜
'
)
}}
</el-button>
</div>
</el-row>
...
...
@@ -132,7 +132,7 @@
</div>
<!-- 操作 -->
<div
v-if=
"!isUnderReview"
>
<el-button
type=
"success"
@
click=
"onSubmit"
>
{{$t('卸柜完成')}}
</el-button>
<el-button
type=
"success"
:disabled=
"isSuccessReview"
@
click=
"onSubmit"
>
{{$t('卸柜完成')}}
</el-button>
<el-button
plain
type=
"primary"
@
click=
"$emit('closeStart')"
>
{{$t('返回')}}
</el-button>
</div>
<div
v-if=
"isUnderReview"
>
...
...
@@ -456,6 +456,11 @@ export default {
const
{
currNode
,
shipmentObj
}
=
this
.
$attrs
;
return
shipmentObj
[
currNode
.
keyName
]
===
183
?
true
:
false
;
},
/* 是否卸柜审核成功 */
isSuccessReview
()
{
const
{
currNode
,
shipmentObj
}
=
this
.
$attrs
;
return
shipmentObj
[
currNode
.
keyName
]
===
185
?
true
:
false
;
},
// 部分信息
getSectionInfo
()
{
const
{
totalStatistics
,
secStatistics
}
=
this
.
pageData
;
...
...
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