|
@@ -411,7 +411,8 @@ const NewService = Form.create()(
|
|
|
title: "项目状态",
|
|
title: "项目状态",
|
|
|
dataIndex: "projectStatus",
|
|
dataIndex: "projectStatus",
|
|
|
key: "projectStatus",
|
|
key: "projectStatus",
|
|
|
- width: 70, textAlign: "center",
|
|
|
|
|
|
|
+ width: 70,
|
|
|
|
|
+ textAlign: "center",
|
|
|
render: (text) => {
|
|
render: (text) => {
|
|
|
return getProjectName(text);
|
|
return getProjectName(text);
|
|
|
},
|
|
},
|
|
@@ -480,7 +481,6 @@ const NewService = Form.create()(
|
|
|
<Tooltip title={textStr}>
|
|
<Tooltip title={textStr}>
|
|
|
<div
|
|
<div
|
|
|
style={{
|
|
style={{
|
|
|
- width: 100,
|
|
|
|
|
overflow: "hidden",
|
|
overflow: "hidden",
|
|
|
whiteSpace: "nowrap",
|
|
whiteSpace: "nowrap",
|
|
|
textOverflow: "ellipsis",
|
|
textOverflow: "ellipsis",
|
|
@@ -722,7 +722,6 @@ const NewService = Form.create()(
|
|
|
<Tooltip title={textStr}>
|
|
<Tooltip title={textStr}>
|
|
|
<div
|
|
<div
|
|
|
style={{
|
|
style={{
|
|
|
- width: 100,
|
|
|
|
|
overflow: "hidden",
|
|
overflow: "hidden",
|
|
|
whiteSpace: "nowrap",
|
|
whiteSpace: "nowrap",
|
|
|
textOverflow: "ellipsis",
|
|
textOverflow: "ellipsis",
|
|
@@ -926,7 +925,6 @@ const NewService = Form.create()(
|
|
|
<Tooltip title={textStr}>
|
|
<Tooltip title={textStr}>
|
|
|
<div
|
|
<div
|
|
|
style={{
|
|
style={{
|
|
|
- width: 100,
|
|
|
|
|
overflow: "hidden",
|
|
overflow: "hidden",
|
|
|
whiteSpace: "nowrap",
|
|
whiteSpace: "nowrap",
|
|
|
textOverflow: "ellipsis",
|
|
textOverflow: "ellipsis",
|
|
@@ -5644,7 +5642,6 @@ const NewService = Form.create()(
|
|
|
<Tooltip title={textStr}>
|
|
<Tooltip title={textStr}>
|
|
|
<div
|
|
<div
|
|
|
style={{
|
|
style={{
|
|
|
- width: 100,
|
|
|
|
|
overflow: "hidden",
|
|
overflow: "hidden",
|
|
|
whiteSpace: "nowrap",
|
|
whiteSpace: "nowrap",
|
|
|
textOverflow: "ellipsis",
|
|
textOverflow: "ellipsis",
|
|
@@ -5872,22 +5869,28 @@ const NewService = Form.create()(
|
|
|
title: "负责人",
|
|
title: "负责人",
|
|
|
dataIndex: "receiverName",
|
|
dataIndex: "receiverName",
|
|
|
key: "receiverName",
|
|
key: "receiverName",
|
|
|
|
|
+ width: 140,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "负责人电话",
|
|
title: "负责人电话",
|
|
|
dataIndex: "receiverMobile",
|
|
dataIndex: "receiverMobile",
|
|
|
key: "receiverMobile",
|
|
key: "receiverMobile",
|
|
|
|
|
+ align: "center",
|
|
|
|
|
+ width: 120,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "会员负责人",
|
|
title: "会员负责人",
|
|
|
dataIndex: "projectMemberName",
|
|
dataIndex: "projectMemberName",
|
|
|
key: "projectMemberName",
|
|
key: "projectMemberName",
|
|
|
- width: 90
|
|
|
|
|
|
|
+ width: 140,
|
|
|
|
|
+ align: "center",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "项目状态",
|
|
title: "项目状态",
|
|
|
dataIndex: "projectStatus",
|
|
dataIndex: "projectStatus",
|
|
|
key: "projectStatus",
|
|
key: "projectStatus",
|
|
|
|
|
+ align: "center",
|
|
|
|
|
+ width: 100,
|
|
|
render: (text) => {
|
|
render: (text) => {
|
|
|
return getProjectName(text);
|
|
return getProjectName(text);
|
|
|
},
|
|
},
|
|
@@ -5896,7 +5899,8 @@ const NewService = Form.create()(
|
|
|
title: "本次派单",
|
|
title: "本次派单",
|
|
|
dataIndex: "serviceYear",
|
|
dataIndex: "serviceYear",
|
|
|
key: "serviceYear",
|
|
key: "serviceYear",
|
|
|
- width: 90
|
|
|
|
|
|
|
+ width: 80,
|
|
|
|
|
+ align: "center"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "项目说明",
|
|
title: "项目说明",
|
|
@@ -6090,27 +6094,34 @@ const NewService = Form.create()(
|
|
|
let columns = [];
|
|
let columns = [];
|
|
|
if (data instanceof Array && data.length) {
|
|
if (data instanceof Array && data.length) {
|
|
|
if (e.cSort == 6) {
|
|
if (e.cSort == 6) {
|
|
|
|
|
+
|
|
|
columns = [
|
|
columns = [
|
|
|
{
|
|
{
|
|
|
title: "负责人",
|
|
title: "负责人",
|
|
|
dataIndex: "receiverName",
|
|
dataIndex: "receiverName",
|
|
|
key: "receiverName",
|
|
key: "receiverName",
|
|
|
|
|
+ width: 140,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "负责人电话",
|
|
title: "负责人电话",
|
|
|
dataIndex: "receiverMobile",
|
|
dataIndex: "receiverMobile",
|
|
|
key: "receiverMobile",
|
|
key: "receiverMobile",
|
|
|
|
|
+ align: "center",
|
|
|
|
|
+ width: 120,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "会员负责人",
|
|
title: "会员负责人",
|
|
|
dataIndex: "projectMemberName",
|
|
dataIndex: "projectMemberName",
|
|
|
key: "projectMemberName",
|
|
key: "projectMemberName",
|
|
|
- width: 90
|
|
|
|
|
|
|
+ width: 140,
|
|
|
|
|
+ align: "center",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "项目状态",
|
|
title: "项目状态",
|
|
|
dataIndex: "projectStatus",
|
|
dataIndex: "projectStatus",
|
|
|
key: "projectStatus",
|
|
key: "projectStatus",
|
|
|
|
|
+ align: "center",
|
|
|
|
|
+ width: 100,
|
|
|
render: (text) => {
|
|
render: (text) => {
|
|
|
return getProjectName(text);
|
|
return getProjectName(text);
|
|
|
},
|
|
},
|
|
@@ -6119,7 +6130,8 @@ const NewService = Form.create()(
|
|
|
title: "本次派单",
|
|
title: "本次派单",
|
|
|
dataIndex: "serviceYear",
|
|
dataIndex: "serviceYear",
|
|
|
key: "serviceYear",
|
|
key: "serviceYear",
|
|
|
- width: 80
|
|
|
|
|
|
|
+ width: 80,
|
|
|
|
|
+ align: "center"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: "项目说明",
|
|
title: "项目说明",
|
|
@@ -6144,7 +6156,6 @@ const NewService = Form.create()(
|
|
|
<Tooltip title={textStr}>
|
|
<Tooltip title={textStr}>
|
|
|
<div
|
|
<div
|
|
|
style={{
|
|
style={{
|
|
|
- width: 100,
|
|
|
|
|
overflow: "hidden",
|
|
overflow: "hidden",
|
|
|
whiteSpace: "nowrap",
|
|
whiteSpace: "nowrap",
|
|
|
textOverflow: "ellipsis",
|
|
textOverflow: "ellipsis",
|