海运出口bug调整

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

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

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

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

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

@ -1213,7 +1213,8 @@
yardId: traceForm.traceValue.includes('1') ? props.details.yardId : '', yardId: traceForm.traceValue.includes('1') ? props.details.yardId : '',
carrierId: traceForm.traceValue.includes('2') ? props.details.carrierId : '', carrierId: traceForm.traceValue.includes('2') ? props.details.carrierId : '',
carrier: traceForm.traceValue.includes('2') ? props.details.carrier : '', 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 tloading.value = true
SendTrace([query]).then((res) => { SendTrace([query]).then((res) => {

Loading…
Cancel
Save