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
91b69a0b
Commit
91b69a0b
authored
Nov 18, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入仓修改与入仓补充按钮屏蔽逻辑的修正
parent
fb1370b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/ecw/order/index.vue
+5
-5
No files found.
src/views/ecw/order/index.vue
View file @
91b69a0b
...
...
@@ -332,7 +332,7 @@
<el-dropdown-menu
slot=
"dropdown"
>
<!--出货订单编辑,shipmentState > 0表示出货后,inWarehouseState == 0 表示预装未审核或者是卸柜到仓 , shipmentState==307 表示已预装,待封柜, shipmentState==407 表示已预装,待封柜)-->
<template
v-if=
"scope.row.shipmentState > 0 && scope.row.inWarehouseState == 0 && scope.row.shipmentState != 307 && scope.row.shipmentState != 407"
v-if=
"scope.row.shipmentState > 0 && scope.row.inWarehouseState == 0 && scope.row.shipmentState != 30
5 && scope.row.shipmentState != 30
7 && scope.row.shipmentState != 407"
>
<el-dropdown-item
@
click.native=
"handleUpdate(scope.row)"
...
...
@@ -348,7 +348,7 @@
scope.row.shipmentState == 314)) &&
!scope.row.abnormalState &&
exclude(scope.row.inWarehouseState, [204, 205, 206]) &&
exclude(scope.row.shipmentState, [307, 407])
exclude(scope.row.shipmentState, [30
5, 30
7, 407])
"
>
<el-dropdown-item
...
...
@@ -479,7 +479,7 @@
</
template
>
<!-- 入仓补充 -->
<
template
v-if=
"scope.row.shipmentState > 0 && scope.row.inWarehouseState == 0 && scope.row.shipmentState != 307 && scope.row.shipmentState != 407"
v-if=
"scope.row.shipmentState > 0 && scope.row.inWarehouseState == 0 && scope.row.shipmentState != 30
5 && scope.row.shipmentState != 30
7 && scope.row.shipmentState != 407"
>
<el-dropdown-item
@
click.native=
"$router.push('/order/warehousing-add?shipment=1&id=' + scope.row.orderId)"
...
...
@@ -507,7 +507,7 @@
</
template
>
<!-- 入仓修改 -->
<
template
v-if=
"scope.row.shipmentState > 0 && scope.row.inWarehouseState == 0 && scope.row.shipmentState != 307 && scope.row.shipmentState != 407"
v-if=
"scope.row.shipmentState > 0 && scope.row.inWarehouseState == 0 && scope.row.shipmentState != 30
5 && scope.row.shipmentState != 30
7 && scope.row.shipmentState != 407"
>
<el-dropdown-item
@
click.native=
"$router.push('/order/warehousing-update?shipment=1&id=' + scope.row.orderId)"
...
...
@@ -611,7 +611,7 @@
>
</
template
>
<!--修改备货-->
<
template
v-if=
"include(scope.row.airShipment, [3, 4
, 10
]) && scope.row.abnormalState === 0 && scope.row.status <= 5"
>
<
template
v-if=
"include(scope.row.airShipment, [3, 4]) && scope.row.abnormalState === 0 && scope.row.status <= 5"
>
<el-dropdown-item
@
click.native=
"
$router.push(
{
...
...
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