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
77a22125
Commit
77a22125
authored
Dec 20, 2024
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pre-release' into 'jd_dev'
Pre Release合并到jd分支20241220 See merge request
!109
parents
c39838f9
8914b9b0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
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
edit.vue
src/views/ecw/order/edit.vue
+0
-1
index.vue
src/views/ecw/order/index.vue
+1
-2
No files found.
src/views/ecw/box/shippingAir/nodePage/cabinet/supplementOrder.vue
View file @
77a22125
...
@@ -278,6 +278,7 @@ export default {
...
@@ -278,6 +278,7 @@ export default {
let
params
=
{
let
params
=
{
secId
:
this
.
partData
.
id
,
secId
:
this
.
partData
.
id
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
isTally
:
this
.
$attrs
.
shipmentObj
.
isTally
,
orderId
:
item
.
orderId
,
orderId
:
item
.
orderId
,
};
};
if
(
type
===
"
all
"
)
{
if
(
type
===
"
all
"
)
{
...
...
src/views/ecw/box/shippingAir/nodePage/tally/index.vue
View file @
77a22125
...
@@ -132,7 +132,6 @@
...
@@ -132,7 +132,6 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<el-table-column
:label=
"$t('操作')"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<
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=
"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
: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>
<el-button
type=
"text"
size=
"small"
@
click=
"currentTurnExceptionOrder=scope.row"
>
{{
$t
(
'
转异
'
)
}}
</el-button>
...
@@ -143,6 +142,7 @@
...
@@ -143,6 +142,7 @@
</el-row>
</el-row>
<el-row
style=
"margin-top: 15px"
class=
"operate-button"
>
<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
:disabled=
"shipmentObj.approvaling"
size=
"small"
type=
"primary"
@
click=
"tallyFinish"
>
{{$t('完成理货')}}
</el-button>
<el-button
size=
"small"
@
click=
"cancel"
>
{{$t('取消')}}
</el-button>
<el-button
size=
"small"
@
click=
"cancel"
>
{{$t('取消')}}
</el-button>
</el-row>
</el-row>
...
...
src/views/ecw/box/shippingSea/nodePage/cabinet/supplementOrder.vue
View file @
77a22125
...
@@ -303,6 +303,7 @@ export default {
...
@@ -303,6 +303,7 @@ export default {
secId
:
this
.
partData
.
id
,
secId
:
this
.
partData
.
id
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
shipmentId
:
this
.
$attrs
.
shipmentObj
.
id
,
orderId
:
item
.
orderId
,
orderId
:
item
.
orderId
,
isTally
:
this
.
$attrs
.
shipmentObj
.
isTally
,
isCover
:
1
isCover
:
1
};
};
if
(
type
===
"
all
"
)
{
if
(
type
===
"
all
"
)
{
...
...
src/views/ecw/box/shippingSea/nodePage/tally/index.vue
View file @
77a22125
...
@@ -120,7 +120,6 @@
...
@@ -120,7 +120,6 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<el-table-column
:label=
"$t('操作')"
align=
"center"
width=
"160"
class-name=
"small-padding fixed-width"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<
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=
"tallyClick('single',scope.row)"
>
{{
$t
(
'
理货
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"removeClick('single',scope.row)"
>
{{
$t
(
'
移出
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"removeClick('single',scope.row)"
>
{{
$t
(
'
移出
'
)
}}
</el-button>
</
template
>
</
template
>
...
@@ -130,6 +129,7 @@
...
@@ -130,6 +129,7 @@
</el-row>
</el-row>
<el-row
style=
"margin-top: 15px"
class=
"operate-button"
>
<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"
type=
"primary"
@
click=
"tallyFinish"
>
{{$t('完成理货')}}
</el-button>
<el-button
size=
"small"
@
click=
"cancel"
>
{{$t('取消')}}
</el-button>
<el-button
size=
"small"
@
click=
"cancel"
>
{{$t('取消')}}
</el-button>
</el-row>
</el-row>
...
...
src/views/ecw/order/edit.vue
View file @
77a22125
...
@@ -1560,7 +1560,6 @@ export default {
...
@@ -1560,7 +1560,6 @@ export default {
newItem
.
num
=
item
.
num
newItem
.
num
=
item
.
num
newItem
.
worth
=
item
.
worth
newItem
.
worth
=
item
.
worth
newItem
.
boxGauge
=
item
.
boxGauge
newItem
.
boxGauge
=
item
.
boxGauge
newItem
.
brand
=
item
.
brand
newItem
.
brandType
=
item
.
brandType
newItem
.
brandType
=
item
.
brandType
}
else
{
}
else
{
newItem
=
item
newItem
=
item
...
...
src/views/ecw/order/index.vue
View file @
77a22125
...
@@ -340,7 +340,7 @@
...
@@ -340,7 +340,7 @@
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-menu
slot=
"dropdown"
>
<!--出货订单编辑,shipmentState > 0表示出货后,inWarehouseState == 0 表示预装未审核或者是卸柜到仓 , shipmentState==307 表示已预装,待封柜, shipmentState==407 表示已预装,待封柜)-->
<!--出货订单编辑,shipmentState > 0表示出货后,inWarehouseState == 0 表示预装未审核或者是卸柜到仓 , shipmentState==307 表示已预装,待封柜, shipmentState==407 表示已预装,待封柜)-->
<template
<template
v-if=
"scope.row.
abnormalState > 0 && scope.row.
shipmentState > 0 &&
v-if=
"scope.row.shipmentState > 0 &&
scope.row.inWarehouseState == 0 &&
scope.row.inWarehouseState == 0 &&
exclude(scope.row.auditType, [1, 2, 3, 4, 5, 6, 11, 23, 28, 31, 32]) &&
exclude(scope.row.auditType, [1, 2, 3, 4, 5, 6, 11, 23, 28, 31, 32]) &&
exclude(scope.row.shipmentState, [305, 307, 309, 310, 311, 313, 407,409,411])"
exclude(scope.row.shipmentState, [305, 307, 309, 310, 311, 313, 407,409,411])"
...
@@ -357,7 +357,6 @@
...
@@ -357,7 +357,6 @@
(scope.row.status < 12 ||
(scope.row.status < 12 ||
(scope.row.status == 12 &&
(scope.row.status == 12 &&
scope.row.shipmentState == 314)) &&
scope.row.shipmentState == 314)) &&
!scope.row.abnormalState &&
exclude(scope.row.auditType, [1, 2, 3, 4, 5, 6, 11, 23, 28, 31, 32]) &&
exclude(scope.row.auditType, [1, 2, 3, 4, 5, 6, 11, 23, 28, 31, 32]) &&
exclude(scope.row.inWarehouseState, [204, 205, 206]) &&
exclude(scope.row.inWarehouseState, [204, 205, 206]) &&
exclude(scope.row.shipmentState, [305, 307, 407])
exclude(scope.row.shipmentState, [305, 307, 407])
...
...
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