From ec77d5b6a4d6be3423b7723cf5e1333f599b0751 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 04 三月 2024 17:58:19 +0800
Subject: [PATCH] 销售机会模块 新建操作的时候,销售阶段默认为初期沟通+销售预测的币种默认人民币+产品管理部分币种隐藏

---
 src/views/sales/salesDetails/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/sales/salesDetails/index.vue b/src/views/sales/salesDetails/index.vue
index e88abf1..d57155c 100644
--- a/src/views/sales/salesDetails/index.vue
+++ b/src/views/sales/salesDetails/index.vue
@@ -195,7 +195,7 @@
       { label: "浜у搧鍚嶇О", prop: "name" },
       { label: "鏁伴噺", prop: "amount" },
       { label: "鍗曚綅", prop: "unit" },
-      { label: "閿�鍞崟浠�", prop: "salePrice", price: true },
+      { label: "閿�鍞崟浠�", prop: "price", price: true },
       { label: "鎴愭湰鍗曚环", prop: "cost" },
       { label: "姣涘埄", prop: "profit" },
       { label: "姣涘埄鐜�(%)", prop: "margin" },
@@ -299,7 +299,7 @@
         { label: "閿�鍞礋璐d汉", prop: "member_name" },
         { label: "绛剧害鏃ユ湡", prop: "signTime" },
         { label: "浜や粯鏃ユ湡", prop: "deliveryDate" },
-        { label: "璁㈠崟鏉ユ簮", prop: "source" },
+        // { label: "璁㈠崟鏉ユ簮", prop: "source" },
         { label: "鍚堣", prop: "amountTotal", price: true },
         { label: "鐘舵��", prop: "status", isCallMethod: true, getCallMethod: this.getStatus }
       ],
@@ -535,6 +535,7 @@
       console.log(this.addConfig)
       this.editConfig.infomation = {
         ...this.addConfig,
+        signTime: new Date().toLocaleDateString(),
         currency: "浜烘皯甯�",
         sale_chance_name: "",
         subbill_name: "",

--
Gitblit v1.8.0