| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | // 替换 Vant 的 toast 和 notify |
| | | // import { showToast, showNotify } from 'vant' |
| | | |
| | | // 替换 toast 和 notify 方法 |
| | | const showToast = (message) => { |
| | |
| | | } |
| | | |
| | | import { ref, onMounted, computed } from 'vue' |
| | | import { receiptPaymentSaveOrUpdate, invoiceInfo } from '@/api/salesManagement/receiptPayment' |
| | | import useUserStore from '@/store/modules/user' |
| | | import { showToast, showNotify } from 'vant' |
| | | import { useDict } from '@/utils/dict' |
| | | import {paymentRegistrationAdd, paymentRegistrationEdit} from "@/api/procurementManagement/paymentEntry"; |
| | | |