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
06c16144
Commit
06c16144
authored
Oct 28, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运路线-开通服务中设置提单制作节点为出仓,但处于理货状态就可以制作提单了,该项设置无效
parent
3eedac78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
indexAir.vue
src/views/ecw/box/indexAir.vue
+22
-4
No files found.
src/views/ecw/box/indexAir.vue
View file @
06c16144
...
...
@@ -311,7 +311,24 @@ export default {
this
.
$t
(
"
部分完成
"
),
this
.
$t
(
"
已完成
"
),
],
allUsers
:
[]
allUsers
:
[],
makeBillNodeStatus
:
{
'
1
'
:
403
,
'
2
'
:
407
,
'
3
'
:
409
,
'
4
'
:
410
,
'
5
'
:
411
,
'
6
'
:
412
,
'
7
'
:
421
,
'
8
'
:
421
,
'
9
'
:
421
,
'
10
'
:
426
,
'
11
'
:
426
,
'
12
'
:
428
,
'
13
'
:
430
,
'
14
'
:
435
,
'
15
'
:
438
,
}
}
}
,
computed
:
{
...
...
@@ -518,9 +535,10 @@ export default {
this
.
handleDelete
(
row
);
break
;
case
"
editLadingBill
"
:
getLineInfo
({
startWarehouseId
:
row
.
startWarehouseId
,
destWarehouseId
:
row
.
destWarehouseId
,
transportType
:
row
.
transportType
}
)
console
.
log
(
row
,
12121
)
if
(
1
){
let
line
=
await
getLineInfo
({
startWarehouseId
:
row
.
startWarehouseId
,
destWarehouseId
:
row
.
destWarehouseId
,
transportType
:
row
.
transportType
}
)
let
makeBillNode
=
line
.
data
.
makeBillNode
console
.
log
(
row
,
this
.
makeBillNodeStatus
[
makeBillNode
])
if
(
row
.
shipmentStatusAir
<
this
.
makeBillNodeStatus
[
makeBillNode
]){
this
.
$message
.
error
(
this
.
$t
(
"
此出货单状态未到提单节点
"
));
return
}
...
...
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