From 93b62e1221c6948fc8e442e619f839596b16545e Mon Sep 17 00:00:00 2001
From: zhangdingyu <974548713@qq.com>
Date: Wed, 4 Dec 2019 15:31:38 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/MarketingCenter/CRM/index.vue | 4 +-
.../ComprehensiveInquiryMS/index.vue | 175 +++++++++---------
2 files changed, 87 insertions(+), 92 deletions(-)
diff --git a/src/views/MarketingCenter/CRM/index.vue b/src/views/MarketingCenter/CRM/index.vue
index 7aa78c7e..9aa4de6a 100644
--- a/src/views/MarketingCenter/CRM/index.vue
+++ b/src/views/MarketingCenter/CRM/index.vue
@@ -24,8 +24,8 @@
查询
- 添加营销经理
- 新增客户
+ 添加营销经理
+ 新增客户
diff --git a/src/views/MarketingCenter/ComprehensiveInquiryMS/index.vue b/src/views/MarketingCenter/ComprehensiveInquiryMS/index.vue
index 283708ed..7ba05cfa 100644
--- a/src/views/MarketingCenter/ComprehensiveInquiryMS/index.vue
+++ b/src/views/MarketingCenter/ComprehensiveInquiryMS/index.vue
@@ -15,97 +15,91 @@
-
-
-
-
-
-
-
-
-
- {{ scope.row.合同编号 }}
+
+
+
+
+ {{ scope.row.项目名称 }}
-
-
-
-
- {{ scope.row.项目名称 }}
-
-
-
-
- {{ scope.row.客户名称 }}
-
-
-
-
- {{ scope.row.合同总金额 }}
-
-
-
-
- {{ scope.row.付款方式 }}
-
-
-
-
- {{ Number(scope.row.已支付).toFixed(2) }}
-
-
-
-
- {{ scope.row.营销经理 }}
-
-
-
-
- {{ scope.row.合同信息备注 }}
-
-
-
-
- {{ scope.row.合同签订日期&&scope.row.合同签订日期!=='1900/1/1' ? scope.row.合同签订日期 : '-' }}
-
-
-
-
- {{ scope.row.发货节点&&scope.row.发货节点!=='1900/1/1' ? scope.row.发货节点 : '-' }}
-
-
-
-
-
-
+
+
+
+ {{ scope.row.客户名称 }}
+
+
+
+
+ {{ scope.row.付款方式 }}
+
+
+
+
+ {{ scope.row.合同总金额 }}
+
+
+
+
+ {{ Number(scope.row.已支付).toFixed(2) }}
+
+
+
+
+ {{ scope.row.合同签订日期&&scope.row.合同签订日期!=='1900/1/1' ? scope.row.合同签订日期 : '-' }}
+
+
+
+
+ {{ scope.row.发货节点&&scope.row.发货节点!=='1900/1/1' ? scope.row.发货节点 : '-' }}
+
+
+
+
+ {{ scope.row.营销经理 }}
+
+
+
+
+
+ {{ scope.row.合同编号 }}
+
+
+
+
+
+ {{ scope.row.合同信息备注 }}
+
+
+
+
+
+
+
+
+
+
@@ -729,6 +723,7 @@ export default {
}
}
selectMachine(row.项目流水号).then(response => {
+ console.log(response.data)
this.tableData2 = response.data
})
this.projectNum = row.项目流水号