合并冲突

szh-new
sunzehua 3 months ago
parent db9f4ce7c8
commit 5b64819774

@ -814,18 +814,12 @@ export const mailingInfoFormSchemaR: FormSchema[] = [
immediate: false,
onChange: (e, obj) => {
if (e && obj) {
<<<<<<< HEAD
=======
formActionType ? formActionType.linkageForm({ key: 'dischargePortCode', value: obj }) : null
>>>>>>> e9316a4348efafd41d299d3b56e1bb06449abd4d
formModel.dischargePortId = obj.id
formModel.dischargePort = obj.portName
}
if (!e && !obj) {
<<<<<<< HEAD
=======
formActionType ? formActionType.linkageForm({ key: 'dischargePortCode', value: null }) : null
>>>>>>> e9316a4348efafd41d299d3b56e1bb06449abd4d
formModel.dischargePortId = null
formModel.dischargePort = null
}
@ -1042,8 +1036,6 @@ export const mailingInfoFormSchemaR: FormSchema[] = [
// },
]
<<<<<<< HEAD
=======
// 备注信息表单
export const noteFormSchema: FormSchema[] = [
{
@ -1335,7 +1327,6 @@ export const noteFormSchema: FormSchema[] = [
}
]
>>>>>>> e9316a4348efafd41d299d3b56e1bb06449abd4d
// ediMore表单
export const ediMoreFormSchema: FormSchema[] = [
{
@ -2163,11 +2154,7 @@ export const otherInfoFormSchema: FormSchema[] = [
show: false
},
{
<<<<<<< HEAD
label: '船司航线',
=======
label: '',
>>>>>>> e9316a4348efafd41d299d3b56e1bb06449abd4d
field: 'lane',
component: 'Input',
show: false,

@ -169,8 +169,6 @@
const editCustomerNo = () => {
customerNoRef.value.focus()
}
<<<<<<< HEAD
=======
// 1.
// 2.
// 3.
@ -183,7 +181,6 @@
emitter.emit('seaAddNotes', item.value)
}
}
>>>>>>> e9316a4348efafd41d299d3b56e1bb06449abd4d
watch(
() => props.details,
(v) => {

Loading…
Cancel
Save