海运出口bug调整

szh-new
lijingjia 3 months ago
parent 679f86d98d
commit 0964869586

@ -180,13 +180,4 @@
.hot-red {
background-color: #f5222d;
}
.handsontableInputHolder {
.autocompleteEditor {
.ht_master {
.wtHolder {
min-height: 200px!important;
}
}
}
}
}

@ -127,7 +127,7 @@
width: 60,
},
canResize: true,
resizeHeightOffset: 35,
resizeHeightOffset: 15,
immediate: true,
actionColumn: {
width: 80,

@ -86,10 +86,11 @@
:maskClosable="false"
title="品名维护"
width="80%"
:closable="false"
:closable="true"
@cancel="visible = false"
>
<GoodsTable source="modal"></GoodsTable>
<template #footer></template>
</a-modal>
</div>
</template>

@ -2021,7 +2021,7 @@
.handsontable {
.wtHider {
max-height: 240px!important;
min-height: 130px;
min-height: 160px;
}
.htCheckboxRendererInput {
position: relative;

@ -1213,7 +1213,8 @@
yardId: traceForm.traceValue.includes('1') ? props.details.yardId : '',
carrierId: traceForm.traceValue.includes('2') ? props.details.carrierId : '',
carrier: traceForm.traceValue.includes('2') ? props.details.carrier : '',
isBook: !!traceForm.traceValue.includes('2')
isBook: !!traceForm.traceValue.includes('2'),
isFrontPort: !!traceForm.traceValue.includes('1')
}
tloading.value = true
SendTrace([query]).then((res) => {

Loading…
Cancel
Save