From 914b2943c09f947ab59e8143e25f4d5e23b8dcf0 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 30 十月 2025 15:03:39 +0800
Subject: [PATCH] 页面调整

---
 seller/src/views/order/order/orderDetail.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/seller/src/views/order/order/orderDetail.vue b/seller/src/views/order/order/orderDetail.vue
index b67aa3b..32ed473 100644
--- a/seller/src/views/order/order/orderDetail.vue
+++ b/seller/src/views/order/order/orderDetail.vue
@@ -5,8 +5,6 @@
         <Button v-if="allowOperation.editPrice" @click="modifyPrice" type="primary">璋冩暣浠锋牸</Button>
         <Button v-if="allowOperation.editConsignee" @click="editAddress" type="primary">淇敼鏀惰揣鍦板潃</Button>
         <Button v-if="allowOperation.showLogistics || orderPackage.length > 0" @click="checkLogistics" type="primary">鏌ョ湅鐗╂祦</Button>
-        <!-- 娣诲姞淇敼鐗╂祦鍗曞彿鎸夐挳 -->
-        <Button v-if="allowOperation.showLogistics || orderPackage.length > 0" @click="modifyLogisticsNo" type="primary">淇敼鐗╂祦鍗曞彿</Button>
         <Button @click="orderLogModal = true" type="primary">璁㈠崟鏃ュ織</Button>
         <Button @click="printOrder" type="primary" ghost style="float:right;">鎵撳嵃鍙戣揣鍗�</Button>
         <Button v-if="allowOperation.take" @click="orderTake" type="primary">璁㈠崟鏍搁攢</Button>
@@ -528,9 +526,9 @@
           <FormItem label="蹇�掑崟鍙�" prop="logisticsNo">
             <Input v-model="modifyLogisticsForm.logisticsNo" size="large"></Input>
           </FormItem>
-          <FormItem label="蹇�掔紪鐮�" prop="logisticsCode">
-            <Input v-model="modifyLogisticsForm.logisticsCode" size="large"></Input>
-          </FormItem>
+<!--          <FormItem label="蹇�掔紪鐮�" prop="logisticsCode">-->
+<!--            <Input v-model="modifyLogisticsForm.logisticsCode" size="large"></Input>-->
+<!--          </FormItem>-->
         </Form>
       </div>
       <div slot="footer" style="text-align: right">

--
Gitblit v1.8.0