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
44bc0a7e
Commit
44bc0a7e
authored
Apr 12, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'predev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into predev
parents
c3d623f4
7871ae3a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
index.vue
src/views/ecw/currency/index.vue
+1
-0
TransferCargo.vue
src/views/ecw/order/components/TransferCargo.vue
+3
-3
index.vue
src/views/ecw/order/index.vue
+3
-3
No files found.
src/views/ecw/currency/index.vue
View file @
44bc0a7e
...
@@ -214,6 +214,7 @@ export default {
...
@@ -214,6 +214,7 @@ export default {
fuhao
:
undefined
,
fuhao
:
undefined
,
status
:
undefined
,
status
:
undefined
,
huilv
:
undefined
,
huilv
:
undefined
,
exchangeToFc
:
undefined
,
aorder
:
undefined
,
aorder
:
undefined
,
createAt
:
undefined
,
createAt
:
undefined
,
updateAt
:
undefined
,
updateAt
:
undefined
,
...
...
src/views/ecw/order/components/TransferCargo.vue
View file @
44bc0a7e
...
@@ -152,15 +152,15 @@ export default {
...
@@ -152,15 +152,15 @@ export default {
if
(
!
valid
){
if
(
!
valid
){
return
false
return
false
}
}
// 放货箱数不能大于
总控
货箱数
// 放货箱数不能大于
可放
货箱数
let
errNos
=
[]
let
errNos
=
[]
this
.
selectedOrders
.
forEach
(
item
=>
{
this
.
selectedOrders
.
forEach
(
item
=>
{
if
(
item
.
releaseNum
>
item
.
sumNum
){
if
(
item
.
releaseNum
>
item
.
sumNum
-
item
.
releaseNum
){
errNos
.
push
(
item
.
orderNo
)
errNos
.
push
(
item
.
orderNo
)
}
}
})
})
if
(
errNos
.
length
){
if
(
errNos
.
length
){
return
this
.
$message
.
error
(
this
.
$t
(
"
订单{no}的放货箱数不能大于
控
货箱数
"
,
{
no
:
errNos
.
join
(
"
,
"
)}))
return
this
.
$message
.
error
(
this
.
$t
(
"
订单{no}的放货箱数不能大于
可放
货箱数
"
,
{
no
:
errNos
.
join
(
"
,
"
)}))
}
}
updateApply
(
Object
.
assign
({
updateApply
(
Object
.
assign
({
cargoControlPickId
:
this
.
cargoControlPickId
,
cargoControlPickId
:
this
.
cargoControlPickId
,
...
...
src/views/ecw/order/index.vue
View file @
44bc0a7e
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
</
template
>
</
template
>
<!-- 合单,拆单 -->
<!-- 合单,拆单 -->
<
template
v-if=
" (scope.row.status < 12 || (scope.row.status == 12 && scope.row.shipmentState == 314)) && !scope.row.abnormalState && scope.row.status > 3 && exclude(scope.row.inWarehouseState, [204,205,206])"
>
<
template
v-if=
" (scope.row.status < 12 || (scope.row.status == 12 && scope.row.shipmentState == 314)) && !scope.row.abnormalState && scope.row.status > 3 && exclude(scope.row.inWarehouseState, [204,205,206
,212,213
])"
>
<el-dropdown-item
@
click.native=
"$router.push(`/order/singleApply?orderNo=$
{scope.row.orderNo}`)" v-hasPermi="['ecw:order:merge']">
{{
$t
(
'
合单申请
'
)
}}
</el-dropdown-item>
<el-dropdown-item
@
click.native=
"$router.push(`/order/singleApply?orderNo=$
{scope.row.orderNo}`)" v-hasPermi="['ecw:order:merge']">
{{
$t
(
'
合单申请
'
)
}}
</el-dropdown-item>
<el-dropdown-item
@
click.native=
"$router.push(`/order/splitApply?orderId=$
{scope.row.orderId}`)" v-hasPermi="['ecw:order:split']">
{{
$t
(
'
拆单申请
'
)
}}
</el-dropdown-item>
<el-dropdown-item
@
click.native=
"$router.push(`/order/splitApply?orderId=$
{scope.row.orderId}`)" v-hasPermi="['ecw:order:split']">
{{
$t
(
'
拆单申请
'
)
}}
</el-dropdown-item>
</
template
>
</
template
>
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
</
template
>
</
template
>
<!-- 入仓补充 -->
<!-- 入仓补充 -->
<
template
v-if=
"
<
template
v-if=
"
include(scope.row.inWarehouseState, [201,202, 202, 210, 202, 211, 202, 21
3, 21
4, 215, 216]) &&
include(scope.row.inWarehouseState, [201,202, 202, 210, 202, 211, 202, 214, 215, 216]) &&
scope.row.abnormalState != 1 &&
scope.row.abnormalState != 1 &&
include(scope.row.status, [2,3,5,10,9,8])
include(scope.row.status, [2,3,5,10,9,8])
"
>
"
>
...
@@ -356,7 +356,7 @@
...
@@ -356,7 +356,7 @@
<!-- 入仓修改 -->
<!-- 入仓修改 -->
<
template
v-if=
"
<
template
v-if=
"
(
(
include(scope.row.inWarehouseState, [201, 202, 207, 202, 209, 210, 202, 211, 2
12, 202, 213
, 214, 215, 216, 204, 205]) &&
include(scope.row.inWarehouseState, [201, 202, 207, 202, 209, 210, 202, 211, 2
02
, 214, 215, 216, 204, 205]) &&
scope.row.status != 11 && exclude(scope.row.shipmentState, [314,315,317,318])
scope.row.status != 11 && exclude(scope.row.shipmentState, [314,315,317,318])
)
)
"
>
"
>
...
...
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