6a41389585d01: GET https://beta.jinchangxiao.com/vue/analysis/contact-point-list at 2026-06-28 11:07:01 pm by 66.249.68.4

Database Queries

总计59条数据
TimeDurationTypeQuery
  
23:07:01.5921.2 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "id"=1001

23:07:01.5947.5 msSELECTSELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'vw_user_login' and d.nspname = 'global' ORDER BY a.attnum;

23:07:01.6026.6 msSELECTselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='vw_user_login' and ns.nspname='global' order by fns.nspname, fc.relname, a.attnum

23:07:01.6105.0 msSELECTSELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_users' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;

23:07:01.6155.4 msSELECTselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_users' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum

23:07:01.6220.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

23:07:01.63329.6 msSELECTSELECT COUNT(*) FROM (SELECT p.*, CASE WHEN total_contact_point IS NOT NULL THEN COALESCE(paid_contact_point, 0) END as p_point, total_contact_point - COALESCE(paid_contact_point, 0) as un_paid_contact_point, (p.budget / 100 * p.profit_pct) as profits, now() - status_updated_at as remain, now() - progress_updated_at as progress_remain, now() - forecast_updated_at as forecast_remain, extract(epoch from (now() - max(sl.end_at))) / 86400 AS lost_contact_days, max(sl.end_at) as last_contact, extract(epoch from (now() - max(arrive.end_at))) / 86400 AS last_arrive_days, max(arrive.end_at) as last_arrive, case when p.end_at IS NOT NULL THEN p.end_at - p.created_at ELSE now() - p.created_at END as duration, (SELECT sum(amount) FROM a57be577deb434.tbl_invoices i WHERE i.project_id = p.id) as issued_invoices FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN "a57be577deb434"."tbl_work_logs" "arrive" ON (arrive.project_id = p.id) AND ("arrive"."scenario_id"=1) AND ("arrive"."is_draft"=FALSE) AND ("arrive"."location_in_id" IS NOT NULL) AND ("arrive"."location_out_id" IS NOT NULL) AND ("arrive"."client_id" IS NOT NULL) LEFT JOIN "a57be577deb434"."tbl_work_logs" "sl" ON sl.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_project_contact_points" "pcp" ON pcp.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_contacts" "contact" ON pcp.contact_id = contact.id WHERE "p"."created_by" IN (1001, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 5420, 1029, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5467, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 5476, 1004, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093) GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC) "c"

23:07:01.66340.2 msSELECTSELECT p.*, CASE WHEN total_contact_point IS NOT NULL THEN COALESCE(paid_contact_point, 0) END as p_point, total_contact_point - COALESCE(paid_contact_point, 0) as un_paid_contact_point, (p.budget / 100 * p.profit_pct) as profits, now() - status_updated_at as remain, now() - progress_updated_at as progress_remain, now() - forecast_updated_at as forecast_remain, extract(epoch from (now() - max(sl.end_at))) / 86400 AS lost_contact_days, max(sl.end_at) as last_contact, extract(epoch from (now() - max(arrive.end_at))) / 86400 AS last_arrive_days, max(arrive.end_at) as last_arrive, case when p.end_at IS NOT NULL THEN p.end_at - p.created_at ELSE now() - p.created_at END as duration, (SELECT sum(amount) FROM a57be577deb434.tbl_invoices i WHERE i.project_id = p.id) as issued_invoices FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN "a57be577deb434"."tbl_work_logs" "arrive" ON (arrive.project_id = p.id) AND ("arrive"."scenario_id"=1) AND ("arrive"."is_draft"=FALSE) AND ("arrive"."location_in_id" IS NOT NULL) AND ("arrive"."location_out_id" IS NOT NULL) AND ("arrive"."client_id" IS NOT NULL) LEFT JOIN "a57be577deb434"."tbl_work_logs" "sl" ON sl.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_project_contact_points" "pcp" ON pcp.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_contacts" "contact" ON pcp.contact_id = contact.id WHERE "p"."created_by" IN (1001, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 5420, 1029, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5467, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 5476, 1004, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093) GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC LIMIT 20

23:07:01.7044.6 msSELECTSELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_projects' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;

23:07:01.7097.5 msSELECTselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_projects' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum

23:07:01.7204.6 msSELECTSELECT "id", "id" AS "key", "name", "logo", "client_type", "client_class", "client_industry", "sales_rep" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (982, 3315, 3450, 1340, 3415, 3465, 3364, 3462, 93, 2130, 2125, 2128, 3311, 3281, 3303, 3354)

23:07:01.7260.7 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_types" WHERE "id" IN (5, 6, 1, 3)

23:07:01.7270.6 msSELECTSELECT "id", "id" AS "key", "name", "notice_days", "color" FROM "a57be577deb434"."tbl_client_classes" WHERE "id" IN (47, 43, 1)

23:07:01.7280.6 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_industries" WHERE "id" IN (57, 13, 58, 10, 2, 20, 4, 5, 1, 8)

23:07:01.7290.3 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=2125

23:07:01.7290.4 msSELECTSELECT "id", "id" AS "key", "type" AS "name" FROM "a57be577deb434"."tbl_contract_types" WHERE "id"=1

23:07:01.7301.1 msSELECTSELECT "project_id", "contribution" AS "value", "engineer_id" AS "key", "u"."name" FROM "a57be577deb434"."tbl_project_architects" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON engineer_id = u.id WHERE "a57be577deb434"."tbl_project_architects"."project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:01.7313.2 msSELECTSELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_project_architects' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;

23:07:01.7355.6 msSELECTselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_project_architects' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum

23:07:01.7410.5 msSELECTSELECT "id", "id" AS "key", "project_status" AS "name", "color" FROM "a57be577deb434"."tbl_project_statuses" WHERE "id" IN (5, 1, 2, 3)

23:07:01.7420.5 msSELECTSELECT "id", "id" AS "key", "project_progress" AS "name", "description" FROM "a57be577deb434"."tbl_project_progresses" WHERE "id" IN (4, 3, 2, 5, 1)

23:07:01.7431.6 msSELECTSELECT id, product_type_id, product_type_id as key, name, coalesce(budget, 0) as budget, coalesce(pct, 0) as pct, coalesce(profit, 0) as profit, project_id FROM "a57be577deb434"."tbl_project_product_types" WHERE "project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:01.7455.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:01.7510.6 msSELECTSELECT "id", "id" AS "key", "name", "description" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=13) AND ("id" IN (100, 94, 140, 212, 2, 205, 204, 184, 200, 5, 1, 128, 167, 181, 226, 229, 135, 153, 160, 197, 199, 189, 307, 203, 198, 202, 196, 185, 191, 192, 340, 348, 319, 324, 349, 356, 359, 369, 374, 377, 350, 410, 2100000000, 380, 384, 164, 165, 142, 172, 130)) ORDER BY "sort"

23:07:01.7520.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:01.7530.5 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=10) AND ("id" IN (100, 94, 140, 212, 2, 205, 204, 184, 200, 5, 1, 128, 167, 181, 226, 229, 135, 153, 160, 197, 199, 189, 307, 203, 198, 202, 196, 185, 191, 192, 340, 348, 319, 324, 349, 356, 359, 369, 374, 377, 350, 410, 2100000000, 380, 384, 164, 165, 142, 172, 130)) ORDER BY "sort"

23:07:01.7540.7 msSELECTSELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:01.7550.5 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=9) AND ("id" IN (100, 94, 140, 212, 2, 205, 204, 184, 200, 5, 1, 128, 167, 181, 226, 229, 135, 153, 160, 197, 199, 189, 307, 203, 198, 202, 196, 185, 191, 192, 340, 348, 319, 324, 349, 356, 359, 369, 374, 377, 350, 410, 2100000000, 380, 384, 164, 165, 142, 172, 130)) ORDER BY "sort"

23:07:01.7557.1 msSELECTSELECT id, client_id, project_id, schedule_title, end_at, created_by, is_complete, is_closed, complete_description, set_top_at, CASE WHEN is_complete = true THEN 3 WHEN is_complete = false AND end_at <= NOW() THEN 2 ELSE 1 END AS sort FROM "a57be577deb434"."tbl_schedules" WHERE (("is_complete"=FALSE) OR ("end_at" >= '2026-06-14')) AND ((("is_public"=1) AND ("created_by" != 1001)) OR ("created_by"=1001)) AND ("project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, end_at DESC

23:07:01.7631.1 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5087, 1001, 1005, 5295)

23:07:01.7650.4 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5295, 5087, 1005))

23:07:01.7650.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 5295, 5208, 1005, 5087, 1004)

23:07:01.7660.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5295, 5087, 5208, 1004, 1005))

23:07:01.7660.2 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id" IN (4, 1)

23:07:01.7670.3 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5076, 1000, 1001, 1011, 5208, 1005, 5087)

23:07:01.7680.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1000, 1001, 5087, 5208, 1005, 1011, 5076))

23:07:01.7681.1 msSELECTSELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (982, 3315, 3450, 1340, 3415, 3465, 3364, 3462, 93, 2130, 2125, 2128, 3311, 3281, 3303, 3354)

23:07:01.7690.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5295, 1004, 1005, 1001, 5087)

23:07:01.7700.3 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5295, 5087, 1004, 1005))

23:07:01.7700.6 msSELECTSELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "project_id"

23:07:01.7712.9 msSELECTSELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_cases" WHERE "project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177) GROUP BY "project_id"

23:07:01.7750.7 msSELECTSELECT "project_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("scenario_id"=1) AND (("location_in_id" IS NOT NULL) AND ("location_out_id" IS NOT NULL) AND ("client_id" IS NOT NULL)) AND ("project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "project_id"

23:07:01.77638.3 msSELECTSELECT "c"."project_id", sum(hours), sum(times) as times FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", EXTRACT(epoch FROM sum(left_at - arrived_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_implement_records" WHERE "is_draft"=FALSE GROUP BY "case_id") "i" ON i.case_id = c.id WHERE ("case_type"=2) AND ("c"."project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "c"."project_id"

23:07:01.8144.3 msSELECTSELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_cases' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;

23:07:01.8197.4 msSELECTselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_cases' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum

23:07:01.82818.8 msSELECTSELECT "c"."project_id", sum(hours), sum(times) as times FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_pre_sales" WHERE "is_draft"=FALSE GROUP BY "case_id") "i" ON i.case_id = c.id WHERE ("case_type"=1) AND ("c"."project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "c"."project_id"

23:07:01.8470.9 msSELECTSELECT "project_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("scenario_id"=2) AND ("project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "project_id"

23:07:01.8482.9 msSELECTSELECT "project_id", sum(amount) AS sum FROM "a57be577deb434"."tbl_reimbursements" WHERE ("status" IN (2, 3)) AND ("project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "project_id"

23:07:01.8511.5 msSELECTSELECT "id", "from_project", "payment_collection_remind_ahead", "erp_settle_amount" FROM "a57be577deb434"."tbl_sales_contracts" WHERE "from_project" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:01.86216.4 msSELECTSELECT "id", "id" AS "key", "contract_id", "amount" AS "value" FROM (SELECT * FROM ((SELECT '1' || r.id::varchar as id, 1 as ticket_type, r.sales_contract_id as contract_id, r.amount as amount, t.wrote_date as collected_date, t.created_at, t.created_by, t.abstract as description FROM "a57be577deb434"."tbl_erp_collect_ticket_settles" "r" LEFT JOIN "a57be577deb434"."tbl_erp_collect_tickets" "t" ON r.erp_collect_ticket_id = t.id WHERE (r.sales_contract_id is not null) AND ("t"."status" IN (2, 5))) UNION ALL ( SELECT '2' || r.id::varchar as id, 2 as ticket_type, r.sales_contract_id as contract_id, r.amount as amount, t.created_at as collected_date, t.created_at, t.created_by, t.abstract as description FROM "a57be577deb434"."tbl_erp_cash_cost_ticket_sales_contract_settles" "r" LEFT JOIN "a57be577deb434"."tbl_erp_cash_cost_tickets" "t" ON r.erp_cash_cost_ticket_id = t.id WHERE (r.sales_contract_id is not null) AND ("t"."is_payment_settle"=TRUE) AND ("t"."status" IN (2, 5)) ) UNION ALL ( SELECT '3' || r.id::varchar as id, 3 as ticket_type, r.sales_contract_id as contract_id, 0 - r.amount as amount, t.created_at as collected_date, t.created_at, t.created_by, t.abstract as description FROM "a57be577deb434"."tbl_erp_payment_ticket_settles" "r" LEFT JOIN "a57be577deb434"."tbl_erp_payment_tickets" "t" ON r.erp_payment_ticket_id = t.id WHERE (r.sales_contract_id is not null) AND ("t"."is_payment_settle"=TRUE) AND ("t"."status" IN (2, 5)) )) "sub") "r" WHERE "contract_id" IN (4496, 4497, 4486, 4491, 4492) ORDER BY "id" DESC

23:07:01.87914.7 msSELECTSELECT "id", "id" AS "key", "contract_id", "amount" AS "value", "attachment_id", "from_date" FROM "a57be577deb434"."tbl_sales_contract_invoices" WHERE "contract_id" IN (4496, 4497, 4486, 4491, 4492) ORDER BY "id"

23:07:01.8946.9 msSELECTSELECT "id", "id" AS "key", "contract_id", "remind_date" AS "name", "amount" AS "value", "overdue_days", "status", "remind_date" FROM "a57be577deb434"."tbl_sales_contract_payment_collection_remind_dates" WHERE "contract_id" IN (4496, 4497, 4486, 4491, 4492) ORDER BY "remind_date"

23:07:01.9020.8 msSELECTSELECT "id", "user_id", "user_id" AS "key", "project_id" FROM "a57be577deb434"."tbl_project_remind_receivers" WHERE "project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:01.9030.4 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

23:07:01.9040.4 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

23:07:01.904120.6 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=1) AND ("object_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "object_id"

23:07:02.02520.0 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=1) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)) GROUP BY "object_id"

23:07:02.0460.7 msSELECTSELECT * FROM "a57be577deb434"."tbl_project_contact_points" WHERE "project_id" IN (1018, 4184, 4186, 4126, 2290, 4024, 4185, 4182, 4183, 4181, 4174, 4146, 3957, 3796, 3854, 4173, 4180, 4179, 4178, 4177)

23:07:02.0605.9 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/analysis/contact-point-list', '[]', '{"code":2000,"result":{"list":[{"id":1018,"client_id":982,"project_status":5,"project_progress":4,"budget":"3000000","profit_pct":"10","bargain_date":"2019-09-30","description":"\u4ebf\u8054\u7edf\u4e00\u901a\u8baf\u89e3\u51b3\u65b9\u6848\uff1a\u89c6\u9891\u4f1a\u8bae+IP\u7535\u8bdd+\u5373\u65f6\u901a\u8baf","created_by":1001,"created_at":"2018-11-16 13:43:20","updated_at":"2026-06-28 21:40:57","engineer_id":"","project_title":"\u89c6\u9891\u534f\u4f5c\u53ca\u5373\u65f6\u901a\u8baf\u878d\u5408\u65b9\u6848","collected":"0","status_updated_at":"2019-02-25 11:11:01.826385+08","success_rate":"","comment":"\u4ebf\u8054\u7edf\u4e00\u901a\u8baf\u89e3\u51b3\u65b9\u6848\uff1a\u89c6\u9891\u4f1a\u8bae+IP\u7535\u8bdd+\u5373\u65f6\u901a\u8baf\r\n1. \u5ba2\u6237\u5173\u6ce8\u70b9\uff1a\n2. \u8d62\u5355\u5173\u952e\u6761\u4ef6\uff1a\n3. \u9879\u76ee\u89e3\u51b3\u7684\u95ee\u9898\uff1a\n4. \u5ba2\u6237\u503e\u5411\u7684\u65b9\u6848\u662f\uff1a\n5. \u7ade\u4e89\u5bf9\u624b\u7684\u65b9\u6848\uff1a\n6. \u662f\u5426\u6709\u9886\u8def\u4eba\uff1a\n7. \u5ba2\u6237\u5173\u952e\u4eba\u662f\u5426\u652f\u6301\u6211\u4eec\uff1a\n8. \u5382\u5546\u662f\u5426\u652f\u6301\u6211\u4eec\uff1a\n9. \u5408\u4f5c\u65b9\u5f0f\uff1a\n10. \u4ed8\u6b3e\u65b9\u5f0f\uff1a\n11. \u51b3\u7b56\u6d41\u7a0b\uff1a\n12. \u6211\u7684\u95ee\u9898\uff1a","contract_type":1,"progress_updated_at":"2019-03-05 10:53:24.402598+08","forecast_updated_at":"2019-03-05 10:53:24.402598+08","end_at":"2022-08-02 11:44:02","pinyin_shortcut":"spxzjjstxrhfa","creator":5076,"used_client":2125,"from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"300000.000000000000","remain":"2680 days 11:55:59.838203","progress_remain":"2672 days 12:13:37.26199","forecast_remain":"2672 days 12:13:37.26199","lost_contact_days":"1734.93196371051","last_contact":"2021-09-28 00:45:00","last_arrive_days":"","last_arrive":"","duration":"1354 days 22:00:41.6388","issued_invoices":"","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","logo":"","client_type":6,"client_class":1,"client_industry":4,"sales_rep":1001,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":1,"key":1,"name":"\u6838\u5fc3\u5ba2\u6237","notice_days":10,"color":"#E89F0E"},"clientIndustry":{"id":4,"key":4,"name":"\u901a\u4fe1"}},"usedClient":{"id":2125,"key":2125,"name":"\u5317\u4eac\u673a\u5668\u5236\u9020\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":1018,"value":"1","key":5074,"name":"\u803f\u7a0b\u6797"}],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":4,"key":4,"name":"\u786e\u8ba4\u65b9\u6848","description":"\u5b9a\u4e49\uff1a\u6839\u636e\u5ba2\u6237\u7684\u53cd\u9988\uff0c\u4e0d\u65ad\u4f18\u5316\u89e3\u51b3\u65b9\u6848\uff0c\u76f4\u5230\u5ba2\u6237\u53e3\u5934\u6216\u4e66\u9762\u8ba4\u53ef\u65b9\u6848\u3002 \n\u65b9\u6cd5\uff1a\u4f7f\u7528\u573a\u666f\uff0c\u95ee\u9898\uff0c\u9700\u6c42\uff0c\u4ea7\u54c1\u53ca\u529f\u80fd\u7684\u65b9\u6cd5\u8bb2\u89e3\u65b9\u6848\u3002"},"projectProductTypes":[{"id":91,"product_type_id":91,"key":91,"name":"\u534f\u4f5c","budget":"3000000","pct":"10","profit":"300000","project_id":1018}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{"id":167,"key":167,"name":"\u5382\u5546\u4ecb\u7ecd"},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":5076,"key":5076,"name":"\u5b8b\u6d77\u7389","sex":"F","department_id":1,"avatar":{"id":46,"user_id":5076,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1e11fe84-1d83-3f23-8870-748e96aae907.jpeg"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":{"project_id":1018,"count":53},"caseCount":{"project_id":1018,"count":54},"salesTimeCount":{},"implementTimeCount":{"project_id":1018,"sum":"72.6166666666667","times":"22"},"presalesTimeCount":{"project_id":1018,"sum":"85.5","times":"15"},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":1018,"sum":"1624.13"},"buildContract":{},"projectRemindReceivers":[],"commentCount":{},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"4\u5e74\u524d","unissued_invoice":3000000,"unread":0,"project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","remain_display":2680,"progress_remain_display":2672,"forecast_remain_display":2672,"duration_display":1354,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"300\u4e07"},{"id":4184,"client_id":982,"project_status":1,"project_progress":3,"budget":"0","profit_pct":"0","bargain_date":"2026-07-10","description":"","created_by":1001,"created_at":"2026-06-10 11:28:48","updated_at":"2026-06-24 14:57:54","engineer_id":"","project_title":"\u560e\u560e\u560e","collected":"0","status_updated_at":"2026-06-10 11:28:48.063377+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-06-10 11:28:48.063377+08","forecast_updated_at":"2026-06-10 11:28:48.063377+08","end_at":"","pinyin_shortcut":"ggg","creator":1000,"used_client":"","from_contact":4420,"total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":true,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"0.00000000000000000000","remain":"18 days 11:38:13.601211","progress_remain":"18 days 11:38:13.601211","forecast_remain":"18 days 11:38:13.601211","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"18 days 11:38:13.601211","issued_invoices":"","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","logo":"","client_type":6,"client_class":1,"client_industry":4,"sales_rep":1001,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":1,"key":1,"name":"\u6838\u5fc3\u5ba2\u6237","notice_days":10,"color":"#E89F0E"},"clientIndustry":{"id":4,"key":4,"name":"\u901a\u4fe1"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":4184,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":1,"key":1,"name":"\u9690\u6027\u9700\u6c42","color":"#ffc000"},"projectProgress":{"id":3,"key":3,"name":"\u65b9\u6848\u8bbe\u8ba1","description":"\u5b9a\u4e49\uff1a\u6839\u636e\u5ba2\u6237\u9762\u4e34\u7684\u95ee\u9898\u53ca\u6311\u6218\uff0c \u63d0\u51fa\u6211\u65b9\u7684\u4ea7\u54c1\u65b9\u6848\u3002\u5177\u4f53\u7684\u54c1\u724c\uff0c \u578b\u53f7\uff0c\u914d\u7f6e\uff0c\u4fdd\u4fee\u3002 \n\u65b9\u6cd5\uff1a\u5c06\u5ba2\u6237\u7684\u95ee\u9898\u53ca\u9700\u6c42\u7528\u6587\u5b57\u63cf\u8ff0\u51fa\u6765\uff0c\u4ea4\u7ed9\u552e\u524d\u6216\u5382\u5546\u3002"},"projectProductTypes":[],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4184,"comment":1},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":0,"unread":0,"project_status_display":"\u9690\u6027\u9700\u6c42","is_collected":false,"bgcolor":"#ffc000","remain_display":18,"progress_remain_display":18,"forecast_remain_display":18,"duration_display":18,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"0"},{"id":4186,"client_id":3315,"project_status":2,"project_progress":2,"budget":"1","profit_pct":"200","bargain_date":"2026-06-24","description":"","created_by":1001,"created_at":"2026-06-24 14:11:27","updated_at":"2026-06-24 14:11:27","engineer_id":"","project_title":"ffffff","collected":"0","status_updated_at":"2026-06-24 14:11:27.606631+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-06-24 14:11:27.606631+08","forecast_updated_at":"2026-06-24 14:11:27.606631+08","end_at":"","pinyin_shortcut":"ffffff","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"2.00000000000000000000","remain":"4 days 08:55:34.057957","progress_remain":"4 days 08:55:34.057957","forecast_remain":"4 days 08:55:34.057957","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"4 days 08:55:34.057957","issued_invoices":"","client":{"id":3315,"key":3315,"name":"\u822a\u5929\u79d1\u5de5206\u6240(\u91cd\u590d)","logo":"","client_type":6,"client_class":43,"client_industry":20,"sales_rep":1001,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{"id":2,"key":2,"name":"\u786e\u8ba4\u95ee\u9898","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u5ba2\u6237\u5f53\u524d\u9047\u5230\u7684\u5b9e\u9645\u95ee\u9898\uff0c \u6216\u8005\u5f85\u529e\u4efb\u52a1\uff0c\u6216\u8005\u9762\u4e34\u54ea\u4e9b\u6311\u6218\uff1f\n \u65b9\u6cd5\uff1a\u7b2c\u4e00\u6b65\uff1a5why\u6cd5\u8be2\u95ee\u771f\u95ee\u9898 \u7b2c\u4e8c\u6b65\uff1a\u53cd\u95ee\u5982\u679c\u4e0d\u89e3\u51b3\u4f1a\u600e\u6837\uff1f"},"projectProductTypes":[{"id":2,"product_type_id":2,"key":2,"name":"\u670d\u52a1\u5668","budget":"1","pct":"200","profit":"2","project_id":4186}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4186,"comment":1},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":1,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":4,"progress_remain_display":4,"forecast_remain_display":4,"duration_display":4,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"1"},{"id":4126,"client_id":3450,"project_status":2,"project_progress":5,"budget":"20000","profit_pct":"10","bargain_date":"2026-04-30","description":"","created_by":5295,"created_at":"2026-02-28 17:39:02","updated_at":"2026-06-18 22:22:19","engineer_id":"","project_title":"\u79df\u8d41\u901f\u77f3\u8d44\u6e90","collected":"0","status_updated_at":"2026-03-02 11:39:35.494454+08","success_rate":"","comment":"\u901f\u77f3-\u7528autodock vina\u7b49\u8f6f\u4ef6\u6765\u505a\u5206\u5b50\u5bf9\u63a5\u3002","contract_type":1,"progress_updated_at":"2026-03-02 11:39:35.494454+08","forecast_updated_at":"2026-03-02 11:39:35.494454+08","end_at":"","pinyin_shortcut":"zlsszy","creator":1011,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":true,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"2000.0000000000000000","remain":"118 days 11:27:26.170134","progress_remain":"118 days 11:27:26.170134","forecast_remain":"118 days 11:27:26.170134","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"120 days 05:27:58.813602","issued_invoices":"","client":{"id":3450,"key":3450,"name":"\u534e\u5357\u7406\u5de5\u5927\u5b66","logo":"","client_type":5,"client_class":43,"client_industry":2,"sales_rep":5295,"clientType":{"id":5,"key":5,"name":"\u836f\u54c1\u96f6\u552e\u4f01\u4e1a\uff08\u5355\u4f53\uff09"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":2,"key":2,"name":"\u6559\u80b2\uff08\u9ad8\u6821\uff09"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{"id":5,"key":5,"name":"\u5546\u52a1\u62a5\u4ef7","description":"\u5b9a\u4e49\uff1a1.\u62a5\u4ef7\u6709\u6548\u671f 2.\u6838\u7b97\u5229\u6da6\u7387 3. \u4ea4\u8d27\u65b9\u5f0f\u53ca\u65f6\u95f4 4.\u9a8c\u6536\u65b9\u5f0f 5.\u6536\u6b3e\u65b9\u5f0f 6.\u8fdd\u7ea6\u6761\u6b3e \n\u65b9\u6cd5\uff1a\u7528\u516c\u53f8\u6807\u51c6\u7684\u62a5\u4ef7\u5355\u6837\u5f0f\u5411\u5ba2\u6237\u63d0\u4f9b\u62a5\u4ef7\u3002"},"projectProductTypes":[{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"20000","pct":"10","profit":"2000","project_id":4126}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"schedules":[{"id":18266,"client_id":3450,"project_id":4126,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u5546\u52a1\u62a5\u4ef7\n\u76ee\u6807\uff1a\u7ed9\u5ba2\u6237\u89e3\u91ca\u6e05\u695a\u62a5\u4ef7\u7ec4\u6210","end_at":"2026-04-30 00:00:00","created_by":5295,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":2,"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"schedule_status":2,"is_overdue":true}],"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","department_id":3,"avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"}},"salesRep":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":20000,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":118,"progress_remain_display":118,"forecast_remain_display":118,"duration_display":120,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"2\u4e07"},{"id":2290,"client_id":1340,"project_status":5,"project_progress":1,"budget":"20000.00","profit_pct":"20","bargain_date":"2021-05-31","description":"\u6df1\u4fe1\u670d \u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406","created_by":5208,"created_at":"2021-02-04 11:00:27","updated_at":"2026-06-18 21:01:21","engineer_id":"","project_title":"\u6d41\u91cf\u7ba1\u63a7","collected":"0","status_updated_at":"2021-03-15 11:16:10.754674+08","success_rate":"","comment":"\u6df1\u4fe1\u670d \u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\r\n","contract_type":1,"progress_updated_at":"2021-03-15 11:16:10.754674+08","forecast_updated_at":"2021-03-15 11:16:10.754674+08","end_at":"2021-04-30 10:57:53","pinyin_shortcut":"llgk","creator":5208,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"4000.0000000000000000","remain":"1931 days 11:50:50.909914","progress_remain":"1931 days 11:50:50.909914","forecast_remain":"1931 days 11:50:50.909914","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"84 days 23:57:26.326249","issued_invoices":"","client":{"id":1340,"key":1340,"name":"\u56fd\u5bb6\u5e7f\u7535\u603b\u5c40\u4e94\u4e03\u4e09\u53f0","logo":"","client_type":1,"client_class":"","client_industry":20,"sales_rep":"","clientType":{"id":1,"key":1,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u5168\u8d44\u8d28\uff09"},"clientClass":{},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":1,"key":1,"name":"\u521d\u76f8\u8bc6","description":"\u5411\u5ba2\u6237\u4ecb\u7ecd\u81ea\u8eab\u4ef7\u503c\uff1a\n1.\u4ea7\u54c1\u9009\u578b\n2.\u6210\u672c\u4f18\u5316\n3.\u4ea7\u54c1\u4ea4\u4ed8\n4.\u540e\u671f\u8fd0\u7ef4"},"projectProductTypes":[],"salesForecast":{},"opportunityFrom":{},"purchaseType":{},"schedules":[],"createdBy":{"id":5208,"key":5208,"name":"\u5415\u6770","sex":"F","department_id":1,"avatar":{"id":98,"user_id":5208,"name":"\/files\/cdn\/a57be577deb434\/avatar\/f9d295b7-4378-35c8-9230-051e45d955ec.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5208,"key":5208,"name":"\u5415\u6770","sex":"F","department_id":1,"avatar":{"id":98,"user_id":5208,"name":"\/files\/cdn\/a57be577deb434\/avatar\/f9d295b7-4378-35c8-9230-051e45d955ec.png"}},"salesRep":{},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":20000,"unread":0,"project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","remain_display":1931,"progress_remain_display":1931,"forecast_remain_display":1931,"duration_display":84,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"budget_display":"2\u4e07"},{"id":4024,"client_id":3415,"project_status":5,"project_progress":2,"budget":"100000","profit_pct":"10","bargain_date":"2026-11-30","description":"","created_by":1005,"created_at":"2025-10-28 10:42:40","updated_at":"2026-06-18 16:15:43","engineer_id":"","project_title":"\u6df1\u4fe1\u670d\u9632\u706b\u5899","collected":"0","status_updated_at":"2025-12-21 22:35:11.546194+08","success_rate":"","comment":"2025\/10\/24\u636e\u5317\u4eac\u4e2d\u91d1\u4fdd\u9669\u7ecf\u7eaa\u6709\u9650\u516c\u53f8IT\u90e8\u7ecf\u7406\u620e\u6cfd\u9e9f\u4ecb\u7ecd\uff1a\u516c\u53f8\u4f7f\u7528\u8fea\u666e\u7684\u5b89\u5168\u4ea7\u54c1\uff0c\u540e\u671f\u60f3\u4f7f\u7528\u6df1\u4fe1\u670d\u4ea7\u54c1\uff0c\u516c\u53f8\u57282026\u5e74Q2 4\u6708\u521d\u4f1a\u91c7\u8d2d\u56fd\u4ea7\u5316\u7684\u8d1f\u8f7d\u5747\u8861\u4ea7\u54c1\uff0c\u4f1a\u9644\u5e26\u4e00\u4e9b\u9632\u706b\u5899\u4ea7\u54c1\uff0c\u5f53\u524d\u540c\u6b65\u505a\u5185\u90e8\u8bc4\u4f30\u548c\u65b0\u7f51\u5efa\u8bbe\u8bc4\u4f30\uff0c\u60f3\u770b\u4e0b\u6709\u54ea\u4e9b\u578b\u53f7\uff0c\u6bd4\u8f83\u5173\u6ce8\u6027\u80fd\u6307\u6807\uff0c\u770b\u8981\u7528\u591a\u5927\u6027\u80fd\u7684\uff0c\u9884\u7b97\u5b89\u5168\u90e8\u5206500-600\u4e07\uff0c\u62db\u6807\u5f62\u5f0f\uff0c\u662f\u5efa\u8bae\u4eba\uff0c\u540c\u610f\u540e\u671f\u9500\u552e\u8054\u7cfb\uff0c\u624b\u673a\u53f7:15801193167\u90ae\u7bb1\uff1aami2222@163.com\u3002","contract_type":1,"progress_updated_at":"2025-11-03 09:46:02.620659+08","forecast_updated_at":"2025-12-21 22:35:11.546194+08","end_at":"2026-06-18 16:15:43","pinyin_shortcut":"sxffhq","creator":1011,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":true,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"10000.0000000000000000","remain":"189 days 00:31:50.118394","progress_remain":"237 days 13:20:59.043929","forecast_remain":"189 days 00:31:50.118394","lost_contact_days":"23.2652970438426","last_contact":"2026-06-05 16:45:00","last_arrive_days":"","last_arrive":"","duration":"233 days 05:33:02.831595","issued_invoices":"","client":{"id":3415,"key":3415,"name":"\u5317\u4eac\u4e2d\u91d1\u4fdd\u9669\u7ecf\u7eaa\u6709\u9650\u516c\u53f8","logo":"","client_type":5,"client_class":43,"client_industry":10,"sales_rep":"","clientType":{"id":5,"key":5,"name":"\u836f\u54c1\u96f6\u552e\u4f01\u4e1a\uff08\u5355\u4f53\uff09"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":10,"key":10,"name":"\u91d1\u878d"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":2,"key":2,"name":"\u786e\u8ba4\u95ee\u9898","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u5ba2\u6237\u5f53\u524d\u9047\u5230\u7684\u5b9e\u9645\u95ee\u9898\uff0c \u6216\u8005\u5f85\u529e\u4efb\u52a1\uff0c\u6216\u8005\u9762\u4e34\u54ea\u4e9b\u6311\u6218\uff1f\n \u65b9\u6cd5\uff1a\u7b2c\u4e00\u6b65\uff1a5why\u6cd5\u8be2\u95ee\u771f\u95ee\u9898 \u7b2c\u4e8c\u6b65\uff1a\u53cd\u95ee\u5982\u679c\u4e0d\u89e3\u51b3\u4f1a\u600e\u6837\uff1f"},"projectProductTypes":[{"id":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"100000","pct":"10","profit":"10000","project_id":4024}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[{"id":18363,"client_id":3415,"project_id":4024,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u786e\u8ba4\u95ee\u9898","end_at":"2026-06-06 00:00:00","created_by":1001,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":2,"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"schedule_status":2,"is_overdue":true}],"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u660e\uff08\u9500\u552e\u4eba\u5458\uff09","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","department_id":3,"avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"}},"salesRep":{},"workLogCount":{"project_id":4024,"count":1},"caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4024,"comment":1},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"23\u5929\u524d","unissued_invoice":100000,"unread":0,"project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","remain_display":189,"progress_remain_display":237,"forecast_remain_display":189,"duration_display":233,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"budget_display":"10\u4e07"},{"id":4185,"client_id":982,"project_status":1,"project_progress":3,"budget":"0","profit_pct":"0","bargain_date":"2026-06-16","description":"","created_by":1001,"created_at":"2026-06-16 20:42:46","updated_at":"2026-06-16 20:43:17","engineer_id":"","project_title":"\u52a0\u5feb\u79d1\u6280","collected":"0","status_updated_at":"2026-06-16 20:42:46.118606+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-06-16 20:42:46.118606+08","forecast_updated_at":"2026-06-16 20:42:46.118606+08","end_at":"","pinyin_shortcut":"jkkj","creator":1000,"used_client":"","from_contact":3867,"total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"0.00000000000000000000","remain":"12 days 02:24:15.545982","progress_remain":"12 days 02:24:15.545982","forecast_remain":"12 days 02:24:15.545982","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"12 days 02:24:15.545982","issued_invoices":"","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","logo":"","client_type":6,"client_class":1,"client_industry":4,"sales_rep":1001,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":1,"key":1,"name":"\u6838\u5fc3\u5ba2\u6237","notice_days":10,"color":"#E89F0E"},"clientIndustry":{"id":4,"key":4,"name":"\u901a\u4fe1"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":1,"key":1,"name":"\u9690\u6027\u9700\u6c42","color":"#ffc000"},"projectProgress":{"id":3,"key":3,"name":"\u65b9\u6848\u8bbe\u8ba1","description":"\u5b9a\u4e49\uff1a\u6839\u636e\u5ba2\u6237\u9762\u4e34\u7684\u95ee\u9898\u53ca\u6311\u6218\uff0c \u63d0\u51fa\u6211\u65b9\u7684\u4ea7\u54c1\u65b9\u6848\u3002\u5177\u4f53\u7684\u54c1\u724c\uff0c \u578b\u53f7\uff0c\u914d\u7f6e\uff0c\u4fdd\u4fee\u3002 \n\u65b9\u6cd5\uff1a\u5c06\u5ba2\u6237\u7684\u95ee\u9898\u53ca\u9700\u6c42\u7528\u6587\u5b57\u63cf\u8ff0\u51fa\u6765\uff0c\u4ea4\u7ed9\u552e\u524d\u6216\u5382\u5546\u3002"},"projectProductTypes":[],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4185,"comment":1},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":0,"unread":0,"project_status_display":"\u9690\u6027\u9700\u6c42","is_collected":false,"bgcolor":"#ffc000","remain_display":12,"progress_remain_display":12,"forecast_remain_display":12,"duration_display":12,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"0"},{"id":4182,"client_id":982,"project_status":1,"project_progress":3,"budget":"0","profit_pct":"0","bargain_date":"2026-07-08","description":"","created_by":1001,"created_at":"2026-06-08 15:37:04","updated_at":"2026-06-10 09:50:22","engineer_id":"","project_title":"qwerty","collected":"0","status_updated_at":"2026-06-08 15:37:04.078198+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-06-08 15:37:04.078198+08","forecast_updated_at":"2026-06-08 15:37:04.078198+08","end_at":"","pinyin_shortcut":"qwerty","creator":1000,"used_client":"","from_contact":2639,"total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"0.00000000000000000000","remain":"20 days 07:29:57.58639","progress_remain":"20 days 07:29:57.58639","forecast_remain":"20 days 07:29:57.58639","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"20 days 07:29:57.58639","issued_invoices":"","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","logo":"","client_type":6,"client_class":1,"client_industry":4,"sales_rep":1001,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":1,"key":1,"name":"\u6838\u5fc3\u5ba2\u6237","notice_days":10,"color":"#E89F0E"},"clientIndustry":{"id":4,"key":4,"name":"\u901a\u4fe1"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":4182,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":1,"key":1,"name":"\u9690\u6027\u9700\u6c42","color":"#ffc000"},"projectProgress":{"id":3,"key":3,"name":"\u65b9\u6848\u8bbe\u8ba1","description":"\u5b9a\u4e49\uff1a\u6839\u636e\u5ba2\u6237\u9762\u4e34\u7684\u95ee\u9898\u53ca\u6311\u6218\uff0c \u63d0\u51fa\u6211\u65b9\u7684\u4ea7\u54c1\u65b9\u6848\u3002\u5177\u4f53\u7684\u54c1\u724c\uff0c \u578b\u53f7\uff0c\u914d\u7f6e\uff0c\u4fdd\u4fee\u3002 \n\u65b9\u6cd5\uff1a\u5c06\u5ba2\u6237\u7684\u95ee\u9898\u53ca\u9700\u6c42\u7528\u6587\u5b57\u63cf\u8ff0\u51fa\u6765\uff0c\u4ea4\u7ed9\u552e\u524d\u6216\u5382\u5546\u3002"},"projectProductTypes":[],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/\/avatar\/618545c1-a2ce-3918-9d51-25924baf6d6f.jpg"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4182,"comment":1},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":0,"unread":0,"project_status_display":"\u9690\u6027\u9700\u6c42","is_collected":false,"bgcolor":"#ffc000","remain_display":20,"progress_remain_display":20,"forecast_remain_display":20,"duration_display":20,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"0"},{"id":4183,"client_id":3465,"project_status":2,"project_progress":2,"budget":"18000","profit_pct":"10","bargain_date":"2026-06-09","description":"","created_by":1001,"created_at":"2026-06-09 17:10:11","updated_at":"2026-06-09 17:10:11","engineer_id":"","project_title":"\u96f6\u552e001","collected":"0","status_updated_at":"2026-06-09 17:10:11.483295+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-06-09 17:10:11.483295+08","forecast_updated_at":"2026-06-09 17:10:11.483295+08","end_at":"","pinyin_shortcut":"ls001","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":1378,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":3,"is_verify":true,"p_point":"","un_paid_contact_point":"","profits":"1800.0000000000000000","remain":"19 days 05:56:50.181293","progress_remain":"19 days 05:56:50.181293","forecast_remain":"19 days 05:56:50.181293","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"19 days 05:56:50.181293","issued_invoices":"","client":{"id":3465,"key":3465,"name":"\u96f6\u552e001","logo":"","client_type":3,"client_class":43,"client_industry":8,"sales_rep":1001,"clientType":{"id":3,"key":3,"name":"\u4e2a\u4eba\u6d88\u8d39\u8005"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":8,"key":8,"name":"\u7269\u6d41"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{"id":2,"key":2,"name":"\u786e\u8ba4\u95ee\u9898","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u5ba2\u6237\u5f53\u524d\u9047\u5230\u7684\u5b9e\u9645\u95ee\u9898\uff0c \u6216\u8005\u5f85\u529e\u4efb\u52a1\uff0c\u6216\u8005\u9762\u4e34\u54ea\u4e9b\u6311\u6218\uff1f\n \u65b9\u6cd5\uff1a\u7b2c\u4e00\u6b65\uff1a5why\u6cd5\u8be2\u95ee\u771f\u95ee\u9898 \u7b2c\u4e8c\u6b65\uff1a\u53cd\u95ee\u5982\u679c\u4e0d\u89e3\u51b3\u4f1a\u600e\u6837\uff1f"},"projectProductTypes":[{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"18000","pct":"10","profit":"1800","project_id":4183}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4183,"comment":1},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":18000,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":19,"progress_remain_display":19,"forecast_remain_display":19,"duration_display":19,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"1.8\u4e07"},{"id":4181,"client_id":3364,"project_status":2,"project_progress":2,"budget":"264663","profit_pct":"10","bargain_date":"2026-06-05","description":"","created_by":1001,"created_at":"2026-06-05 17:59:52","updated_at":"2026-06-05 17:59:52","engineer_id":"","project_title":"\u623f\u8d37\u9996\u4ed8\u7684","collected":"0","status_updated_at":"2026-06-05 17:59:52.021481+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-06-05 17:59:52.021481+08","forecast_updated_at":"2026-06-05 17:59:52.021481+08","end_at":"","pinyin_shortcut":"fdsfd","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":1377,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":3,"is_verify":true,"p_point":"","un_paid_contact_point":"","profits":"26466.3000000000000000","remain":"23 days 05:07:09.643107","progress_remain":"23 days 05:07:09.643107","forecast_remain":"23 days 05:07:09.643107","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"23 days 05:07:09.643107","issued_invoices":"","client":{"id":3364,"key":3364,"name":"\u5317\u4eac\u6781\u901a\u4e16\u7eaa\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8(\u8fc7\u5355)","logo":"","client_type":5,"client_class":43,"client_industry":13,"sales_rep":1001,"clientType":{"id":5,"key":5,"name":"\u836f\u54c1\u96f6\u552e\u4f01\u4e1a\uff08\u5355\u4f53\uff09"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":13,"key":13,"name":"SI\/ISV"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{"id":2,"key":2,"name":"\u786e\u8ba4\u95ee\u9898","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u5ba2\u6237\u5f53\u524d\u9047\u5230\u7684\u5b9e\u9645\u95ee\u9898\uff0c \u6216\u8005\u5f85\u529e\u4efb\u52a1\uff0c\u6216\u8005\u9762\u4e34\u54ea\u4e9b\u6311\u6218\uff1f\n \u65b9\u6cd5\uff1a\u7b2c\u4e00\u6b65\uff1a5why\u6cd5\u8be2\u95ee\u771f\u95ee\u9898 \u7b2c\u4e8c\u6b65\uff1a\u53cd\u95ee\u5982\u679c\u4e0d\u89e3\u51b3\u4f1a\u600e\u6837\uff1f"},"projectProductTypes":[{"id":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"264663","pct":"10","profit":"26466.3","project_id":4181}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4181,"comment":1},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":264663,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":23,"progress_remain_display":23,"forecast_remain_display":23,"duration_display":23,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"26.47\u4e07"},{"id":4174,"client_id":3462,"project_status":3,"project_progress":5,"budget":"18000","profit_pct":"10","bargain_date":"2026-06-02","description":"","created_by":1001,"created_at":"2026-06-02 16:52:29","updated_at":"2026-06-05 17:35:57","engineer_id":"","project_title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260602001","collected":"0","status_updated_at":"2026-06-04 17:47:55.152553+08","success_rate":"","comment":"\u4e2a\u7535\u996d\u9505\u591a\u5c11","contract_type":1,"progress_updated_at":"2026-06-04 17:47:55.152553+08","forecast_updated_at":"2026-06-04 17:47:55.152553+08","end_at":"","pinyin_shortcut":"xsxssc20260602001","creator":1001,"used_client":"","from_contact":3649,"total_contact_point":"","paid_contact_point":"","project_product_version_id":1379,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"1800.0000000000000000","remain":"24 days 05:19:06.512035","progress_remain":"24 days 05:19:06.512035","forecast_remain":"24 days 05:19:06.512035","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"26 days 06:14:32.202642","issued_invoices":"","client":{"id":3462,"key":3462,"name":"\u5927\u59d1\u8bf4\u7684\u98ce\u683c","logo":"","client_type":1,"client_class":1,"client_industry":1,"sales_rep":1001,"clientType":{"id":1,"key":1,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u5168\u8d44\u8d28\uff09"},"clientClass":{"id":1,"key":1,"name":"\u6838\u5fc3\u5ba2\u6237","notice_days":10,"color":"#E89F0E"},"clientIndustry":{"id":1,"key":1,"name":"\u653f\u5e9c"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":5,"key":5,"name":"\u5546\u52a1\u62a5\u4ef7","description":"\u5b9a\u4e49\uff1a1.\u62a5\u4ef7\u6709\u6548\u671f 2.\u6838\u7b97\u5229\u6da6\u7387 3. \u4ea4\u8d27\u65b9\u5f0f\u53ca\u65f6\u95f4 4.\u9a8c\u6536\u65b9\u5f0f 5.\u6536\u6b3e\u65b9\u5f0f 6.\u8fdd\u7ea6\u6761\u6b3e \n\u65b9\u6cd5\uff1a\u7528\u516c\u53f8\u6807\u51c6\u7684\u62a5\u4ef7\u5355\u6837\u5f0f\u5411\u5ba2\u6237\u63d0\u4f9b\u62a5\u4ef7\u3002"},"projectProductTypes":[{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"18000","pct":"10","profit":"1800","project_id":4174}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":4486,"from_project":4174,"payment_collection_remind_ahead":"1 day","erp_settle_amount":"0","salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[]},"projectRemindReceivers":[],"commentCount":{"object_id":4174,"comment":3},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":18000,"unread":0,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","remain_display":24,"progress_remain_display":24,"forecast_remain_display":24,"duration_display":26,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"1.8\u4e07"},{"id":4146,"client_id":93,"project_status":3,"project_progress":3,"budget":"500000","profit_pct":"15","bargain_date":"2026-06-05","description":"","created_by":1005,"created_at":"2026-03-20 13:31:49","updated_at":"2026-06-05 11:27:18","engineer_id":"","project_title":"\u98de\u5854\u96f6\u4fe1\u4efb\u65b0\u8d2d","collected":"0","status_updated_at":"2026-06-05 11:27:18.441125+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-03-20 13:31:49.105412+08","forecast_updated_at":"2026-06-05 11:21:31.150777+08","end_at":"","pinyin_shortcut":"ftlxrxg","creator":1005,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":true,"collected_plan":0,"change_status_to":5,"is_verify":true,"p_point":"","un_paid_contact_point":"","profits":"75000.0000000000000000","remain":"23 days 11:39:43.223463","progress_remain":"100 days 09:35:12.559176","forecast_remain":"23 days 11:45:30.513811","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"100 days 09:35:12.559176","issued_invoices":"","client":{"id":93,"key":93,"name":"\u5eb7\u9f99\u5316\u6210(\u5317\u4eac)\u65b0\u836f\u6280\u672f\u80a1\u4efd\u6709\u9650\u516c\u53f8","logo":"","client_type":3,"client_class":47,"client_industry":5,"sales_rep":1005,"clientType":{"id":3,"key":3,"name":"\u4e2a\u4eba\u6d88\u8d39\u8005"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":3,"key":3,"name":"\u65b9\u6848\u8bbe\u8ba1","description":"\u5b9a\u4e49\uff1a\u6839\u636e\u5ba2\u6237\u9762\u4e34\u7684\u95ee\u9898\u53ca\u6311\u6218\uff0c \u63d0\u51fa\u6211\u65b9\u7684\u4ea7\u54c1\u65b9\u6848\u3002\u5177\u4f53\u7684\u54c1\u724c\uff0c \u578b\u53f7\uff0c\u914d\u7f6e\uff0c\u4fdd\u4fee\u3002 \n\u65b9\u6cd5\uff1a\u5c06\u5ba2\u6237\u7684\u95ee\u9898\u53ca\u9700\u6c42\u7528\u6587\u5b57\u63cf\u8ff0\u51fa\u6765\uff0c\u4ea4\u7ed9\u552e\u524d\u6216\u5382\u5546\u3002"},"projectProductTypes":[{"id":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"500000","pct":"15","profit":"75000","project_id":4146}],"salesForecast":{"id":172,"key":172,"name":"\u6211\u4e0e\u5382\u5546\u8054\u624b","description":"\u4e0e\u5382\u5546\u8054\u624b\u5171\u540c\u641e\u5b9a\u5ba2\u6237\uff0c\u5229\u6da6\u5404\u536050%"},"opportunityFrom":{},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"schedules":[{"id":18319,"client_id":93,"project_id":4146,"schedule_title":"\u6d4b\u8bd5\u9500\u552e\u9636\u6bb5\uff1a\u65b9\u6848\u8bbe\u8ba1","end_at":"","created_by":1005,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":1,"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u660e\uff08\u9500\u552e\u4eba\u5458\uff09","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"schedule_status":0,"is_overdue":false}],"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u660e\uff08\u9500\u552e\u4eba\u5458\uff09","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1005,"key":1005,"name":"\u8d75\u660e\uff08\u9500\u552e\u4eba\u5458\uff09","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"salesRep":{"id":1005,"key":1005,"name":"\u8d75\u660e\uff08\u9500\u552e\u4eba\u5458\uff09","sex":"F","avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":4497,"from_project":4146,"payment_collection_remind_ahead":"1 day","erp_settle_amount":"0","salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[]},"projectRemindReceivers":[],"commentCount":{"object_id":4146,"comment":3},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":500000,"unread":0,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","remain_display":23,"progress_remain_display":100,"forecast_remain_display":23,"duration_display":100,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"50\u4e07"},{"id":3957,"client_id":2130,"project_status":3,"project_progress":2,"budget":"20000000","profit_pct":"20","bargain_date":"2026-06-05","description":"","created_by":5087,"created_at":"2025-08-29 11:38:51","updated_at":"2026-06-05 11:20:29","engineer_id":"","project_title":"\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u603b\u53c2\u8c0b\u90e8\u7b2c\u4e94\u5341\u4e00\u7814\u7a76\u6240\u8bd5\u5236\u5de5\u5382-\u9ad8\u6027\u80fd","collected":"0","status_updated_at":"2026-06-05 11:20:29.898501+08","success_rate":"","comment":"\u9884\u7b972000\u4e07","contract_type":1,"progress_updated_at":"2025-08-29 11:38:51.97137+08","forecast_updated_at":"2025-08-29 11:38:51.97137+08","end_at":"","pinyin_shortcut":"zgrmjfjzcmbdwsyyjsszgcgxn","creator":5087,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":true,"collected_plan":0,"change_status_to":4,"is_verify":true,"p_point":"","un_paid_contact_point":"","profits":"4000000.000000000000","remain":"23 days 11:46:31.766087","progress_remain":"303 days 11:28:09.693218","forecast_remain":"303 days 11:28:09.693218","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"303 days 11:28:09.693218","issued_invoices":"","client":{"id":2130,"key":2130,"name":"\u5317\u4eac\u4eac\u822a\u8ba1\u7b97\u901a\u8baf\u7814\u7a76\u6240304","logo":"","client_type":6,"client_class":47,"client_industry":5,"sales_rep":5087,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3957,"value":"1","key":1015,"name":"\u5434\u660a"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":2,"key":2,"name":"\u786e\u8ba4\u95ee\u9898","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u5ba2\u6237\u5f53\u524d\u9047\u5230\u7684\u5b9e\u9645\u95ee\u9898\uff0c \u6216\u8005\u5f85\u529e\u4efb\u52a1\uff0c\u6216\u8005\u9762\u4e34\u54ea\u4e9b\u6311\u6218\uff1f\n \u65b9\u6cd5\uff1a\u7b2c\u4e00\u6b65\uff1a5why\u6cd5\u8be2\u95ee\u771f\u95ee\u9898 \u7b2c\u4e8c\u6b65\uff1a\u53cd\u95ee\u5982\u679c\u4e0d\u89e3\u51b3\u4f1a\u600e\u6837\uff1f"},"projectProductTypes":[{"id":2,"product_type_id":2,"key":2,"name":"\u670d\u52a1\u5668","budget":"20000000","pct":"20","profit":"4000000","project_id":3957}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[],"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":4496,"from_project":3957,"payment_collection_remind_ahead":"1 day","erp_settle_amount":"0","salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[]},"projectRemindReceivers":[{"id":2194,"user_id":1001,"key":1001,"project_id":3957,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}}}],"commentCount":{"object_id":3957,"comment":3},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":20000000,"unread":0,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","remain_display":23,"progress_remain_display":303,"forecast_remain_display":303,"duration_display":303,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"2000\u4e07"},{"id":3796,"client_id":2125,"project_status":3,"project_progress":3,"budget":"790000","profit_pct":"25","bargain_date":"2026-06-05","description":"","created_by":5087,"created_at":"2025-03-09 10:00:35","updated_at":"2026-06-05 11:11:50","engineer_id":"","project_title":"deepseek\u79c1\u6709\u5316\u90e8\u7f72","collected":"0","status_updated_at":"2026-06-05 11:11:50.793351+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-05-25 16:43:18.119966+08","forecast_updated_at":"2025-05-25 16:43:18.119966+08","end_at":"","pinyin_shortcut":"deepseeksyhbs","creator":5087,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":true,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"197500.0000000000000000","remain":"23 days 11:55:10.871237","progress_remain":"399 days 06:23:43.544622","forecast_remain":"399 days 06:23:43.544622","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"476 days 13:06:26.533069","issued_invoices":"","client":{"id":2125,"key":2125,"name":"\u5317\u4eac\u673a\u5668\u5236\u9020\u6709\u9650\u516c\u53f8","logo":"","client_type":6,"client_class":47,"client_industry":20,"sales_rep":5087,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3796,"value":"1","key":1015,"name":"\u5434\u660a"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":3,"key":3,"name":"\u65b9\u6848\u8bbe\u8ba1","description":"\u5b9a\u4e49\uff1a\u6839\u636e\u5ba2\u6237\u9762\u4e34\u7684\u95ee\u9898\u53ca\u6311\u6218\uff0c \u63d0\u51fa\u6211\u65b9\u7684\u4ea7\u54c1\u65b9\u6848\u3002\u5177\u4f53\u7684\u54c1\u724c\uff0c \u578b\u53f7\uff0c\u914d\u7f6e\uff0c\u4fdd\u4fee\u3002 \n\u65b9\u6cd5\uff1a\u5c06\u5ba2\u6237\u7684\u95ee\u9898\u53ca\u9700\u6c42\u7528\u6587\u5b57\u63cf\u8ff0\u51fa\u6765\uff0c\u4ea4\u7ed9\u552e\u524d\u6216\u5382\u5546\u3002"},"projectProductTypes":[{"id":2,"product_type_id":2,"key":2,"name":"\u670d\u52a1\u5668","budget":"790000.00","pct":"25","profit":"197500","project_id":3796}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[{"id":18268,"client_id":2125,"project_id":3796,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u65b9\u6848\u8bbe\u8ba1\n\u76ee\u7684\uff1a\u786e\u5b9a\u65b9\u6848\n\u52a8\u4f5c\uff1a\u8054\u7cfb\u5e9e\u8001\u5e08","end_at":"2026-06-30 00:00:00","created_by":5087,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":1,"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"schedule_status":0,"is_overdue":false}],"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"workLogCount":"","caseCount":{"project_id":3796,"count":2},"salesTimeCount":{},"implementTimeCount":{"project_id":3796,"sum":"2.46666666666667","times":"2"},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3796,"sum":"215.95"},"buildContract":{"id":4492,"from_project":3796,"payment_collection_remind_ahead":"1 day","erp_settle_amount":"0","salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[]},"projectRemindReceivers":[{"id":2190,"user_id":1001,"key":1001,"project_id":3796,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}}}],"commentCount":{"object_id":3796,"comment":2},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":790000,"unread":0,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","remain_display":23,"progress_remain_display":399,"forecast_remain_display":399,"duration_display":476,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"79\u4e07"},{"id":3854,"client_id":2128,"project_status":3,"project_progress":2,"budget":"44540520","profit_pct":"25","bargain_date":"2026-06-05","description":"","created_by":5087,"created_at":"2025-05-13 09:35:09","updated_at":"2026-06-05 11:10:13","engineer_id":"","project_title":"\u5907\u4efd\u9879\u76ee\u4e8c\u671f","collected":"0","status_updated_at":"2026-06-05 11:10:13.765295+08","success_rate":"","comment":"\u4e8c\u671f\u6269\u5bb9","contract_type":1,"progress_updated_at":"2026-06-04 12:35:02.427663+08","forecast_updated_at":"2026-06-04 12:35:02.427663+08","end_at":"","pinyin_shortcut":"bfxmeq","creator":5087,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":1349,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"11135130.000000000000","remain":"23 days 11:56:47.899293","progress_remain":"24 days 10:31:59.236925","forecast_remain":"24 days 10:31:59.236925","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"411 days 13:31:52.134664","issued_invoices":"","client":{"id":2128,"key":2128,"name":"\u5317\u4eac\u79d1\u6280\u6709\u9650\u516c\u53f8","logo":"","client_type":6,"client_class":47,"client_industry":20,"sales_rep":5087,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3854,"value":"1","key":1015,"name":"\u5434\u660a"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":2,"key":2,"name":"\u786e\u8ba4\u95ee\u9898","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u5ba2\u6237\u5f53\u524d\u9047\u5230\u7684\u5b9e\u9645\u95ee\u9898\uff0c \u6216\u8005\u5f85\u529e\u4efb\u52a1\uff0c\u6216\u8005\u9762\u4e34\u54ea\u4e9b\u6311\u6218\uff1f\n \u65b9\u6cd5\uff1a\u7b2c\u4e00\u6b65\uff1a5why\u6cd5\u8be2\u95ee\u771f\u95ee\u9898 \u7b2c\u4e8c\u6b65\uff1a\u53cd\u95ee\u5982\u679c\u4e0d\u89e3\u51b3\u4f1a\u600e\u6837\uff1f"},"projectProductTypes":[{"id":23,"product_type_id":23,"key":23,"name":"\u793c\u54c1","budget":"53588","pct":"25","profit":"13397","project_id":3854},{"id":21,"product_type_id":21,"key":21,"name":"\u6570\u7801\u8bbe\u5907","budget":"44","pct":"25","profit":"11","project_id":3854},{"id":4,"product_type_id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 ","budget":"44486888","pct":"25","profit":"11121722","project_id":3854}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"schedules":[{"id":18269,"client_id":2128,"project_id":3854,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u5546\u52a1\u62a5\u4ef7\n\u76ee\u7684\uff1a\u63a8\u52a8\u9879\u76ee\n\u52a8\u4f5c\uff1a\u8054\u7cfb\u4efb\u8001\u5e08\u3002","end_at":"2026-12-31 00:00:00","created_by":5087,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":1,"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"schedule_status":0,"is_overdue":false},{"id":18360,"client_id":2128,"project_id":3854,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u786e\u8ba4\u95ee\u9898","end_at":"","created_by":1001,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":1,"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"schedule_status":0,"is_overdue":false}],"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"workLogCount":"","caseCount":{"project_id":3854,"count":3},"salesTimeCount":{},"implementTimeCount":{"project_id":3854,"sum":"8.1","times":"1"},"presalesTimeCount":{"project_id":3854,"sum":"0.05","times":"1"},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3854,"sum":"194.66"},"buildContract":{"id":4491,"from_project":3854,"payment_collection_remind_ahead":"1 day","erp_settle_amount":"0","salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[]},"projectRemindReceivers":[],"commentCount":{"object_id":3854,"comment":9},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":44540520,"unread":0,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","remain_display":23,"progress_remain_display":24,"forecast_remain_display":24,"duration_display":411,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"4454.05\u4e07"},{"id":4173,"client_id":3311,"project_status":2,"project_progress":3,"budget":"88221","profit_pct":"10","bargain_date":"2026-06-01","description":"","created_by":1001,"created_at":"2026-06-01 12:46:01","updated_at":"2026-06-05 10:06:41","engineer_id":"","project_title":"\u6d4b\u8bd5\u5de5\u5355\u4eba\u5de5\u6210\u672c\u95ee\u9898","collected":"0","status_updated_at":"2026-06-05 10:06:41.939821+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2026-06-04 17:47:47.073978+08","forecast_updated_at":"2026-06-05 10:06:41.939821+08","end_at":"","pinyin_shortcut":"csgdrgcbwt","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":1375,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"8822.1000000000000000","remain":"23 days 13:00:19.724767","progress_remain":"24 days 05:19:14.59061","forecast_remain":"23 days 13:00:19.724767","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"27 days 10:21:00.148117","issued_invoices":"88221","client":{"id":3311,"key":3311,"name":"\u5317\u4eac\u534e\u8fb0\u60a6\u79d1\u6280\u6709\u9650\u516c\u53f8","logo":"","client_type":5,"client_class":43,"client_industry":13,"sales_rep":1001,"clientType":{"id":5,"key":5,"name":"\u836f\u54c1\u96f6\u552e\u4f01\u4e1a\uff08\u5355\u4f53\uff09"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":13,"key":13,"name":"SI\/ISV"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{"id":3,"key":3,"name":"\u65b9\u6848\u8bbe\u8ba1","description":"\u5b9a\u4e49\uff1a\u6839\u636e\u5ba2\u6237\u9762\u4e34\u7684\u95ee\u9898\u53ca\u6311\u6218\uff0c \u63d0\u51fa\u6211\u65b9\u7684\u4ea7\u54c1\u65b9\u6848\u3002\u5177\u4f53\u7684\u54c1\u724c\uff0c \u578b\u53f7\uff0c\u914d\u7f6e\uff0c\u4fdd\u4fee\u3002 \n\u65b9\u6cd5\uff1a\u5c06\u5ba2\u6237\u7684\u95ee\u9898\u53ca\u9700\u6c42\u7528\u6587\u5b57\u63cf\u8ff0\u51fa\u6765\uff0c\u4ea4\u7ed9\u552e\u524d\u6216\u5382\u5546\u3002"},"projectProductTypes":[{"id":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"88221","pct":"10","profit":"8822.1","project_id":4173}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":{"project_id":4173,"count":1},"salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{"project_id":4173,"sum":"2","times":"1"},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4173,"comment":10},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":0,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":23,"progress_remain_display":24,"forecast_remain_display":23,"duration_display":27,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"8.82\u4e07"},{"id":4180,"client_id":3281,"project_status":2,"project_progress":"","budget":"0","profit_pct":"0","bargain_date":"","description":"","created_by":5295,"created_at":"2026-06-04 20:47:29","updated_at":"2026-06-04 20:47:29","engineer_id":"","project_title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260604004","collected":"0","status_updated_at":"2026-06-04 20:47:29.333174+08","success_rate":"","comment":"\uff08\u672a\u8bbe\u7f6e\uff09","contract_type":"","progress_updated_at":"2026-06-04 20:47:29.333174+08","forecast_updated_at":"2026-06-04 20:47:29.333174+08","end_at":"","pinyin_shortcut":"xsxssc20260604004","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"0.00000000000000000000","remain":"24 days 02:19:32.331414","progress_remain":"24 days 02:19:32.331414","forecast_remain":"24 days 02:19:32.331414","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"24 days 02:19:32.331414","issued_invoices":"","client":{"id":3281,"key":3281,"name":"\u5bd2\u5e8f\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8(EDA)","logo":"","client_type":5,"client_class":47,"client_industry":57,"sales_rep":5295,"clientType":{"id":5,"key":5,"name":"\u836f\u54c1\u96f6\u552e\u4f01\u4e1a\uff08\u5355\u4f53\uff09"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":57,"key":57,"name":"EDA\/CAE"}},"usedClient":"","contractType":"","projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{},"projectProductTypes":[{"id":3,"product_type_id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907","budget":"0","pct":"0","profit":"0","project_id":4180}],"salesForecast":{},"opportunityFrom":{},"purchaseType":{},"schedules":[],"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":0,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":24,"progress_remain_display":24,"forecast_remain_display":24,"duration_display":24,"last_arrive_days_display":"","contract_type_display":"\u65e0","can_change_status":true,"budget_display":"0"},{"id":4179,"client_id":3315,"project_status":2,"project_progress":"","budget":"0","profit_pct":"0","bargain_date":"","description":"","created_by":1001,"created_at":"2026-06-04 20:28:12","updated_at":"2026-06-04 20:28:12","engineer_id":"","project_title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260604003","collected":"0","status_updated_at":"2026-06-04 20:28:12.946299+08","success_rate":"","comment":"\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9","contract_type":"","progress_updated_at":"2026-06-04 20:28:12.946299+08","forecast_updated_at":"2026-06-04 20:28:12.946299+08","end_at":"","pinyin_shortcut":"xsxssc20260604003","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"0.00000000000000000000","remain":"24 days 02:38:48.718289","progress_remain":"24 days 02:38:48.718289","forecast_remain":"24 days 02:38:48.718289","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"24 days 02:38:48.718289","issued_invoices":"","client":{"id":3315,"key":3315,"name":"\u822a\u5929\u79d1\u5de5206\u6240(\u91cd\u590d)","logo":"","client_type":6,"client_class":43,"client_industry":20,"sales_rep":1001,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":"","contractType":"","projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{},"projectProductTypes":[{"id":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"0","pct":"0","profit":"0","project_id":4179},{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"0","pct":"0","profit":"0","project_id":4179}],"salesForecast":{},"opportunityFrom":{},"purchaseType":{},"schedules":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":0,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":24,"progress_remain_display":24,"forecast_remain_display":24,"duration_display":24,"last_arrive_days_display":"","contract_type_display":"\u65e0","can_change_status":true,"budget_display":"0"},{"id":4178,"client_id":3303,"project_status":2,"project_progress":"","budget":"0","profit_pct":"0","bargain_date":"","description":"","created_by":1004,"created_at":"2026-06-04 20:24:50","updated_at":"2026-06-04 20:24:50","engineer_id":"","project_title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260604002","collected":"0","status_updated_at":"2026-06-04 20:24:50.036794+08","success_rate":"","comment":"gasdf \u963f\u65af\u987f\u53d1\u963f\u65af\u987f\u53d1\u963f\u65af\u987f\u53d1\u6492\u5730\u65b9\u6492\u5730\u65b9\u6492\u5730\u65b9\u6492\u53d1\u987a\u4e30\u6492\u53d1\u554a\u662f\u82cf\u6253\u7c89\u6492\u53d1\u6492\u53d1\u554a\u662f \u53d1\u751f\u53d1","contract_type":"","progress_updated_at":"2026-06-04 20:24:50.036794+08","forecast_updated_at":"2026-06-04 20:24:50.036794+08","end_at":"","pinyin_shortcut":"xsxssc20260604002","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"0.00000000000000000000","remain":"24 days 02:42:11.627794","progress_remain":"24 days 02:42:11.627794","forecast_remain":"24 days 02:42:11.627794","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"24 days 02:42:11.627794","issued_invoices":"","client":{"id":3303,"key":3303,"name":"\u5317\u4eac\u795e\u5dde\u90a6\u90a6\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8(\u8fc7\u5355)","logo":"","client_type":5,"client_class":43,"client_industry":13,"sales_rep":1004,"clientType":{"id":5,"key":5,"name":"\u836f\u54c1\u96f6\u552e\u4f01\u4e1a\uff08\u5355\u4f53\uff09"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":13,"key":13,"name":"SI\/ISV"}},"usedClient":"","contractType":"","projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{},"projectProductTypes":[{"id":88,"product_type_id":88,"key":88,"name":"\u79c1\u6709\u4e91","budget":"0","pct":"0","profit":"0","project_id":4178}],"salesForecast":{},"opportunityFrom":{},"purchaseType":{},"schedules":[],"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"","unissued_invoice":0,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":24,"progress_remain_display":24,"forecast_remain_display":24,"duration_display":24,"last_arrive_days_display":"","contract_type_display":"\u65e0","can_change_status":true,"budget_display":"0"},{"id":4177,"client_id":3354,"project_status":2,"project_progress":2,"budget":"3232","profit_pct":"70","bargain_date":"2026-06-04","description":"","created_by":1005,"created_at":"2026-06-04 12:40:43","updated_at":"2026-06-04 16:19:49","engineer_id":"","project_title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260604001","collected":"0","status_updated_at":"2026-06-04 16:19:49.006182+08","success_rate":"","comment":"\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5\u6d4b\u8bd5","contract_type":1,"progress_updated_at":"2026-06-04 16:19:29.955622+08","forecast_updated_at":"2026-06-04 16:19:41.02118+08","end_at":"","pinyin_shortcut":"xsxssc20260604001","creator":1001,"used_client":"","from_contact":3649,"total_contact_point":"","paid_contact_point":"","project_product_version_id":1376,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"p_point":"","un_paid_contact_point":"","profits":"2262.4000000000000000","remain":"24 days 06:47:12.658406","progress_remain":"24 days 06:47:31.708966","forecast_remain":"24 days 06:47:20.643408","lost_contact_days":"24.3375192660648","last_contact":"2026-06-04 15:01:00","last_arrive_days":"","last_arrive":"","duration":"24 days 10:26:18.048509","issued_invoices":"","client":{"id":3354,"key":3354,"name":"\u822a\u5929\u79d1\u6280\u4e00\u966215\u6240","logo":"","client_type":6,"client_class":47,"client_industry":58,"sales_rep":1005,"clientType":{"id":6,"key":6,"name":"\u836f\u54c1\u6279\u53d1\u4f01\u4e1a\uff08\u666e\u901a\uff09"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":58,"key":58,"name":"\u519b\u5de5"}},"usedClient":"","contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":2,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},"projectProgress":{"id":2,"key":2,"name":"\u786e\u8ba4\u95ee\u9898","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u5ba2\u6237\u5f53\u524d\u9047\u5230\u7684\u5b9e\u9645\u95ee\u9898\uff0c \u6216\u8005\u5f85\u529e\u4efb\u52a1\uff0c\u6216\u8005\u9762\u4e34\u54ea\u4e9b\u6311\u6218\uff1f\n \u65b9\u6cd5\uff1a\u7b2c\u4e00\u6b65\uff1a5why\u6cd5\u8be2\u95ee\u771f\u95ee\u9898 \u7b2c\u4e8c\u6b65\uff1a\u53cd\u95ee\u5982\u679c\u4e0d\u89e3\u51b3\u4f1a\u600e\u6837\uff1f"},"projectProductTypes":[{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"3232","pct":"70","profit":"2262.4","project_id":4177}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"schedules":[],"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u660e\uff08\u9500\u552e\u4eba\u5458\uff09","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}},"salesRep":{"id":1005,"key":1005,"name":"\u8d75\u660e\uff08\u9500\u552e\u4eba\u5458\uff09","sex":"F","avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"workLogCount":{"project_id":4177,"count":1},"caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"commentCount":{"object_id":4177,"comment":3},"unreadComments":{},"projectContactPoints":[],"lost_contact_days_display":"24\u5929\u524d","unissued_invoice":3232,"unread":0,"project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","remain_display":24,"progress_remain_display":24,"forecast_remain_display":24,"duration_display":24,"last_arrive_days_display":"","contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"budget_display":"3232"}],"pagenation":{"totalcount":3138,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"66.249.68.4","ua":"Mozilla\/5.0 (Linux; Android 6.0.1; Nexus 5X Build\/MMB29P) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/148.0.7778.96 Mobile Safari\/537.36 (compatible; GoogleOther)"}', FALSE, '2026-06-28 23:07:02', 509209088) RETURNING "id"