Commit 68640c14 authored by zhoutong's avatar zhoutong

【2.0空运】合包列表点击完成或取消按钮,无法编辑合包

空运出货-客户+单票的出货流程不正确
parent f24d1446
...@@ -158,7 +158,11 @@ export default { ...@@ -158,7 +158,11 @@ export default {
// 出货信息 // 出货信息
shipmentObj: this.$attrs.shipmentObj, shipmentObj: this.$attrs.shipmentObj,
addMergedialogVisible: false, addMergedialogVisible: false,
addMergeForm: {}, addMergeForm: {
pkgLength: null,
pkgWidth: null,
pkgHight: null,
},
mergeTitle: '', mergeTitle: '',
isMergeEdit: false, isMergeEdit: false,
pkgPageType: 1, pkgPageType: 1,
......
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
if(element.type == 'unloading'){ if(element.type == 'unloading'){
flag = false flag = false
} }
if(element.type == 'clrDocument'){ if(element.type == 'cusClearance'){
flag = false flag = false
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment