@ -156,13 +156,9 @@
loading.value = false
})
}
// onMounted(() => {
// emitter.on('customerBack', (v) => {
// if (v.clientContact) {
// insertTableDataRecord(v.clientContact)
// }
// })
onMounted(() => {
reload()
// onUnmounted(() => {
// emitter.off('customerBack')
@ -38,12 +38,6 @@
const linkageForm = (v) => {
emitter.emit('setEtd', v)
watch(
() => props.details,
(nval) => {
setFieldsValue(nval)
)
// 接收装货港,带出签单地点
emitter.on('setIssuePlace', (v) => {
@ -55,6 +49,9 @@
if (props.details && props.details.id) {
setFieldsValue(props.details)
// if (source.value != 'edit') {
// noteFormSchema.forEach(item => {
// item.dynamicDisabled = true