szh-new
张同海 5 months ago
parent 89a2e7ab3e
commit 2db0d5475b

@ -1,4 +1,5 @@
<template>
<div>
<BasicTable
@register="registerTable"
@row-dbClick="
@ -34,6 +35,7 @@
</template>
</BasicTable>
<DsPrint ref="dsPrint" name="客户对账"></DsPrint>
</div>
</template>
<script lang="ts" setup>
import { ref } from 'vue'

@ -328,8 +328,13 @@
保存
</a-button>
</div>
<!-- @click="CopyConsignee" -->
<a-button class="order-btn" size="small" type="primary">
<a-button
class="order-btn"
size="small"
type="primary"
@click="CopyConsignee"
>
复制通知人
</a-button>
</div>
@ -1323,6 +1328,7 @@
}
})
}
function CopyConsignee() {}
function PortChange(data, type) {
console.log(data, type)
portList.value.forEach((item) => {

Loading…
Cancel
Save