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
de174e75
Commit
de174e75
authored
Nov 28, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into release
parents
d039ea96
342b0ac3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
3 deletions
+9
-3
cancelClear.vue
src/views/ecw/box/cancelClear.vue
+1
-0
queryAir.vue
src/views/ecw/box/queryAir.vue
+1
-1
regError.vue
src/views/ecw/box/regError.vue
+0
-1
checkout.vue
src/views/ecw/box/shippingAir/nodePage/checkout.vue
+2
-1
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+5
-0
No files found.
src/views/ecw/box/cancelClear.vue
View file @
de174e75
...
...
@@ -47,6 +47,7 @@ export default {
created
()
{
let
orders
=
this
.
shipmentObj
.
clearanceInfo
?.
clearanceOrderBackList
let
order
=
orders
.
find
(
item
=>
item
.
orderId
==
this
.
cancelClearInfo
.
orderId
)
console
.
log
(
order
,
11
,
this
.
cancelClearInfo
.
orderId
,
orders
);
if
(
order
){
this
.
apply
=
order
}
...
...
src/views/ecw/box/queryAir.vue
View file @
de174e75
...
...
@@ -108,7 +108,7 @@
<el-table-column
prop=
""
:label=
"$t('操作')"
align=
"center"
width=
"120px"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
:disabled=
"scope.row.abnormalDealStatus === 1"
@
click=
"()=>updateStatus('single', scope.row)"
>
{{
$t
(
'
更新状态
'
)
}}
</el-button>
<el-button
type=
"primary"
size=
"small"
:disabled=
"shipmentObj.clStatus==132|| (shipmentObj.clearanceInfo == null) || (shipmentObj.clearanceInfo&&shipmentObj.clearanceInfo.clearanceOrderList.findIndex(ff=>ff.orderId == scope.row.orderId) == -1)"
@
click=
"()=>cancleClear(scope.row)"
>
{{
$t
(
'
撤销清关申请
'
)
}}
</el-button>
<el-button
type=
"primary"
size=
"small"
:disabled=
"shipmentObj.clStatus==132|| (shipmentObj.clearanceInfo == null) || (shipmentObj.clearanceInfo&&shipmentObj.clearanceInfo.clearanceOrder
Back
List.findIndex(ff=>ff.orderId == scope.row.orderId) == -1)"
@
click=
"()=>cancleClear(scope.row)"
>
{{
$t
(
'
撤销清关申请
'
)
}}
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/views/ecw/box/regError.vue
View file @
de174e75
...
...
@@ -92,7 +92,6 @@ export default {
},
regprocess
(){
var
data
=
''
this
.
$set
(
this
.
errorObj
,
'
billAbnId
'
,
null
)
switch
(
this
.
errorObj
.
opStep
){
case
'
10
'
:
data
=
'
FLYING_TICKET_EXCEPTION
'
...
...
src/views/ecw/box/shippingAir/nodePage/checkout.vue
View file @
de174e75
...
...
@@ -56,7 +56,7 @@
</div>
<el-form-item
:label=
"$t('出仓日期')"
>
<el-form-item
:label=
"$t('出仓日期')"
prop=
"checkoutTime"
>
<el-date-picker
type=
"datetime"
:placeholder=
"$t('请选择日期')"
v-model=
"airCheckoutObj.checkoutTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
...
...
@@ -104,6 +104,7 @@ export default {
// 校验
rules
:
{
//deliverType: [{ required: true, message: this.$t("必填"), trigger: "change" }],
checkoutTime
:
[{
required
:
true
,
message
:
this
.
$t
(
"
必填
"
),
trigger
:
"
change
"
}]
},
};
},
...
...
src/views/ecw/order/prepayDeal.vue
View file @
de174e75
...
...
@@ -1403,11 +1403,16 @@
return
}
}
if
((
this
.
orderExceptionData
.
orderExceptionType
==
'
not_shipping_channel_exception
'
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
change_channel
'
)
||
(
this
.
orderExceptionData
.
orderExceptionType
==
'
channel_exception
'
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
set_shipment_channel
'
)){
if
(
!
this
.
handlerParams
.
channelId
||
this
.
handlerParams
.
channelId
==
0
){
this
.
$modal
.
msgError
(
this
.
$t
(
'
请选择出货渠道
'
));
return
}
if
(
!
this
.
handlerParams
.
lineId
||
this
.
handlerParams
.
lineId
==
0
){
this
.
$modal
.
msgError
(
this
.
$t
(
'
请选择线路
'
));
return
}
}
if
([
'
channel_packaging_overweight_exception
'
,
'
overweight_exception
'
].
indexOf
(
this
.
orderExceptionData
.
orderExceptionType
)
>-
1
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
update_weight_limit
'
){
if
(
!
this
.
handlerParams
.
weightLimit
){
...
...
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