海运出口详情bug

szh-new
lijingjia 3 months ago
parent d708abc8dd
commit a023e8ef06

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

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

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

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

Loading…
Cancel
Save