From e9158c90113af40632e4177bf59a4bf9540df2a6 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 27 十二月 2023 16:03:36 +0800 Subject: [PATCH] 对应的产品信息列表增加 成本单价,毛利,毛利率,产品的发货单,承运商,运单号移植发货信息列表 --- src/views/sales/quotation/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/sales/quotation/index.vue b/src/views/sales/quotation/index.vue index 24e3613..ad7bcbd 100644 --- a/src/views/sales/quotation/index.vue +++ b/src/views/sales/quotation/index.vue @@ -163,7 +163,7 @@ { label: "閿�鍞礋璐d汉", prop: "member_name" }, // 閿�鍞礋璐d汉 { label: "鏈夋晥鏈�", prop: "validity_date", min: 100 }, // 淇敼鏃堕棿 // { label: "灏忚", prop: "subTotal" }, // 灏忚 - { label: "鍚堣", prop: "amountTotal", price: true }, // 鍚堣 + { label: "鍚堣", prop: "amountTotal", price:false }, // 鍚堣 { label: "瀹㈡埗鍚嶇О", prop: "client_name",min: 120,}, { label: "鐘舵��", prop: "quotationStatus",} ], -- Gitblit v1.8.0