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 1/2] =?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.客户名称 }} - - - - - {{ 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.合同信息备注 }} + + + + + + + + + + + + {{ 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.项目流水号 From ca88f500227f87b47015ac6f23d472fe4d3eaf28 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Wed, 4 Dec 2019 16:19:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=BD=A6=E9=97=B4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CompletionOfWorkshopComponents/index.vue | 18 ++++- .../ContractCapitalManagement/index.vue | 74 ++++++------------- 2 files changed, 35 insertions(+), 57 deletions(-) diff --git a/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue b/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue index 76e64941..c9df30d8 100644 --- a/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue +++ b/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue @@ -20,9 +20,9 @@ - + - + {{ scope.row.工艺名称 }} @@ -46,9 +46,9 @@ - + - 机床图号:{{ 机床图号 }} 机床名称:{{ 机床名称 }} + {{ 机床图号 }} {{ 机床名称 }} { this.tableData1 = response.data }) + }, + tableRowClassName({ row, rowIndex }) { + if (row.工序状态 === 4) { + return 'cjzuwcqk_complet' + } } } } +