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
032ce625
Commit
032ce625
authored
Sep 11, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合包可选,但必须出货完成了才能出仓
parent
928dfb9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
arrival.vue
src/views/ecw/box/shippingAir/nodePage/arrival.vue
+5
-1
seaProcess.vue
src/views/ecw/box/shippingAir/seaProcess.vue
+6
-0
No files found.
src/views/ecw/box/shippingAir/nodePage/arrival.vue
View file @
032ce625
...
...
@@ -12,7 +12,7 @@
</el-form-item>
-->
<el-form-item
:label=
"$t('实际二程起飞时间')"
prop=
"actSecondTime"
v-show=
"this.$attrs.shipmentObj.bookAirInfo.voyag
e"
>
<el-form-item
v-if=
"dtRealHeadTimeFlag"
:label=
"$t('实际二程起飞时间')"
prop=
"actSecondTim
e"
>
<el-date-picker
type=
"datetime"
:placeholder=
"$t('请选择日期')"
v-model=
"airArrivalInfo.actSecondTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
<el-form-item
:label=
"$t('预计到港时间')"
prop=
"estTime"
>
...
...
@@ -73,6 +73,7 @@ export default {
inspectionTimeArrival
:
this
.
getDictDatas
(
this
.
DICT_TYPE
.
BOX_INSPECTION_TIME_ARRIVAL
)[
0
].
value
,
dtRealHeadTimeFlag
:
false
};
},
created
()
{
...
...
@@ -84,6 +85,9 @@ export default {
"
YYYY-MM-DD HH:mm:ss
"
);
this
.
airArrivalInfo
=
oldData
;
if
(
this
.
$attrs
.
shipmentObj
[
'
bookAirInfo
'
].
voyage
&&
this
.
$attrs
.
shipmentObj
[
'
bookAirInfo
'
].
voyage
==
2
){
this
.
dtRealHeadTimeFlag
=
true
}
},
watch
:
{
// 实际二程起飞时间
...
...
src/views/ecw/box/shippingAir/seaProcess.vue
View file @
032ce625
...
...
@@ -143,6 +143,12 @@ export default {
this
.
$message
.
error
(
this
.
$t
(
"
没有此操作的权限
"
));
return
;
}
if
(
node
.
type
==
'
checkout
'
){
if
(
this
.
shipmentObj
.
airShipmentStatus
!=
175
){
this
.
$message
.
error
(
this
.
$t
(
"
请先完成出货操作
"
));
return
;
}
}
if
(
currIndex
>
this
.
currIndex
)
{
console
.
log
(
currIndex
,
this
.
currIndex
)
this
.
$message
.
error
(
this
.
errorMsg
);
...
...
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