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.项目流水号