From 526954dd5a2fe389a03a217cc827fc19935044c5 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 19 十一月 2025 18:08:59 +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