Ben Lin
2025-02-25 fee83fc57f553595cc3a4891b8a692fa66cd77fe
src/views/tigerprojects/wms/salebackorder/salebackorderDetail.vue
@@ -1,3 +1,11 @@
<!--
 * @Description: file content
 * @Author: Ben Lin
 * @version:
 * @Date: 2024-06-18 15:09:48
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-07-17 04:34:28
-->
<template>
  <PageWrapper :title="bt('销售退货单的资料',[BILLCODE])" :content="bt('这是销售退货单详情页面。')" contentBackground @back="goBack">
    <template #footer>
@@ -57,7 +65,7 @@
  loading: false,
  tip: '加载中...',
});
const { t:bt } = useI18n('WMS.Salebackorder');
const { t:bt } = useI18n(); //useI18n('WMS.Salebackorder');
//ATabs: Tabs, ATabPane: Tabs.TabPane
const ATabs = ref(Tabs)
const ATabPane = ref(Tabs.TabPane)