From cae7d67387b2f300b8ef6dec136b7e33a3f57a67 Mon Sep 17 00:00:00 2001
From: mkm <727897186@qq.com>
Date: Tue, 12 Nov 2024 17:54:44 +0800
Subject: [PATCH] =?UTF-8?q?feat(order):=20=E4=BC=98=E5=8C=96=E9=87=87?=
=?UTF-8?q?=E8=B4=AD=E4=BA=A7=E5=93=81=E6=8A=A5=E4=BB=B7=E5=8D=95=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 移除了产品报价弹窗中不必要的列
- 在采购产品报价单中添加了订单 ID 输入框
- 调整了表格列的宽度和布局
- 新增了包装、规格和售后等自定义输入字段
- 更新了表单数据结构,增加了 order_id 字段
---
src/components/productOfferPop/index.vue | 5 --
.../order/purchase_product_offer/index.vue | 60 +++++++++++++++++--
2 files changed, 55 insertions(+), 10 deletions(-)
diff --git a/src/components/productOfferPop/index.vue b/src/components/productOfferPop/index.vue
index 1ef419e0f..ec5bd1028 100644
--- a/src/components/productOfferPop/index.vue
+++ b/src/components/productOfferPop/index.vue
@@ -33,14 +33,9 @@