Commit 68640c14 authored by zhoutong's avatar zhoutong

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

空运出货-客户+单票的出货流程不正确
parent f24d1446
......@@ -158,7 +158,11 @@ export default {
// 出货信息
shipmentObj: this.$attrs.shipmentObj,
addMergedialogVisible: false,
addMergeForm: {},
addMergeForm: {
pkgLength: null,
pkgWidth: null,
pkgHight: null,
},
mergeTitle: '',
isMergeEdit: false,
pkgPageType: 1,
......
......@@ -131,7 +131,7 @@ export default {
if(element.type == 'unloading'){
flag = false
}
if(element.type == 'clrDocument'){
if(element.type == 'cusClearance'){
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