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
d6896598
Commit
d6896598
authored
Aug 20, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理空运出货的一些bug
parent
dd93306e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
7 deletions
+20
-7
editAirForm.vue
src/views/ecw/box/editAirForm.vue
+2
-0
indexAir.vue
src/views/ecw/box/indexAir.vue
+5
-2
pkgPage.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
+9
-1
unPkgPage.vue
...views/ecw/box/shippingAir/nodePage/mergePkg/unPkgPage.vue
+1
-1
subMaterial.vue
src/views/ecw/box/shippingAir/nodePage/subMaterial.vue
+1
-1
utils.js
src/views/ecw/box/shippingAir/utils.js
+2
-2
No files found.
src/views/ecw/box/editAirForm.vue
View file @
d6896598
...
...
@@ -71,6 +71,8 @@ export default {
this
.
form
=
{
...
this
.
shipmentObj
};
if
(
this
.
form
.
destinationClearance
&&
this
.
form
.
destinationClearance
!=
3
){
this
.
form
.
destinationClearanceSelect
=
1
}
else
{
this
.
form
.
destinationClearanceSelect
=
3
}
this
.
getChannelList
()
},
...
...
src/views/ecw/box/indexAir.vue
View file @
d6896598
...
...
@@ -419,7 +419,10 @@ export default {
this
.
$set
(
this
.
dialogCfg
,
'
fullscreen
'
,
false
)
this
.
$set
(
this
.
dialogCfg
,
'
open
'
,
true
)
this
.
currRow
=
{
transportType
:
'
3
'
transportType
:
'
3
'
,
destinationClearanceSelect
:
1
,
destinationClearance
:
1
,
deliveryType
:
1
}
}
,
/** 修改按钮操作 */
...
...
@@ -463,7 +466,7 @@ export default {
return
exportboxExcel
(
params
)
}
)
.
then
((
response
)
=>
{
this
.
$download
.
excel
(
response
,
'
${table.classComment
}
.xls
'
)
this
.
$download
.
excel
(
response
,
this
.
$t
(
"
空运管理
"
)
+
"
.xls
"
);
this
.
exportLoading
=
false
}
)
.
catch
(()
=>
{
}
)
...
...
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
View file @
d6896598
...
...
@@ -44,7 +44,7 @@
<el-table-column
:label=
"$t('储位')"
align=
"center"
prop=
"positionNo"
width=
"250px"
>
<
template
slot-scope=
"{ row }"
>
<div
v-for=
"item in row.orderItemDOS"
:key=
"item.orderItemId"
>
{{
notset
(
item
.
positionNo
)
}}
{{
notset
(
getpositionNo
(
item
.
warehouseInInfoVO
.
orderLocationMergeVOSet
)
)
}}
</div>
</
template
>
</el-table-column>
...
...
@@ -184,6 +184,14 @@ export default {
})
return
arr
.
toString
()
},
getpositionNo
(
arr
){
if
(
!
arr
)
return
arr
let
data
=
[]
arr
.
forEach
(
item
=>
{
data
.
push
(
item
.
areaName
+
item
.
locationName
)
})
return
data
.
toString
()
},
removePkg
(
row
)
{
deleteRelate
(
this
.
pkgData
.
id
,
row
.
orderId
).
then
(()
=>
{
this
.
$message
.
success
(
this
.
$t
(
'
移出成功
'
))
...
...
src/views/ecw/box/shippingAir/nodePage/mergePkg/unPkgPage.vue
View file @
d6896598
...
...
@@ -112,7 +112,7 @@ export default {
if
(
!
arr
)
return
arr
let
data
=
[]
arr
.
forEach
(
item
=>
{
data
.
push
(
item
.
locationName
)
data
.
push
(
item
.
areaName
+
item
.
locationName
)
})
return
data
.
toString
()
},
...
...
src/views/ecw/box/shippingAir/nodePage/subMaterial.vue
View file @
d6896598
...
...
@@ -127,7 +127,7 @@ export default {
});
const
voName
=
this
.
$attrs
.
currNode
.
voName
;
let
oldData
=
{
...
this
.
shipmentObj
[
voName
]
};
if
(
oldData
.
issueType
==
0
)
oldData
.
issueType
=
2
if
(
!
oldData
.
issueType
||
oldData
.
issueType
==
0
)
oldData
.
issueType
=
2
oldData
=
formatNumberString
(
oldData
,
[
"
issueType
"
]);
this
.
subMaterialObj
=
{
...
oldData
,
...
...
src/views/ecw/box/shippingAir/utils.js
View file @
d6896598
...
...
@@ -666,11 +666,11 @@ const constantDict = {
billingMethod
:
[
{
value
:
"
1
"
,
label
:
i18n
.
$t
(
"
电放
"
),
label
:
i18n
.
$t
(
"
正本
"
),
},
{
value
:
"
2
"
,
label
:
i18n
.
$t
(
"
正本
"
),
label
:
i18n
.
$t
(
"
电放
"
),
},
],
// 是否有文件
...
...
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