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
a5869312
Commit
a5869312
authored
Dec 18, 2024
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改补单
parent
606f373b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
supplementOrder.vue
.../ecw/box/shippingAir/nodePage/cabinet/supplementOrder.vue
+1
-0
index.vue
src/views/ecw/box/shippingAir/nodePage/tally/index.vue
+1
-1
supplementOrder.vue
.../ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
+1
-0
index.vue
src/views/ecw/box/shippingSea/nodePage/tally/index.vue
+1
-1
No files found.
src/views/ecw/box/shippingAir/nodePage/cabinet/supplementOrder.vue
View file @
a5869312
...
...
@@ -278,6 +278,7 @@ export default {
let
params
=
{
secId
:
this
.
partData
.
id
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
isTally
:
this
.
$attrs
.
shipmentObj
.
isTally
,
orderId
:
item
.
orderId
,
};
if
(
type
===
"
all
"
)
{
...
...
src/views/ecw/box/shippingAir/nodePage/tally/index.vue
View file @
a5869312
...
...
@@ -132,7 +132,6 @@
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"supplementClick('supplementOrder',$t('补单'))"
>
{{
$t
(
'
补单
'
)
}}
</el-button>
<el-button
:disabled=
"shipmentObj.approvaling"
type=
"text"
size=
"small"
@
click=
"tallyClick('single',scope.row)"
>
{{
$t
(
'
理货
'
)
}}
</el-button>
<el-button
:disabled=
"shipmentObj.approvaling"
type=
"text"
size=
"small"
@
click=
"removeClick('single',scope.row)"
>
{{
$t
(
'
移出
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"currentTurnExceptionOrder=scope.row"
>
{{
$t
(
'
转异
'
)
}}
</el-button>
...
...
@@ -143,6 +142,7 @@
</el-row>
<el-row
style=
"margin-top: 15px"
class=
"operate-button"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"supplementClick('supplementOrder',$t('补单'))"
>
{{$t('补单')}}
</el-button>
<el-button
:disabled=
"shipmentObj.approvaling"
size=
"small"
type=
"primary"
@
click=
"tallyFinish"
>
{{$t('完成理货')}}
</el-button>
<el-button
size=
"small"
@
click=
"cancel"
>
{{$t('取消')}}
</el-button>
</el-row>
...
...
src/views/ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
View file @
a5869312
...
...
@@ -303,6 +303,7 @@ export default {
secId
:
this
.
partData
.
id
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
orderId
:
item
.
orderId
,
isTally
:
this
.
$attrs
.
shipmentObj
.
isTally
,
isCover
:
1
};
if
(
type
===
"
all
"
)
{
...
...
src/views/ecw/box/shippingSea/nodePage/tally/index.vue
View file @
a5869312
...
...
@@ -120,7 +120,6 @@
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"supplementClick('supplementOrder',scope.row)"
>
{{
$t
(
'
补单
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"tallyClick('single',scope.row)"
>
{{
$t
(
'
理货
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"removeClick('single',scope.row)"
>
{{
$t
(
'
移出
'
)
}}
</el-button>
</
template
>
...
...
@@ -130,6 +129,7 @@
</el-row>
<el-row
style=
"margin-top: 15px"
class=
"operate-button"
>
<el-button
type=
"small"
size=
"primary"
@
click=
"supplementClick('supplementOrder')"
>
{{$t('补单')}}
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"tallyFinish"
>
{{$t('完成理货')}}
</el-button>
<el-button
size=
"small"
@
click=
"cancel"
>
{{$t('取消')}}
</el-button>
</el-row>
...
...
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