gaoluyang
6 天以前 adeb8b768926ed50a3fb0857f366d6a0308d2cc0
src/pages/procurementManagement/paymentEntry/edit.vue
@@ -60,8 +60,6 @@
</template>
<script setup>
// 替换 Vant 的 toast 和 notify
// import { showToast, showNotify } from 'vant'
// 替换 toast 和 notify 方法
const showToast = (message) => {
@@ -79,9 +77,7 @@
}
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";