海运出口详情bug

szh-new
lijingjia 3 months ago
parent d708abc8dd
commit a023e8ef06

@ -74,7 +74,7 @@
//
const changeCode = (len) => {
if (len == '*') {
//
} else {
const value = state.value
var textArr: any = value.match(/.+[\n]*/g)

@ -544,7 +544,7 @@ export const mailingInfoFormSchemaL: FormSchema[] = [
component: 'InputTextArea',
colProps: { span: 8 },
componentProps: {
slice: ['*', 30, 35, 40]
slice: [30, 35, 40]
}
},
{

@ -129,7 +129,6 @@
)
onMounted(() => {
emitter.on('setSeaLane', (v) => {
console.log(v)
if (v.laneId) {
setFieldsValue({
lane: v.lane,
@ -139,6 +138,7 @@
}
})
emitter.on('customerBack', (v) => {
if (v.saleOrgIdList && v.saleOrgIdList.length) v['saleOrgId'] = v.saleOrgIdList[0]
setFieldsValue({
...v
})

@ -89,13 +89,11 @@
</template>
<!-- 运踪 -->
<template v-if="column.dataIndex == 'bookStatus'">
<a-spin :spinning="bsloading">
<div @click="checkBookStatus(record.id)">
<div >
<span class="iconfont icon-refresh-1-copy"></span> 舱单-海放-装载-码放-装船-离港
</div>
<div @click="checkBookStatus(record.id)">
<div style="cursor: pointer;">
<span class="iconfont icon-refresh-1-copy"></span> 舱单-海放-装载-码放-装船-离港
</div>
</a-spin>
</div>
</template>
<!-- 格式单比对 -->
<template v-if="column.dataIndex == 'lstDraftCompareRlt'">

Loading…
Cancel
Save