From 7a5c5250b66cc6faffbcac9e192073473c50f79f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 28 八月 2026 17:02:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0

---
 src/views/wls/arrivalnotice/modules/po-select-dialog.vue |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/views/wls/arrivalnotice/modules/po-select-dialog.vue b/src/views/wls/arrivalnotice/modules/po-select-dialog.vue
index 6d6d492..4dd38ed 100644
--- a/src/views/wls/arrivalnotice/modules/po-select-dialog.vue
+++ b/src/views/wls/arrivalnotice/modules/po-select-dialog.vue
@@ -2,7 +2,7 @@
 import type { ErpPurchaseOrderApi } from '#/api/erp/purchase/order';
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 
-import { Page, useVbenModal } from '@vben/common-ui';
+import { useVbenModal } from '@vben/common-ui';
 
 import { message } from 'ant-design-vue';
 
@@ -62,7 +62,7 @@
         field: 'totalPrice',
         title: '鎬婚噾棰�',
         width: 120,
-        formatter: 'formatMoney',
+        formatter: 'formatAmount2',
       },
       {
         field: 'status',
@@ -74,7 +74,7 @@
         },
       },
     ],
-    height: 'auto',
+    height: 460,
     keepSource: true,
     proxyConfig: {
       ajax: {
@@ -108,16 +108,14 @@
     emit('selected', selectedRows.id);
     await modalApi.close();
   },
-  async onOpenChange(isOpen: boolean) {
-    if (isOpen) {
-      await gridApi.query();
-    }
+  async onOpened() {
+    await gridApi.query();
   },
 });
 </script>
 
 <template>
-  <Modal title="閫夋嫨閲囪喘璁㈠崟" class="w-2/3">
+  <Modal title="閫夋嫨閲囪喘璁㈠崟" class="w-[1000px]">
     <Grid table-title="閲囪喘璁㈠崟鍒楄〃" />
   </Modal>
 </template>

--
Gitblit v1.9.3