@ -1,4 +1,5 @@
<template>
<div>
<BasicTable
@register="registerTable"
@row-dbClick="
@ -34,6 +35,7 @@
</template>
</BasicTable>
<DsPrint ref="dsPrint" name="客户对账"></DsPrint>
</div>
<script lang="ts" setup>
import { ref } from 'vue'
@ -328,8 +328,13 @@
保存
</a-button>
<!-- @click="CopyConsignee" -->
<a-button class="order-btn" size="small" type="primary">
<a-button
class="order-btn"
size="small"
type="primary"
@click="CopyConsignee"
>
复制通知人
@ -1323,6 +1328,7 @@
}
})
function CopyConsignee() {}
function PortChange(data, type) {
console.log(data, type)
portList.value.forEach((item) => {