From 1922a6ffe7cc81ef5d43a5a87ecb94f1e1d84f5c Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 10 七月 2025 14:26:28 +0800
Subject: [PATCH] no message

---
 zy-asrs-admin/src/components/order/order/orderOut.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/zy-asrs-admin/src/components/order/order/orderOut.vue b/zy-asrs-admin/src/components/order/order/orderOut.vue
index 8ee1a03..15ecfb5 100644
--- a/zy-asrs-admin/src/components/order/order/orderOut.vue
+++ b/zy-asrs-admin/src/components/order/order/orderOut.vue
@@ -155,13 +155,12 @@
         ellipsis: true,
         ...getColumnSearchProps('memo'),
     },
-
     {
         title: formatMessage('common.operation', '鎿嶄綔'),
         name: 'oper',
         dataIndex: 'oper',
         key: 'oper',
-        width: 240,
+        width: 350,
         fixed: 'right',
     },
 ];
@@ -182,7 +181,6 @@
 
 function getPage() {
     state.loading = true;
-
     let apiUrl = '/api/order/page';
     if (props.ioModel == 'in') {
         apiUrl = '/api/order/in/page';
@@ -275,6 +273,7 @@
         printData.push(newItem)
     })
     printChild.value.printData = printData;
+    printChild.value.data = record.__v_raw;
     printChild.value.orderNo = record.__v_raw.orderNo
     printChild.value.open = true;
 }

--
Gitblit v1.9.1