Performance Profiling

Total processing time: 254 ms; Peak memory: 6.429 MB. Show Profiling Timeline

总计85条数据
TimeDurationCategoryInfo
  
14:58:29.43467.1 msyii\db\Command::querySELECT p.*, (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_project_remind_receivers" "prr" ON prr.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON p.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_clients" "usedclient" ON p.used_client = usedclient.id LEFT JOIN "a57be577deb434"."tbl_sales_group_relationships" "sgr" ON sgr.sales_id = c.sales_rep 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_term_taxonomy_relationships" "ttr" ON ttr.object_id = p.id AND ttr.term_id = 10 LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr2" ON ttr2.object_id = p.id AND ttr2.term_id = 13 LEFT JOIN "a57be577deb434"."tbl_project_architects" "pa" ON "pa"."project_id" = "p"."id" LEFT JOIN "a57be577deb434"."tbl_engineer_group_relationships" "egr" ON egr.engineer_id = pa.engineer_id WHERE ("c"."deleted"=FALSE) AND (c.id is not null) AND ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5420, 1029, 1001, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5358, 1006, 5093)) OR ("prr"."user_id"=1000) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1000))) GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC LIMIT 10
14:58:29.39736.5 msyii\db\Command::querySELECT COUNT(*) FROM (SELECT p.*, (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_project_remind_receivers" "prr" ON prr.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON p.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_clients" "usedclient" ON p.used_client = usedclient.id LEFT JOIN "a57be577deb434"."tbl_sales_group_relationships" "sgr" ON sgr.sales_id = c.sales_rep 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_term_taxonomy_relationships" "ttr" ON ttr.object_id = p.id AND ttr.term_id = 10 LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr2" ON ttr2.object_id = p.id AND ttr2.term_id = 13 LEFT JOIN "a57be577deb434"."tbl_project_architects" "pa" ON "pa"."project_id" = "p"."id" LEFT JOIN "a57be577deb434"."tbl_engineer_group_relationships" "egr" ON egr.engineer_id = pa.engineer_id WHERE ("c"."deleted"=FALSE) AND (c.id is not null) AND ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5420, 1029, 1001, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5358, 1006, 5093)) OR ("prr"."user_id"=1000) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1000))) GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC) "c"
14:58:29.58816.9 msyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=1) AND ("object_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "object_id"
14:58:29.60515.1 msyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=1) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "object_id"
14:58:29.5368.6 msyii\db\Command::querySELECT "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 (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "c"."project_id"
14:58:29.5238.4 msyii\db\Command::querySELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", sum(points) as points FROM "a57be577deb434"."tbl_case_assignments" GROUP BY "case_id") "ca" ON ca.case_id = c.id WHERE "c"."project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800) GROUP BY "c"."project_id"
14:58:29.5834.7 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id" IN (1240, 1603, 1605, 1607, 627, 1609, 1608, 1610, 1604, 743, 744, 739, 523)
14:58:29.5783.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_products" WHERE "id" IN (1492, 1493, 1494, 1495, 1511, 1956, 1954, 1955, 1953, 1952, 1948, 1949, 1950)
14:58:29.6333.2 msyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 6, 166, 'v2/project/list', '{"ProjectSearch":{"keyword":"","projectProductTypes":"","project_progress":"","project_status":"","engineer_id":"","created_by":"","salesForecast":"","period":"","from":"","to":""},"page":"1","pagesize":"10","posttime":"1751612309","access_token":"Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd","device_type":"6","version_code":"166","token":"32679b98361cca332b63189efc90a44e"}', '{"code":200,"data":{"list":[{"id":3815,"client_id":3337,"project_status":1,"project_progress":5,"budget":"0","profit_pct":"0","bargain_date":"2025-12-04","description":null,"created_by":5332,"created_at":"2025-07-04 11:01:46","updated_at":"2025-07-04 14:37:30","engineer_id":null,"project_title":"\u4ed8\u6b3e\u53d1\u8d27","collected":"0","status_updated_at":"2025-07-04 11:01:46.580051+08","success_rate":null,"comment":"\u5c06\u9519\u5c31\u9519\u5bb6","contract_type":1,"progress_updated_at":"2025-07-04 11:01:46.580051+08","forecast_updated_at":"2025-07-04 11:01:46.580051+08","end_at":"","pinyin_shortcut":"fkfh","creator":1000,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":0,"profits":"0.00000000000000000000","remain":"03:56:42.856039","progress_remain":"03:56:42.856039","forecast_remain":"03:56:42.856039","lost_contact_days":"0.164924028819444","last_contact":"2025-07-04 11:01:00","last_arrive_days":"0.164924028819444","last_arrive":"2025-07-04 11:01:00+08","duration":"03:56:42.856039","issued_invoices":null,"client":{"id":3337,"key":3337,"name":"\u6d77\u57fa\u4f1a\u57fa\u91d1\u4f1a","logo":null,"client_type":1,"client_class":80,"client_industry":1,"sales_rep":5332,"salesRep":{"id":5332,"key":5332,"name":"\u970d\u536b\u8d85","sex":"M","avatar":{"id":148,"user_id":5332,"name":"\/files\/cdn\/a57be577deb434\/avatar\/3a3eda91-ddc9-3633-8071-70a4c3d7180c.png"}},"clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":80,"key":80,"name":"\u7a33\u5b9a\u5ba2\u6237","notice_days":30,"color":"#0EE315"},"clientIndustry":{"id":1,"key":1,"name":"\u653f\u5e9c"}},"usedClient":null,"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":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":[],"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":null,"purchaseType":{"id":129,"key":129,"name":"\u7279\u7ea6\u9080\u6807"},"createdBy":{"id":5332,"key":5332,"name":"\u970d\u536b\u8d85","sex":"M","department_id":1,"avatar":{"id":148,"user_id":5332,"name":"\/files\/cdn\/a57be577deb434\/avatar\/3a3eda91-ddc9-3633-8071-70a4c3d7180c.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"F","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e1ebc7f0-3c0e-38f8-a847-b9169d50c361.jpg"}},"salesRep":{"id":5332,"key":5332,"name":"\u970d\u536b\u8d85","sex":"M","avatar":{"id":148,"user_id":5332,"name":"\/files\/cdn\/a57be577deb434\/avatar\/3a3eda91-ddc9-3633-8071-70a4c3d7180c.png"}},"casePoints":{"project_id":3815,"points":"0"},"workLogCount":{"project_id":3815,"count":1},"caseCount":{"project_id":3815,"count":1},"salesTimeCount":{"project_id":3815,"hours":"0.0333333333333333","times":1},"implementTimeCount":null,"presalesTimeCount":{"project_id":3815,"sum":"0.0166666666666667","times":"1"},"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":null,"projectRemindReceivers":[{"id":1611,"user_id":1017,"key":1017,"project_id":3815,"user":{"id":1017,"key":1017,"name":"\u8f66\u660e\u98de","sex":"M","avatar":{"id":8,"user_id":1017,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e538f0fe-48a7-33da-a512-b252266c9e91.jpg"}}}],"projectProductRels":[],"commentCount":{"object_id":3815,"comment":1},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"projectUsedClient":null,"remain_display":0,"progress_remain_display":0,"forecast_remain_display":0,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"3\u5c0f\u65f6\u524d","project_status_display":"\u9690\u6027\u9700\u6c42","is_collected":false,"bgcolor":"#ffc000","can_invoice":false,"can_payment":false,"duration_display":1,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"3\u5c0f\u65f6\u524d","can_view_product":true,"budget_display":"0","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"id":3786,"client_id":3334,"project_status":3,"project_progress":9,"budget":"3593747","profit_pct":"1.7","bargain_date":"2025-02-28","description":"","created_by":1001,"created_at":"2025-02-28 16:22:00","updated_at":"2025-07-04 14:19:12","engineer_id":null,"project_title":"\u8fdc\u9274\u8f6f\u4ef6-\u8fc7\u7a0b\u76d1\u63a7\u4ea7\u54c1","collected":"-1","status_updated_at":"2025-02-28 16:22:00.848979+08","success_rate":null,"comment":"\u7d2b\u5149\u6768\u534e\u63a8\u8350","contract_type":1,"progress_updated_at":"2025-02-28 16:22:00.848979+08","forecast_updated_at":"2025-04-08 14:42:27.53319+08","end_at":"","pinyin_shortcut":"yjrjgcjkcp","creator":1001,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":788,"is_sales_order_ready":true,"collected_plan":3048205,"profits":"61093.6990000000000","remain":"125 days 22:36:28.587111","progress_remain":"125 days 22:36:28.587111","forecast_remain":"87 days 00:16:01.9029","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"125 days 22:36:28.587111","issued_invoices":null,"client":{"id":3334,"key":3334,"name":"\u5317\u4eac\u878d\u9890\u5149\u7535\u79d1\u6280\u6709\u9650\u516c\u53f8(\u8fc7\u5355)","logo":null,"client_type":5,"client_class":43,"client_industry":13,"sales_rep":1001,"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":13,"key":13,"name":"SI\/ISV"}},"usedClient":null,"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":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"3048204","pct":"1.99","profit":"60964","project_id":3786},{"id":3,"product_type_id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907","budget":"545543","pct":"0.1","profit":"547","project_id":3786}],"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":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"casePoints":{"project_id":3786,"points":"0"},"workLogCount":null,"caseCount":{"project_id":3786,"count":4},"salesTimeCount":null,"implementTimeCount":{"project_id":3786,"sum":null,"times":null},"presalesTimeCount":{"project_id":3786,"sum":null,"times":null},"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3803,"from_project":3786,"payment_collection_remind_ahead":null,"serial_no":"TSKJ20250228-LRC-001","is_settle":true,"is_deliver":true,"is_outbound":true,"contractScans":[{"id":33118,"object_type":105,"object_id":3803,"attachment_id":24348,"attachment":{"id":24348,"key":24348,"name":"a37e4f5d-10e8-3c25-8a5c-e6d970c593ae","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/a37e4f5d-10e8-3c25-8a5c-e6d970c593ae\/\u878d\u9890\u5149\u7535.pdf","orig_name":"\u878d\u9890\u5149\u7535.pdf"}}],"receiptScans":[{"id":32860,"object_type":106,"object_id":3803,"attachment_id":24525,"attachment":{"id":24525,"key":24525,"name":"37ceb493-ecbe-346e-9100-7d66b5576afd","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/37ceb493-ecbe-346e-9100-7d66b5576afd\/\u8d27\u7269\u7b7e\u6536\u5355(1).pdf","orig_name":"\u8d27\u7269\u7b7e\u6536\u5355(1).pdf"}}],"verifyScans":[],"salesContractPayments":[{"id":2156,"key":2156,"contract_id":3803,"value":"-1","created_by":1001,"created_at":"2025-05-08 09:15:53","collected_date":"2025-05-08","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4},"pct":-0}],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":2396,"key":2396,"contract_id":3803,"name":"2025-03-31","value":"3048204","overdue_days":null,"pct":84.82,"collect_status":"\u903e\u671f95\u5929"},{"id":2397,"key":2397,"contract_id":3803,"name":"2025-06-11","value":"1","overdue_days":null,"pct":0,"collect_status":"\u903e\u671f23\u5929"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8182,"user_id":1001,"key":1001,"contract_id":3803,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}},{"id":8183,"user_id":1011,"key":1011,"contract_id":3803,"user":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"}}},{"id":8184,"user_id":5388,"key":5388,"contract_id":3803,"user":{"id":5388,"key":5388,"name":"\u6768\u71d5\u971e","sex":"F","avatar":{"id":156,"user_id":5388,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b8d4f68f-e736-3c38-9e2f-1ab47885b3d8.png"}}}],"salesSupplierRels":[{"id":2533,"contract_id":3803,"supplier_id":431,"purchase_id":3834,"supplier":{"id":431,"key":431,"name":"\u5317\u4eac\u60e0\u8054\u8baf\u901a\u4fe1\u606f\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8"},"purchase":{"id":3834,"key":3834,"serial_no":"\u6d4b\u8bd5\u9500\u552e\u5408\u540c\u5173\u8054\u91c7\u8d2d\u5408\u540c\u95ee\u9898"}}],"payment_collection_remind_ahead_display":"\u4e0d\u63d0\u9192"},"projectRemindReceivers":[{"id":1417,"user_id":1001,"key":1001,"project_id":3786,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"projectProductRels":[{"id":9084,"project_id":3786,"product_id":1948,"amount":"1966146.00","number":1,"cost":"1926823.00","description":"","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"1966146","total_cost":"1926823","supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1948,"name":"\u8fc7\u7a0b\u76d1\u63a7\u7cfb\u7edf\u3010\u7b80\u79f0:\u76d1\u63a7\u670d\u52a1\u3011V1.0","product_type":7,"product_component":64,"product_brand":230,"product_serie":1603,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2025-02-28 16:34:11","updated_at":"2025-02-28 16:34:11","pinyin_shortcut":"gcjkxtjcjkfwV10","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":64,"key":64,"name":"\u89c6\u9891\u76d1\u63a7\u5e73\u53f0\u8f6f\u4ef6"},"productBrand":{"id":230,"key":230,"name":"\u8fdc\u9274"},"productSerie":{"id":1603,"key":1603,"name":"\u8fc7\u7a0b\u76d1\u63a7\u7cfb\u7edf"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}},{"id":9085,"project_id":3786,"product_id":1949,"amount":"975765.00","number":1,"cost":"956250.00","description":"","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"975765","total_cost":"956250","supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1949,"name":"\u667a\u80fd\u58f0\u7eb9\u9274\u5b9a\u5de5\u4f5c\u7ad9\u7cfb\u7edf\u3010\u7b80\u79f0:\u58f0\u7eb9\u9274\u5b9a\u5de5\u4f5c\u7ad9\u3011V3.0","product_type":7,"product_component":64,"product_brand":230,"product_serie":1604,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2025-02-28 16:34:50","updated_at":"2025-02-28 16:34:50","pinyin_shortcut":"znswjdgzzxtjcswjdgzzV30","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":64,"key":64,"name":"\u89c6\u9891\u76d1\u63a7\u5e73\u53f0\u8f6f\u4ef6"},"productBrand":{"id":230,"key":230,"name":"\u8fdc\u9274"},"productSerie":{"id":1604,"key":1604,"name":"\u667a\u80fd\u58f0\u7eb9\u9274\u5b9a\u5de5\u4f5c\u7ad9\u7cfb\u7edf"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}},{"id":9086,"project_id":3786,"product_id":1950,"amount":"106293.00","number":1,"cost":"104167.00","description":"","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"106293","total_cost":"104167","supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1950,"name":"\u591a\u5a92\u4f53\u5904\u7406\u6a21\u5757\u7cfb\u7edf\u3010\u591a\u6807\u7b7e\u6807\u6ce8\u7cfb\u7edf\u3011V1.0","product_type":7,"product_component":64,"product_brand":230,"product_serie":1605,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2025-02-28 16:35:45","updated_at":"2025-02-28 16:35:45","pinyin_shortcut":"dmtclmkxtdbqbzxtV10","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":64,"key":64,"name":"\u89c6\u9891\u76d1\u63a7\u5e73\u53f0\u8f6f\u4ef6"},"productBrand":{"id":230,"key":230,"name":"\u8fdc\u9274"},"productSerie":{"id":1605,"key":1605,"name":"\u591a\u5a92\u4f53\u5904\u7406\u6a21\u5757\u7cfb\u7edf"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}}],"commentCount":{"object_id":3786,"comment":3},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"projectUsedClient":{"id":92,"project_id":3786,"used_client":982,"budget":"20000","profit":"16000","profit_pct":"80","collected_plan":"8000","remind_ahead":"1 day","usedClient":{"id":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","abbr":null,"pinyin_shortcut":"zgxxaqyjs","description":"","corp_rep":"","website":"","capital":null,"established_at":null,"headcount":"","reg_address":null,"working_address":null,"telephone":"01062305540","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":3,"client_class":1,"client_industry":4,"client_type":6,"sales_rep":1001,"main_contact":null,"created_by":5076,"created_at":"2018-05-16 18:55:46","updated_at":"2025-07-04 11:20:59","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":null,"en_name":"","pick_at":"2024-06-27 14:45:57","it_budget":"800","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":2,"client_key_info_count":1,"contact_count":62,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":null},"projectUsedClientPaymentCollectionRemindReceivers":[{"id":1,"project_used_client_id":92,"user_id":1001,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"projectUsedClientPaymentCollectionRemindDates":[{"id":1,"key":1,"project_used_client_id":92,"remind_date":"2025-04-08","amount":8000,"name":"2025-04-08","value":8000,"overdue_days":null,"pct":40,"collect_status":"\u903e\u671f87\u5929"}],"projectUsedClientPayments":[],"projectUsedClientInvoices":[],"invoiced":0,"collected":0,"un_invoiced":20000,"un_collected":20000,"remind_ahead_display":"1\u5929","project_used_client_collected_plan":8000,"project_used_client_collected_plan_pct":40},"remain_display":125,"progress_remain_display":125,"forecast_remain_display":87,"projectProductTotalAmount":3048204,"projectProductAllAmount":true,"projectProductTotalCost":2987240,"projectProductAllCost":true,"projectProductTotalNumber":3,"unissued_invoice":3593747,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":true,"can_payment":true,"duration_display":125,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"359.37\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"id":3805,"client_id":2815,"project_status":1,"project_progress":2,"budget":"9988","profit_pct":"4","bargain_date":"2025-10-02","description":"","created_by":1004,"created_at":"2025-05-12 10:20:17","updated_at":"2025-07-04 14:18:10","engineer_id":null,"project_title":"\u54c8\u597d\u54c8\u7535\u8bdd","collected":"0","status_updated_at":"2025-06-24 22:18:16.559198+08","success_rate":null,"comment":"","contract_type":2,"progress_updated_at":"2025-06-24 22:18:16.559198+08","forecast_updated_at":"2025-06-24 22:16:38.743424+08","end_at":"","pinyin_shortcut":"hhhdh","creator":1004,"used_client":3335,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":0,"profits":"399.5200000000000000","remain":"9 days 16:40:12.876892","progress_remain":"9 days 16:40:12.876892","forecast_remain":"9 days 16:41:50.692666","lost_contact_days":"0.0287781954861111","last_contact":"2025-07-04 14:17:03","last_arrive_days":"0.0287781954861111","last_arrive":"2025-07-04 14:17:03+08","duration":"53 days 04:38:11.836777","issued_invoices":null,"client":{"id":2815,"key":2815,"name":"\u4e2d\u56fd\u9ec4\u91d1","logo":null,"client_type":6,"client_class":47,"client_industry":10,"sales_rep":1004,"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"}},"clientType":{"id":6,"key":6,"name":"\u592e\u4f01"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":10,"key":10,"name":"\u91d1\u878d"}},"usedClient":{"id":3335,"key":3335,"name":"\u56fd\u9632\u79d1\u6280\u521b\u65b0\u7814\u7a76\u9662"},"contractType":{"id":2,"key":2,"name":"\u8fd0\u7ef4\u670d\u52a1"},"projectArchitects":[],"projectStatus":{"id":1,"key":1,"name":"\u9690\u6027\u9700\u6c42","color":"#ffc000"},"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":"9988.00","pct":"4","profit":"399.52","project_id":3805}],"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":null,"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"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\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"}},"casePoints":{"project_id":3805,"points":"400"},"workLogCount":{"project_id":3805,"count":2},"caseCount":{"project_id":3805,"count":3},"salesTimeCount":{"project_id":3805,"hours":"0.01","times":1},"implementTimeCount":{"project_id":3805,"sum":"0.0166666666666667","times":"2"},"presalesTimeCount":{"project_id":3805,"sum":"0.1","times":"1"},"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3805,"sum":"432"},"buildContract":null,"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":3805,"comment":5},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"projectUsedClient":null,"remain_display":9,"progress_remain_display":9,"forecast_remain_display":9,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":9988,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"41\u5206\u949f\u524d","project_status_display":"\u9690\u6027\u9700\u6c42","is_collected":false,"bgcolor":"#ffc000","can_invoice":false,"can_payment":false,"duration_display":53,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":true,"is_admin":true,"lost_contact_days_display":"41\u5206\u949f\u524d","can_view_product":true,"budget_display":"9988","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"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":"2025-07-04 11:20:59","engineer_id":null,"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":null,"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":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":0,"profits":"300000.000000000000","remain":"2321 days 03:47:27.609705","progress_remain":"2313 days 04:05:05.033492","forecast_remain":"2313 days 04:05:05.033492","lost_contact_days":"1375.5927018066","last_contact":"2021-09-28 00:45:00","last_arrive_days":null,"last_arrive":null,"duration":"1354 days 22:00:41.6388","issued_invoices":null,"client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","logo":null,"client_type":6,"client_class":1,"client_industry":4,"sales_rep":1001,"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"clientType":{"id":6,"key":6,"name":"\u592e\u4f01"},"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\u822a\u661f\u673a\u5668\u5236\u9020\u6709\u9650\u516c\u53f8239\u5382"},"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"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"casePoints":{"project_id":1018,"points":"860"},"workLogCount":{"project_id":1018,"count":53},"caseCount":{"project_id":1018,"count":39},"salesTimeCount":null,"implementTimeCount":{"project_id":1018,"sum":"72.6166666666667","times":"22"},"presalesTimeCount":{"project_id":1018,"sum":"85.5","times":"15"},"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":1018,"sum":"1624.13"},"buildContract":null,"projectRemindReceivers":[],"projectProductRels":[],"commentCount":null,"unreadComments":null,"fromContact":null,"projectContactPoints":[],"projectUsedClient":{"id":91,"project_id":1018,"used_client":2125,"budget":null,"profit":null,"profit_pct":null,"collected_plan":null,"remind_ahead":null,"usedClient":{"id":2125,"name":"\u5317\u4eac\u822a\u661f\u673a\u5668\u5236\u9020\u6709\u9650\u516c\u53f8239\u5382","abbr":null,"pinyin_shortcut":"bjhxjqzzyxgs239c","description":"","corp_rep":"","website":"","capital":null,"established_at":null,"headcount":"","reg_address":null,"working_address":2653,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0.0","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":20,"client_type":6,"sales_rep":5087,"main_contact":null,"created_by":5087,"created_at":"2021-12-19 18:01:00","updated_at":"2025-05-28 10:33:02","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":null,"en_name":"","pick_at":"2021-12-19 18:01:00","it_budget":"","deployment_mode":"","it_per_num":"19\u4eba","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":1,"contact_count":6,"visit_count":0,"cooperate_count":1,"case_pre_sales_count":1,"case_implement_count":11,"is_overdue_remind":false,"from_contact":null},"projectUsedClientPaymentCollectionRemindReceivers":[],"projectUsedClientPaymentCollectionRemindDates":[],"projectUsedClientPayments":[],"projectUsedClientInvoices":[],"invoiced":0,"collected":0,"un_invoiced":0,"un_collected":0,"remind_ahead_display":"\u4e0d\u63d0\u9192","project_used_client_collected_plan":0,"project_used_client_collected_plan_pct":""},"remain_display":2321,"progress_remain_display":2313,"forecast_remain_display":2313,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":3000000,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":1354,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"3\u5e74\u524d","can_view_product":true,"budget_display":"300\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"id":3811,"client_id":2815,"project_status":2,"project_progress":5,"budget":"50000","profit_pct":"5","bargain_date":"2025-08-21","description":"","created_by":1004,"created_at":"2025-06-21 21:22:14","updated_at":"2025-07-04 11:16:50","engineer_id":null,"project_title":"\u6ef4\u6ef4\u6253\u8f66","collected":"0","status_updated_at":"2025-06-21 21:24:12.913581+08","success_rate":null,"comment":"\u5c31\u653e\u5047\u653e\u5047","contract_type":1,"progress_updated_at":"2025-06-25 14:09:02.71126+08","forecast_updated_at":"2025-06-25 14:09:07.282021+08","end_at":"","pinyin_shortcut":"dddc","creator":1000,"used_client":2815,"from_contact":2782,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":0,"profits":"2500.0000000000000000","remain":"12 days 17:34:16.522509","progress_remain":"9 days 00:49:26.72483","forecast_remain":"9 days 00:49:22.154069","lost_contact_days":"9.03575736215278","last_contact":"2025-06-25 14:07:00","last_arrive_days":"9.03575736215278","last_arrive":"2025-06-25 14:07:00+08","duration":"12 days 17:36:14.8017","issued_invoices":null,"client":{"id":2815,"key":2815,"name":"\u4e2d\u56fd\u9ec4\u91d1","logo":null,"client_type":6,"client_class":47,"client_industry":10,"sales_rep":1004,"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"}},"clientType":{"id":6,"key":6,"name":"\u592e\u4f01"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":10,"key":10,"name":"\u91d1\u878d"}},"usedClient":{"id":2815,"key":2815,"name":"\u4e2d\u56fd\u9ec4\u91d1"},"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":2,"product_type_id":2,"key":2,"name":"\u670d\u52a1\u5668","budget":"50000","pct":"5","profit":"2500","project_id":3811}],"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":null,"purchaseType":{"id":129,"key":129,"name":"\u7279\u7ea6\u9080\u6807"},"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\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"F","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e1ebc7f0-3c0e-38f8-a847-b9169d50c361.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"}},"casePoints":null,"workLogCount":{"project_id":3811,"count":1},"caseCount":null,"salesTimeCount":{"project_id":3811,"hours":"0","times":1},"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3811,"sum":"112"},"buildContract":null,"projectRemindReceivers":[{"id":1610,"user_id":1017,"key":1017,"project_id":3811,"user":{"id":1017,"key":1017,"name":"\u8f66\u660e\u98de","sex":"M","avatar":{"id":8,"user_id":1017,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e538f0fe-48a7-33da-a512-b252266c9e91.jpg"}}}],"projectProductRels":[],"commentCount":{"object_id":3811,"comment":2},"unreadComments":null,"fromContact":{"id":2782,"key":2782,"name":"\u97e9\u4e1c\u5347","client_id":1419,"supplier_id":null,"mobiles":[{"id":2888,"contact_id":2782,"mobile":"13691524469","mp_open_id":null}],"client":{"id":1419,"key":1419,"name":"\u5317\u4eac\u535a\u534e\u4e1c\u65b9\u6559\u80b2\u6295\u8d44\u7ba1\u7406\u54a8\u8be2\u6709\u9650\u516c\u53f8"},"supplier":null},"projectContactPoints":[],"projectUsedClient":null,"remain_display":12,"progress_remain_display":9,"forecast_remain_display":9,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":50000,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"9\u5929\u524d","project_status_display":"\u660e\u786e\u9700\u6c42","is_collected":false,"bgcolor":"#0064ec","can_invoice":false,"can_payment":false,"duration_display":12,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"9\u5929\u524d","can_view_product":true,"budget_display":"5\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"id":3404,"client_id":1331,"project_status":3,"project_progress":6,"budget":"25860","profit_pct":"-5.12","bargain_date":"2024-01-23","description":"","created_by":5300,"created_at":"2023-12-21 20:51:49","updated_at":"2025-07-04 10:21:43","engineer_id":null,"project_title":"\u6df1\u4fe1\u670d+Veeam\u7eed\u4fdd-2023-K","collected":"25860","status_updated_at":"2024-01-25 23:19:14.225835+08","success_rate":null,"comment":"1\t\u6df1\u4fe1\u670d\t\"AF-1000-FH1300A\nSN\uff1aWDCCFA0113\"\t\t\n2\t\u6df1\u4fe1\u670d\tEDR\n3\tVeeam\t\u5907\u4efd\u8f6f\u4ef6","contract_type":2,"progress_updated_at":"2023-12-25 09:44:43.614796+08","forecast_updated_at":"2023-12-25 09:44:43.614796+08","end_at":"2024-02-27 15:10:54","pinyin_shortcut":"sxfVeeamxb2023K","creator":5300,"used_client":null,"from_contact":null,"total_contact_point":"8350","paid_contact_point":"8350","project_product_version_id":290,"is_sales_order_ready":true,"collected_plan":25860,"profits":"-1324.032000000000000000","remain":"525 days 15:39:15.210255","progress_remain":"557 days 05:13:45.821294","forecast_remain":"557 days 05:13:45.821294","lost_contact_days":"493.238535139931","last_contact":"2024-02-27 09:15:00","last_arrive_days":"560.933674028819","last_arrive":"2023-12-21 16:34:00+08","duration":"67 days 18:19:05.182556","issued_invoices":"25860.00","client":{"id":1331,"key":1331,"name":"\u4e09\u76db\u667a\u6167\u6559\u80b2\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\/\u5317\u4eac\u4e2d\u80b2\u8d1d\u62c9\u56fd\u9645\u6559\u80b2\u79d1\u6280\u6709\u9650\u516c\u53f8\/\u5317\u4eac\u6c47\u51a0\u89e6\u6478\u6280\u672f\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":80,"client_industry":25,"sales_rep":5311,"salesRep":{"id":5311,"key":5311,"name":"\u62d3\u5c0f\u6587","sex":"F","avatar":{"id":149,"user_id":5311,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1a32eee2-9465-3c88-9077-5c6d1cc5e8b3.jpg"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":80,"key":80,"name":"\u7a33\u5b9a\u5ba2\u6237","notice_days":30,"color":"#0EE315"},"clientIndustry":{"id":25,"key":25,"name":"\u6559\u80b2\uff08\u673a\u6784\uff09"}},"usedClient":null,"contractType":{"id":2,"key":2,"name":"\u8fd0\u7ef4\u670d\u52a1"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":6,"key":6,"name":"\u63a8\u52a8\u6210\u4ea4","description":"\u5b9a\u4e49\uff1a\u5ba2\u6237\u786e\u8ba4\u4e86\u65b9\u6848\uff0c\u4e86\u89e3\u4e86\u6210\u4ea4\u4ef7\u683c\u3002 \n\u65b9\u6cd5\uff1a\u901a\u8fc7\u5229\u76ca\u5206\u4eab\uff0c\u5b9e\u529b\u8bc1\u660e\uff0c\u9ad8\u5c42\u62dc\u8bbf\uff0c\u5382\u5546\u62dc\u8bbf\uff0c\u6848\u4f8b\u53c2\u89c2\uff0c\u7a81\u51fa\u6211\u65b9\u4f18\u52bf\uff0c\u6253\u51fb\u5bf9\u624b\u52a3\u52bf\u3002"},"projectProductTypes":[{"id":87,"product_type_id":87,"key":87,"name":"\u5b89\u5168","budget":"25860.00","pct":"-5.12","profit":"-1324.032","project_id":3404}],"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":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"salesRep":{"id":5311,"key":5311,"name":"\u62d3\u5c0f\u6587","sex":"F","avatar":{"id":149,"user_id":5311,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1a32eee2-9465-3c88-9077-5c6d1cc5e8b3.jpg"}},"casePoints":{"project_id":3404,"points":"31"},"workLogCount":{"project_id":3404,"count":7},"caseCount":{"project_id":3404,"count":1},"salesTimeCount":{"project_id":3404,"hours":"0.866666666666667","times":1},"implementTimeCount":{"project_id":3404,"sum":"1","times":"1"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3404,"sum":"30"},"buildContract":{"id":3108,"from_project":3404,"payment_collection_remind_ahead":"7 days","serial_no":"TS-SQY-2023122264","is_settle":true,"is_deliver":true,"is_outbound":true,"contractScans":[{"id":24945,"object_type":105,"object_id":3108,"attachment_id":17421,"attachment":{"id":17421,"key":17421,"name":"d70772ed-61b3-3e29-9a2a-ee29ecef272a","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/d70772ed-61b3-3e29-9a2a-ee29ecef272a\/\u6c47\u51a0\u89e6\u6478.pdf","orig_name":"\u6c47\u51a0\u89e6\u6478.pdf"}}],"receiptScans":[],"verifyScans":[],"salesContractPayments":[{"id":1788,"key":1788,"contract_id":3108,"value":"25860","created_by":1014,"created_at":"2024-02-27 15:10:54","collected_date":"2024-02-27","createdBy":{"id":1014,"key":1014,"name":"\u6731\u65ed\u9896","sex":"F","department_id":6},"pct":100}],"salesContractInvoices":[{"id":1590,"key":1590,"contract_id":3108,"value":"25860.00","attachment_id":null,"from_date":"2024-01-26","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":1540,"key":1540,"contract_id":3108,"name":"2024-02-29","value":"25860","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":4966,"user_id":5300,"key":5300,"contract_id":3108,"user":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}}}],"salesSupplierRels":[{"id":444,"contract_id":3108,"supplier_id":236,"purchase_id":3144,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":3144,"key":3144,"serial_no":"TSKJ20240222-ZHF-001"}},{"id":1989,"contract_id":3108,"supplier_id":659,"purchase_id":3178,"supplier":{"id":659,"key":659,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8"},"purchase":{"id":3178,"key":3178,"serial_no":"XM20240312000200"}},{"id":2538,"contract_id":3108,"supplier_id":689,"purchase_id":3850,"supplier":{"id":689,"key":689,"name":"\u8d39\u7528\u5408\u540c\u65b0\u5efa"},"purchase":{"id":3850,"key":3850,"serial_no":"\u8d39\u7528\u5408\u540c\u7f16\u53f7"}}],"payment_collection_remind_ahead_display":"7\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":4123,"project_id":3404,"product_id":1492,"amount":"1350","number":1,"cost":"1178","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"1350","total_cost":"1178","supplier":null,"product":{"id":1492,"name":"\u6df1\u4fe1\u670d\u5b89\u5168\u4e91\u8111-\u4e91\u667a\u8ba2\u9605\u8f6f\u4ef6V8.0\uff08\u9002\u7528\u4e8eAF-1000-FH1300A\uff09","product_type":7,"product_component":188,"product_brand":12,"product_serie":743,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-03-05 17:56:36","updated_at":"2024-03-05 17:56:36","pinyin_shortcut":"sxfaqynyzdyrjV80syyAF1000FH1300A","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":188,"key":188,"name":"\u7cfb\u7edf\u8ba2\u9605\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":743,"key":743,"name":"\u6df1\u4fe1\u670d\u5b89\u5168\u4e91\u8111-\u4e91\u667a\u8ba2\u9605\u8f6f\u4ef6V8.0"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}},{"id":4124,"project_id":3404,"product_id":1493,"amount":"1350","number":1,"cost":"1178","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"1350","total_cost":"1178","supplier":null,"product":{"id":1493,"name":"\u6df1\u4fe1\u670d\u5b89\u5168\u4e91\u8111-\u4e91\u9274\u8ba2\u9605\u8f6f\u4ef6V8.0\uff08\u9002\u7528\u4e8eAF-1000-FH1300A\uff09","product_type":7,"product_component":188,"product_brand":12,"product_serie":744,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-03-05 17:57:19","updated_at":"2024-03-05 17:57:19","pinyin_shortcut":"sxfaqynyjdyrjV80syyAF1000FH1300A","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":188,"key":188,"name":"\u7cfb\u7edf\u8ba2\u9605\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":744,"key":744,"name":"\u6df1\u4fe1\u670d\u5b89\u5168\u4e91\u8111-\u4e91\u9274\u8ba2\u9605\u8f6f\u4ef6V8.0"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}},{"id":4125,"project_id":3404,"product_id":1494,"amount":"1060","number":1,"cost":"942","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"1060","total_cost":"942","supplier":null,"product":{"id":1494,"name":"\u6df1\u4fe1\u670d\u4ea7\u54c1\u8d28\u4fdd+\u8f6f\u4ef6\u5347\u7ea7\u670d\u52a1\uff08AF-1000-FH1300A\uff09","product_type":22,"product_component":189,"product_brand":12,"product_serie":739,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-03-05 17:59:36","updated_at":"2024-03-05 17:59:36","pinyin_shortcut":"sxfcpzbrjsjfwAF1000FH1300A","product_unit":8,"is_renew":false,"productType":{"id":22,"key":22,"name":"\u670d\u52a1"},"productComponent":{"id":189,"key":189,"name":"\u8f6f\u4ef6\u5347\u7ea7\u786c\u4ef6\u8d28\u4fdd"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":739,"key":739,"name":"\u6df1\u4fe1\u670d\u8f6f\u4ef6\u786c\u4ef6\u5347\u7ea7\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}}},{"id":4126,"project_id":3404,"product_id":1495,"amount":"6100","number":1,"cost":"2700","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"6100","total_cost":"2700","supplier":null,"product":{"id":1495,"name":"EDR","product_type":7,"product_component":41,"product_brand":12,"product_serie":523,"product_misc":null,"product_qa":null,"pn":"","description":"15\u4e2aPC\u9ad8\u7ea7\u7248\uff0c15\u4e2a\u670d\u52a1\u5668\u65d7\u8230\u7248","created_by":1013,"created_at":"2024-03-05 18:02:19","updated_at":"2024-03-05 18:02:19","pinyin_shortcut":"EDR","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":41,"key":41,"name":"\u5b89\u5168\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":523,"key":523,"name":"EDR\u5e73\u53f0\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}},{"id":4127,"project_id":3404,"product_id":1511,"amount":"16000","number":1,"cost":"9717","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"16000","total_cost":"9717","supplier":null,"product":{"id":1511,"name":"V-FDNVUL-0I-SU1AR-00","product_type":7,"product_component":30,"product_brand":16,"product_serie":1240,"product_misc":null,"product_qa":null,"pn":"","description":"Veeam Data Platform Foundation Universal Subscription License. Includes Enterprise Plus Edition features. 1 Year Renewal Subscription Upfront Billing & Production (24\/7) Support. 10 instance pack.","created_by":1001,"created_at":"2024-03-13 17:49:30","updated_at":"2024-03-13 17:49:30","pinyin_shortcut":"VFDNVUL0ISU1AR00","product_unit":2,"is_renew":true,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":30,"key":30,"name":"\u5907\u4efd\u8f6f\u4ef6"},"productBrand":{"id":16,"key":16,"name":"Veeam"},"productSerie":{"id":1240,"key":1240,"name":"Veeam VDP\u4e00\u5e74\u8ba2\u9605\u5f0f\u4f01\u4e1a\u589e\u5f3a\u7248\uff08\u7eed\u4fdd\uff09"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}}],"commentCount":{"object_id":3404,"comment":3},"unreadComments":null,"fromContact":null,"projectContactPoints":[{"id":440,"project_id":3404,"contact_id":2916,"point":"8350.00","paid_point":"8350","contact":{"id":2916,"key":2916,"name":"\u9ad8\u78ca","client_id":1331,"supplier_id":null,"client":{"id":1331,"key":1331,"name":"\u4e09\u76db\u667a\u6167\u6559\u80b2\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\/\u5317\u4eac\u4e2d\u80b2\u8d1d\u62c9\u56fd\u9645\u6559\u80b2\u79d1\u6280\u6709\u9650\u516c\u53f8\/\u5317\u4eac\u6c47\u51a0\u89e6\u6478\u6280\u672f\u6709\u9650\u516c\u53f8"},"supplier":null},"projectContactPointRels":[{"id":81,"project_id":3404,"contact_id":2916,"point":"8350.00","day_at":"2024-03-29","description":"","created_at":"2024-03-29 13:36:27"}],"status_display":"\u5df2\u6838\u9500"}],"projectUsedClient":null,"remain_display":525,"progress_remain_display":557,"forecast_remain_display":557,"projectProductTotalAmount":25860,"projectProductAllAmount":true,"projectProductTotalCost":15715,"projectProductAllCost":true,"projectProductTotalNumber":5,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"1\u5e74\u524d","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":67,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":true,"is_admin":true,"lost_contact_days_display":"1\u5e74\u524d","can_view_product":true,"budget_display":"2.59\u4e07","contact_points_status_display":"\u5df2\u6838\u9500"},{"id":1111,"client_id":982,"project_status":3,"project_progress":49,"budget":"2486850","profit_pct":"15","bargain_date":"2019-09-23","description":"1.\u4ebf\u8054V880+V800\u4f1a\u8bae\u5ba4\u7ec8\u7aef\u2795Ume\u7cfb\u7edf\u4e00\u5957","created_by":1003,"created_at":"2019-04-24 06:22:09","updated_at":"2025-07-03 15:38:56","engineer_id":null,"project_title":"\u4ebf\u8054\u89c6\u9891\u4f1a\u8bae\u7edf\u4e00\u901a\u8baf","collected":"2486850","status_updated_at":"2020-09-17 09:57:01.503052+08","success_rate":null,"comment":"1.\u4ebf\u8054V880+V800\u4f1a\u8bae\u5ba4\u7ec8\u7aef\u2795Ume\u7cfb\u7edf\u4e00\u5957\r\n1. \u5ba2\u6237\u5173\u6ce8\u70b9\uff1a\u4ea7\u54c1\u7684\u6613\u7528\uff0c\u7a33\u5b9a\uff0c\u53ef\u6301\u7eed\u5347\u7ea7\u6539\u9020\u548c\u4f18\u8d28\u540e\u671f\u670d\u52a1\r\n2. \u8d62\u5355\u5173\u952e\u6761\u4ef6\uff1a\u6700\u5408\u7406\u6280\u672f\u65b9\u6848\uff0c\u5408\u7406\u7684\u4ef7\u683c\u3002\r\n3. \u9879\u76ee\u89e3\u51b3\u7684\u95ee\u9898\uff1a\u9ad8\u6548\uff0c\u4fbf\u6377\uff0c\u534f\u4f5c\u7684\u7edf\u4e00\u901a\u8baf\u89e3\u51b3\u65b9\u6848\r\n4. \u5ba2\u6237\u503e\u5411\u7684\u65b9\u6848\u662f\uff1a\u5ba2\u6237\u81ea\u9009\uff1f\u6211\u4eec\u63a8\u8350\uff1f\u7ade\u4e89\u5bf9\u624b\u65b9\u6848\uff1f\u6211\u4eec\u63a8\u8350\u7684\u4ebf\u8054\u65b9\u6848\r\n5. \u7ade\u4e89\u5bf9\u624b\u7684\u65b9\u6848\uff1a\u534e\u4e3a\uff0c\u5c0f\u9c7c\uff0c\u5fae\u4fe1\r\n6. \u662f\u5426\u6709\u9886\u8def\u4eba\uff1a\u6ca1\u6709\r\n7. \u5ba2\u6237\u5173\u952e\u4eba\u662f\u5426\u652f\u6301\u6211\u4eec\uff1a\u652f\u6301\r\n8. \u5382\u5546\u662f\u5426\u652f\u6301\u6211\u4eec\uff1a\u9700\u8981\u5382\u5546\u652f\u6301\r\n9. \u5408\u4f5c\u65b9\u5f0f\uff1a\u5ba2\u6237\u6346\u7ed1\uff1f\u5382\u5546\u6346\u7ed1\uff1f\u8ddf\u5ba2\u6237\u6346\u7ed1\u3002\r\n10. \u4ed8\u6b3e\u65b9\u5f0f\uff1a\u7b7e\u5408\u540c30%\u5230\u8d2740%\u9a8c\u653630%\r\n11. \u51b3\u7b56\u6d41\u7a0b\uff1a\u516c\u5f00\u62db\u6807\r\n12. \u6211\u7684\u95ee\u9898\uff1a\u6682\u65e0 ","contract_type":1,"progress_updated_at":"2022-10-19 23:06:49.491901+08","forecast_updated_at":"2020-09-17 09:57:01.503052+08","end_at":"2024-09-02 10:10:17","pinyin_shortcut":"ylsphytytx","creator":1003,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":0,"profits":"373027.500000000000","remain":"1751 days 05:01:27.933038","progress_remain":"988 days 15:51:39.944189","forecast_remain":"1751 days 05:01:27.933038","lost_contact_days":"998.03992402882","last_contact":"2022-10-10 14:01:00","last_arrive_days":"998.03992402882","last_arrive":"2022-10-10 14:01:00+08","duration":"1958 days 03:48:08.315769","issued_invoices":"7460550","client":{"id":982,"key":982,"name":"\u4e2d\u56fd\u4fe1\u606f\u5b89\u5168\u7814\u7a76\u6240","logo":null,"client_type":6,"client_class":1,"client_industry":4,"sales_rep":1001,"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"clientType":{"id":6,"key":6,"name":"\u592e\u4f01"},"clientClass":{"id":1,"key":1,"name":"\u6838\u5fc3\u5ba2\u6237","notice_days":10,"color":"#E89F0E"},"clientIndustry":{"id":4,"key":4,"name":"\u901a\u4fe1"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":1111,"value":"0.7","key":1016,"name":"\u8346\u626c"},{"project_id":1111,"value":"0.3","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":49,"key":49,"name":"\u6536\u6b3e\u4e2d","description":"\u5b9a\u4e49\uff1a\u5f00\u53d1\u7968\uff0c\u5b8c\u6210\u6536\u6b3e \u3002\n\u65b9\u6cd5\uff1a\u5411\u8d22\u52a1\u7533\u8bf7\u5f00\u53d1\u7968\u3002"},"projectProductTypes":[{"id":96,"product_type_id":96,"key":96,"name":"\u89c6\u9891","budget":"2486850","pct":"15","profit":"373027.5","project_id":1111}],"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":{"id":171,"key":171,"name":"cold call"},"purchaseType":{"id":128,"key":128,"name":"\u516c\u5f00\u62db\u6807"},"createdBy":{"id":1003,"key":1003,"name":"\u5415\u5174\u5143","sex":"M","department_id":1,"avatar":{"id":11,"user_id":1003,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1003.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1003,"key":1003,"name":"\u5415\u5174\u5143","sex":"M","department_id":1,"avatar":{"id":11,"user_id":1003,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1003.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"casePoints":{"project_id":1111,"points":"2617"},"workLogCount":{"project_id":1111,"count":43},"caseCount":{"project_id":1111,"count":55},"salesTimeCount":{"project_id":1111,"hours":"0","times":2},"implementTimeCount":{"project_id":1111,"sum":"25.05","times":"13"},"presalesTimeCount":{"project_id":1111,"sum":"165.5","times":"29"},"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":1111,"sum":"3290.03"},"buildContract":{"id":1186,"from_project":1111,"payment_collection_remind_ahead":"1 day","serial_no":"DX190911WLQ01 ","is_settle":false,"is_deliver":false,"is_outbound":false,"contractScans":[{"id":12926,"object_type":105,"object_id":1186,"attachment_id":3675,"attachment":{"id":3675,"key":3675,"name":"92d3a097-1e56-35c9-a200-6598a42f9a14","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/92d3a097-1e56-35c9-a200-6598a42f9a14\/\u4e2d\u56fd\u4fe1\u606f\u901a\u4fe1\u7814\u7a76\u9662.pdf","orig_name":"\u4e2d\u56fd\u4fe1\u606f\u901a\u4fe1\u7814\u7a76\u9662.pdf"}}],"receiptScans":[{"id":13576,"object_type":106,"object_id":1186,"attachment_id":5408,"attachment":{"id":5408,"key":5408,"name":"a7f7c1cd-e9fb-3dfa-bbd8-22694c03e4fd","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/a7f7c1cd-e9fb-3dfa-bbd8-22694c03e4fd\/preview.pdf","orig_name":"preview.pdf"}}],"verifyScans":[],"salesContractPayments":[{"id":17,"key":17,"contract_id":1186,"value":"746055.00","created_by":5064,"created_at":"2024-09-02 10:10:17","collected_date":"2024-09-02","createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10},"pct":30},{"id":564,"key":564,"contract_id":1186,"value":"994740.91","created_by":5064,"created_at":"2024-09-02 10:10:17","collected_date":"2024-09-30","createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10},"pct":40},{"id":938,"key":938,"contract_id":1186,"value":"746054.09","created_by":5064,"created_at":"2024-09-02 10:10:17","collected_date":"2024-09-02","createdBy":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","department_id":10},"pct":30}],"salesContractInvoices":[{"id":96,"key":96,"contract_id":1186,"value":"746055.00","attachment_id":5693,"from_date":"2019-09-23","attachment":{"id":5693,"key":5693,"name":"af816b6d-3942-324d-91a1-d39e89f807ed","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/af816b6d-3942-324d-91a1-d39e89f807ed\/1.pdf","orig_name":"1.pdf"}},{"id":571,"key":571,"contract_id":1186,"value":"994740.00","attachment_id":5209,"from_date":"2020-04-15","attachment":{"id":5209,"key":5209,"name":"a2fc016a-f926-30e1-b137-e64e17fe624d","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/a2fc016a-f926-30e1-b137-e64e17fe624d\/2020_06_23_17_18_27.pdf","orig_name":"2020_06_23_17_18_27.pdf"}},{"id":893,"key":893,"contract_id":1186,"value":"746055.00","attachment_id":5690,"from_date":"2020-09-09","attachment":{"id":5690,"key":5690,"name":"9de0a436-39c6-3ee6-8025-e98e94c8cecc","extension":"pdf","path":"\/v2\/attachment\/preview\/Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd\/9de0a436-39c6-3ee6-8025-e98e94c8cecc\/2020_09_09_11_15_07.pdf","orig_name":"2020_09_09_11_15_07.pdf"}}],"salesContractPaymentCollectionRemindDates":[],"salesContractPaymentCollectionRemindReceivers":[{"id":2745,"user_id":1001,"key":1001,"contract_id":1186,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}},{"id":2746,"user_id":1003,"key":1003,"contract_id":1186,"user":{"id":1003,"key":1003,"name":"\u5415\u5174\u5143","sex":"M","avatar":{"id":11,"user_id":1003,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1003.png"}}}],"salesSupplierRels":[{"id":521,"contract_id":1186,"supplier_id":252,"purchase_id":1234,"supplier":{"id":252,"key":252,"name":"\u5317\u4eac\u601d\u8bfa\u6587\u901a\u8baf\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":1234,"key":1234,"serial_no":"20190919"}},{"id":780,"contract_id":1186,"supplier_id":305,"purchase_id":1213,"supplier":{"id":305,"key":305,"name":"\u5317\u4eac\u535a\u4f1f\u4f1f\u4e1a\u79d1\u6280\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"purchase":{"id":1213,"key":1213,"serial_no":"20191012001"}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":1111,"comment":7},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"projectUsedClient":null,"remain_display":1751,"progress_remain_display":988,"forecast_remain_display":1751,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":-4973700,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"2\u5e74\u524d","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":1958,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"2\u5e74\u524d","can_view_product":true,"budget_display":"248.69\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"id":3814,"client_id":2815,"project_status":1,"project_progress":9,"budget":"0","profit_pct":"0","bargain_date":"2025-09-30","description":null,"created_by":1004,"created_at":"2025-06-30 16:54:56","updated_at":"2025-07-03 14:16:47","engineer_id":null,"project_title":"\u51e0\u8282\u8bfe","collected":"0","status_updated_at":"2025-06-30 16:54:56.582576+08","success_rate":null,"comment":"\u4f60\u90fd\u4e0d\u5403\u5427","contract_type":1,"progress_updated_at":"2025-06-30 16:54:56.582576+08","forecast_updated_at":"2025-06-30 16:54:56.582576+08","end_at":"","pinyin_shortcut":"jjk","creator":1001,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":0,"profits":"0.00000000000000000000","remain":"3 days 22:03:32.853514","progress_remain":"3 days 22:03:32.853514","forecast_remain":"3 days 22:03:32.853514","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"3 days 22:03:32.853514","issued_invoices":null,"client":{"id":2815,"key":2815,"name":"\u4e2d\u56fd\u9ec4\u91d1","logo":null,"client_type":6,"client_class":47,"client_industry":10,"sales_rep":1004,"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"}},"clientType":{"id":6,"key":6,"name":"\u592e\u4f01"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":10,"key":10,"name":"\u91d1\u878d"}},"usedClient":null,"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":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[],"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":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"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\/fc8d836d-8085-35fc-8a48-54a276f664a6.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\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/fc8d836d-8085-35fc-8a48-54a276f664a6.png"}},"casePoints":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3814,"sum":"123"},"buildContract":null,"projectRemindReceivers":[{"id":1609,"user_id":1001,"key":1001,"project_id":3814,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"projectProductRels":[],"commentCount":{"object_id":3814,"comment":1},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"projectUsedClient":null,"remain_display":3,"progress_remain_display":3,"forecast_remain_display":3,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u9690\u6027\u9700\u6c42","is_collected":false,"bgcolor":"#ffc000","can_invoice":false,"can_payment":false,"duration_display":3,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"0","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"id":3804,"client_id":3056,"project_status":3,"project_progress":4,"budget":"0","profit_pct":"0","bargain_date":"2025-06-04","description":"","created_by":1013,"created_at":"2025-05-12 10:06:13","updated_at":"2025-07-03 11:38:45","engineer_id":null,"project_title":"\u54c8\u62c9\u54c8\u5566","collected":"0","status_updated_at":"2025-06-11 11:06:35.306356+08","success_rate":null,"comment":"\u4f60\u4f60\u4f60","contract_type":1,"progress_updated_at":"2025-05-12 10:06:13.745459+08","forecast_updated_at":"2025-06-11 11:06:57.741711+08","end_at":"2025-06-11 11:06:57","pinyin_shortcut":"hlhl","creator":1000,"used_client":null,"from_contact":2782,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":true,"collected_plan":2222,"profits":"0.00000000000000000000","remain":"23 days 03:51:54.129734","progress_remain":"53 days 04:52:15.690631","forecast_remain":"23 days 03:51:31.694379","lost_contact_days":"53.2022619917824","last_contact":"2025-05-12 10:07:14","last_arrive_days":"53.2022619917824","last_arrive":"2025-05-12 10:07:14+08","duration":"30 days 01:00:43.996252","issued_invoices":null,"client":{"id":3056,"key":3056,"name":"\u4e2d\u56fd\u822a\u5929","logo":null,"client_type":5,"client_class":43,"client_industry":57,"sales_rep":1013,"salesRep":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":57,"key":57,"name":"EDA\/CAE"}},"usedClient":null,"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":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":[],"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":null,"purchaseType":{"id":129,"key":129,"name":"\u7279\u7ea6\u9080\u6807"},"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7,"avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"},"department":{"id":7,"key":7,"name":"\u5e93\u623f\u90e8"}},"projectCreator":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"F","department_id":10,"avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e1ebc7f0-3c0e-38f8-a847-b9169d50c361.jpg"}},"salesRep":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}},"casePoints":null,"workLogCount":{"project_id":3804,"count":1},"caseCount":null,"salesTimeCount":{"project_id":3804,"hours":"0.00694444444444444","times":1},"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3842,"from_project":3804,"payment_collection_remind_ahead":"1 day","serial_no":null,"is_settle":false,"is_deliver":false,"is_outbound":false,"contractScans":[],"receiptScans":[],"verifyScans":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":2381,"key":2381,"contract_id":3842,"name":"2025-06-11","value":"2222","overdue_days":null,"pct":"","collect_status":"\u903e\u671f23\u5929"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8155,"user_id":5295,"key":5295,"contract_id":3842,"user":{"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"}}},{"id":8156,"user_id":5087,"key":5087,"contract_id":3842,"user":{"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"}}},{"id":8157,"user_id":1013,"key":1013,"contract_id":3842,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[{"id":1536,"user_id":1017,"key":1017,"project_id":3804,"user":{"id":1017,"key":1017,"name":"\u8f66\u660e\u98de","sex":"M","avatar":{"id":8,"user_id":1017,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e538f0fe-48a7-33da-a512-b252266c9e91.jpg"}}}],"projectProductRels":[],"commentCount":{"object_id":3804,"comment":3},"unreadComments":null,"fromContact":{"id":2782,"key":2782,"name":"\u97e9\u4e1c\u5347","client_id":1419,"supplier_id":null,"mobiles":[{"id":2888,"contact_id":2782,"mobile":"13691524469","mp_open_id":null}],"client":{"id":1419,"key":1419,"name":"\u5317\u4eac\u535a\u534e\u4e1c\u65b9\u6559\u80b2\u6295\u8d44\u7ba1\u7406\u54a8\u8be2\u6709\u9650\u516c\u53f8"},"supplier":null},"projectContactPoints":[],"projectUsedClient":{"id":101,"project_id":3804,"used_client":null,"budget":null,"profit":null,"profit_pct":null,"collected_plan":null,"remind_ahead":null,"usedClient":null,"projectUsedClientPaymentCollectionRemindReceivers":[],"projectUsedClientPaymentCollectionRemindDates":[],"projectUsedClientPayments":[],"projectUsedClientInvoices":[],"invoiced":0,"collected":0,"un_invoiced":0,"un_collected":0,"remind_ahead_display":"\u4e0d\u63d0\u9192","project_used_client_collected_plan":0,"project_used_client_collected_plan_pct":""},"remain_display":23,"progress_remain_display":53,"forecast_remain_display":23,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"1\u4e2a\u6708\u524d","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":30,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"1\u4e2a\u6708\u524d","can_view_product":true,"budget_display":"0","contact_points_status_display":"\u672a\u8bbe\u7f6e"},{"id":3800,"client_id":2032,"project_status":3,"project_progress":4,"budget":"615615","profit_pct":"19.98","bargain_date":"2025-03-17","description":"","created_by":5295,"created_at":"2025-03-17 18:28:37","updated_at":"2025-06-28 17:41:05","engineer_id":null,"project_title":"26\u5e74\u9632\u706b\u5899\u7eed\u4fdd","collected":"0","status_updated_at":"2025-04-11 11:00:39.617715+08","success_rate":null,"comment":"\u6d4b\u8bd5\u9e3f\u8499","contract_type":1,"progress_updated_at":"2025-03-17 18:28:37.03026+08","forecast_updated_at":"2025-03-17 18:28:37.03026+08","end_at":"","pinyin_shortcut":"26nfhqxb","creator":5295,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":807,"is_sales_order_ready":false,"collected_plan":0,"profits":"122999.877000000000000000","remain":"84 days 03:57:49.818375","progress_remain":"108 days 20:29:52.40583","forecast_remain":"108 days 20:29:52.40583","lost_contact_days":"108.954507362153","last_contact":"2025-03-17 16:04:00","last_arrive_days":null,"last_arrive":null,"duration":"108 days 20:29:52.40583","issued_invoices":null,"client":{"id":2032,"key":2032,"name":"\u91cd\u5e86\u7075\u72d0\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8(\u9752\u5c9b\u7075\u72d0\u7535\u5b50\u5546\u52a1\u6709\u9650\u516c\u53f8)","logo":null,"client_type":1,"client_class":43,"client_industry":20,"sales_rep":5295,"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"}},"clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":null,"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":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":10,"product_type_id":10,"key":10,"name":"\u56fe\u5f62\u5de5\u4f5c\u7ad9","budget":"123123","pct":"0","profit":"0","project_id":3800},{"id":2,"product_type_id":2,"key":2,"name":"\u670d\u52a1\u5668","budget":"246246","pct":"0","profit":"0","project_id":3800},{"id":3,"product_type_id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907","budget":"123123","pct":"0","profit":"0","project_id":3800},{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"123123","pct":"99.9","profit":"122999.877","project_id":3800}],"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":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"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":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"}},"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"}},"casePoints":null,"workLogCount":{"project_id":3800,"count":1},"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3830,"from_project":3800,"payment_collection_remind_ahead":null,"serial_no":null,"is_settle":false,"is_deliver":false,"is_outbound":false,"contractScans":[],"receiptScans":[],"verifyScans":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[],"salesContractPaymentCollectionRemindReceivers":[{"id":8071,"user_id":5295,"key":5295,"contract_id":3830,"user":{"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"}}}],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"\u4e0d\u63d0\u9192"},"projectRemindReceivers":[{"id":1607,"user_id":1001,"key":1001,"project_id":3800,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"projectProductRels":[{"id":9039,"project_id":3800,"product_id":1956,"amount":"123123.00","number":1,"cost":"123.00","description":"","supplier_id":null,"hardware_from":"2025-04-17","software_from":"2025-04-23","maintenance_from":"2025-04-17","hardware_to":"2025-05-23","software_to":"2025-05-16","maintenance_to":"2025-05-22","total_amount":"123123","total_cost":"123","supplier":null,"product":{"id":1956,"name":"\u6df1\u4fe1\u670d\u7aef\u70b9\u5b89\u5168\u8f6f\u4ef6V6.0\uff08PC\u5168\u91cf\u7248\uff09","product_type":7,"product_component":41,"product_brand":12,"product_serie":1610,"product_misc":null,"product_qa":null,"pn":"","description":"\u6df1\u4fe1\u670d\u7edf\u4e00\u7aef\u70b9\u5b89\u5168\u7ba1\u7406\u7cfb\u7edfV6.0\uff08aES\uff09","created_by":1013,"created_at":"2025-03-10 09:19:22","updated_at":"2025-03-10 09:19:22","pinyin_shortcut":"sxfddaqrjV60PCqlb","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":41,"key":41,"name":"\u5b89\u5168\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":1610,"key":1610,"name":"\u6df1\u4fe1\u670d\u7aef\u70b9\u5b89\u5168\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}}},{"id":9040,"project_id":3800,"product_id":1954,"amount":"123123.00","number":1,"cost":"123123.00","description":"","supplier_id":null,"hardware_from":"2025-04-09","software_from":"2025-04-18","maintenance_from":"2025-04-18","hardware_to":"2025-05-16","software_to":"2025-05-07","maintenance_to":"2025-05-22","total_amount":"123123","total_cost":"123123","supplier":null,"product":{"id":1954,"name":"114-00087+C0","product_type":3,"product_component":39,"product_brand":6,"product_serie":1608,"product_misc":null,"product_qa":null,"pn":"","description":"NetApp FAS2XXX 750W\u7535\u6e90","created_by":1013,"created_at":"2025-03-06 10:01:07","updated_at":"2025-03-07 17:56:13","pinyin_shortcut":"11400087C0","product_unit":3,"is_renew":false,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":39,"key":39,"name":"\u5b58\u50a8\u914d\u4ef6"},"productBrand":{"id":6,"key":6,"name":"NetAPP"},"productSerie":{"id":1608,"key":1608,"name":"NetApp FAS\u7cfb\u5217\u7535\u6e90"},"productUnit":{"id":3,"key":3,"name":"\u4e2a"}}},{"id":9041,"project_id":3800,"product_id":1955,"amount":"123123.00","number":1,"cost":"123123.00","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"123123","total_cost":"123123","supplier":null,"product":{"id":1955,"name":"NVIDIA RTX A4090","product_type":10,"product_component":199,"product_brand":208,"product_serie":1609,"product_misc":null,"product_qa":null,"pn":"","description":"NVIDIA RTX A4090 48G \u663e\u5361","created_by":1013,"created_at":"2025-03-07 14:01:45","updated_at":"2025-03-07 14:01:45","pinyin_shortcut":"NVIDIARTXA4090","product_unit":3,"is_renew":false,"productType":{"id":10,"key":10,"name":"\u56fe\u5f62\u5de5\u4f5c\u7ad9"},"productComponent":{"id":199,"key":199,"name":"\u5de5\u4f5c\u7ad9\u914d\u4ef6"},"productBrand":{"id":208,"key":208,"name":"NVIDIA"},"productSerie":{"id":1609,"key":1609,"name":"NVIDIA RTX A4090 48G \u56fe\u5f62\u5361"},"productUnit":{"id":3,"key":3,"name":"\u4e2a"}}},{"id":9042,"project_id":3800,"product_id":1953,"amount":"123123.00","number":1,"cost":"123123.00","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"123123","total_cost":"123123","supplier":null,"product":{"id":1953,"name":"CS5260H2","product_type":2,"product_component":2,"product_brand":24,"product_serie":627,"product_misc":null,"product_qa":null,"pn":"","description":"2*\u6d77\u51495380 32\u6838 2.5G CPU\/4*32G\u5185\u5b58\/2*8T SATA\u786c\u76d8\/\u9635\u5217\u5361 PM8204 2G\/\u96c6\u6210\u53cc\u53e3\u5343\u5146\/2*800W \u7535\u6e90","created_by":1013,"created_at":"2025-03-04 14:48:05","updated_at":"2025-03-04 14:48:05","pinyin_shortcut":"CS5260H2","product_unit":null,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":2,"key":2,"name":"\u670d\u52a1\u5668\u4e3b\u673a"},"productBrand":{"id":24,"key":24,"name":"\u6d6a\u6f6e"},"productSerie":{"id":627,"key":627,"name":"CS5260H\u670d\u52a1\u5668"},"productUnit":null}},{"id":9043,"project_id":3800,"product_id":1952,"amount":"123123.00","number":1,"cost":"123123.00","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"123123","total_cost":"123123","supplier":null,"product":{"id":1952,"name":"02311HAN","product_type":2,"product_component":5,"product_brand":7,"product_serie":1607,"product_misc":null,"product_qa":null,"pn":"","description":"1200GB-SAS 12Gb\/s-10K-128MB\u53ca\u4ee5\u4e0a-2.5\u82f1\u5bf8(2.5\u82f1\u5bf8\u6258\u67b6)","created_by":1013,"created_at":"2025-03-04 09:41:51","updated_at":"2025-03-04 09:41:51","pinyin_shortcut":"02311HAN","product_unit":4,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":5,"key":5,"name":"\u670d\u52a1\u5668\u786c\u76d8"},"productBrand":{"id":7,"key":7,"name":"\u534e\u4e3a"},"productSerie":{"id":1607,"key":1607,"name":"SAS\u786c\u76d8"},"productUnit":{"id":4,"key":4,"name":"\u5757"}}}],"commentCount":{"object_id":3800,"comment":4},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"projectUsedClient":{"id":96,"project_id":3800,"used_client":null,"budget":null,"profit":null,"profit_pct":null,"collected_plan":null,"remind_ahead":null,"usedClient":null,"projectUsedClientPaymentCollectionRemindReceivers":[],"projectUsedClientPaymentCollectionRemindDates":[],"projectUsedClientPayments":[],"projectUsedClientInvoices":[],"invoiced":0,"collected":0,"un_invoiced":0,"un_collected":0,"remind_ahead_display":"\u4e0d\u63d0\u9192","project_used_client_collected_plan":0,"project_used_client_collected_plan_pct":""},"remain_display":84,"progress_remain_display":108,"forecast_remain_display":108,"projectProductTotalAmount":615615,"projectProductAllAmount":true,"projectProductTotalCost":492615,"projectProductAllCost":true,"projectProductTotalNumber":5,"unissued_invoice":615615,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":true,"can_payment":true,"duration_display":108,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"3\u4e2a\u6708\u524d","can_view_product":true,"budget_display":"61.56\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e"}],"pagenation":{"totalcount":2809,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-07-04 14:58:29') RETURNING "id"
14:58:29.5442.9 msyii\db\Command::querySELECT "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 (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "c"."project_id"
14:58:29.5552.9 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (3675, 17421, 24348)
14:58:29.6242.9 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_contact_point_rels" WHERE ("contact_id", "project_id") IN ((2916, 3404))
14:58:29.3892.7 msyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd'
14:58:29.5532.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=105) AND ("object_id" IN (1186, 3108, 3830, 3842, 3803))
14:58:29.5492.1 msyii\db\Command::querySELECT "project_id", sum(amount) AS sum FROM "a57be577deb434"."tbl_reimbursements" WHERE ("status" IN (3, 2)) AND ("project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "project_id"
14:58:29.5662.0 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (5693, 5209, 5690)
14:58:29.5682.0 msyii\db\Command::querySELECT "id", "id" AS "key", "contract_id", "remind_date" AS "name", "amount" AS "value", "overdue_days" FROM "a57be577deb434"."tbl_sales_contract_payment_collection_remind_dates" WHERE "contract_id" IN (1186, 3108, 3830, 3842, 3803) ORDER BY "remind_date"
14:58:29.5581.9 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=106) AND ("object_id" IN (1186, 3108, 3830, 3842, 3803))
14:58:29.5121.8 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.3871.8 msyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
14:58:29.5331.5 msyii\db\Command::querySELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_cases" WHERE "project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800) GROUP BY "project_id"
14:58:29.5601.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (5408, 24525)
14:58:29.5621.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=107) AND ("object_id" IN (1186, 3108, 3830, 3842, 3803))
14:58:29.5111.1 msyii\db\Command::querySELECT 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 (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5081.1 msyii\db\Command::querySELECT "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 (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800) ORDER BY "contribution" DESC, "engineer_id"
14:58:29.3921.0 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
14:58:29.5511.0 msyii\db\Command::querySELECT "id", "from_project", "payment_collection_remind_ahead", "serial_no", "is_settle", "is_deliver", "is_outbound" FROM "a57be577deb434"."tbl_sales_contracts" WHERE "from_project" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5210.9 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (3337, 3334, 2815, 982, 1331, 3056, 2032)
14:58:29.5760.9 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_product_rels" WHERE "project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5630.8 msyii\db\Command::querySELECT "id", "id" AS "key", "contract_id", "amount" AS "value", "created_by", "created_at", "collected_date" FROM "a57be577deb434"."tbl_sales_contract_payments" WHERE "contract_id" IN (1186, 3108, 3830, 3842, 3803) ORDER BY "id"
14:58:29.5650.8 msyii\db\Command::querySELECT "id", "id" AS "key", "contract_id", "amount" AS "value", "attachment_id", "from_date" FROM "a57be577deb434"."tbl_sales_contract_invoices" WHERE "contract_id" IN (1186, 3108, 3830, 3842, 3803) ORDER BY "id"
14:58:29.5140.8 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "description" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=13) AND ("id" IN (100, 159, 45, 94, 140, 2, 135, 8, 228, 128, 205, 204, 171, 5, 304, 1, 226, 167, 181, 172, 197, 199, 196, 184, 200, 203, 189, 183, 190, 165, 164, 319, 129, 142, 327, 340, 341, 349, 359, 374, 377)) ORDER BY "sort"
14:58:29.5320.8 msyii\db\Command::querySELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "project_id"
14:58:29.5350.7 msyii\db\Command::querySELECT "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 (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "project_id"
14:58:29.5480.7 msyii\db\Command::querySELECT "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 (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)) GROUP BY "project_id"
14:58:29.5720.6 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_sales_supplier_rels" WHERE "contract_id" IN (1186, 3108, 3830, 3842, 3803)
14:58:29.5700.6 msyii\db\Command::querySELECT "id", "user_id", "user_id" AS "key", "contract_id" FROM "a57be577deb434"."tbl_sales_contract_payment_collection_remind_receivers" WHERE "contract_id" IN (1186, 3108, 3830, 3842, 3803)
14:58:29.5030.6 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "logo", "client_type", "client_class", "client_industry", "sales_rep" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (3337, 3334, 2815, 982, 1331, 3056, 2032)
14:58:29.5730.6 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (236, 252, 305, 659, 431, 689)
14:58:29.5170.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5050.5 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5311, 5332, 5295, 1004, 1013))
14:58:29.6210.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_contact_mobiles" WHERE "contact_id"=2782
14:58:29.5740.5 msyii\db\Command::querySELECT "id", "id" AS "key", "serial_no" FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id" IN (3144, 1234, 1213, 3178, 3834, 3850)
14:58:29.5150.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5160.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=10) AND ("id" IN (100, 159, 45, 94, 140, 2, 135, 8, 228, 128, 205, 204, 171, 5, 304, 1, 226, 167, 181, 172, 197, 199, 196, 184, 200, 203, 189, 183, 190, 165, 164, 319, 129, 142, 327, 340, 341, 349, 359, 374, 377)) ORDER BY "sort"
14:58:29.6280.4 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (2125, 982)
14:58:29.5100.4 msyii\db\Command::querySELECT "id", "id" AS "key", "project_status" AS "name", "color" FROM "a57be577deb434"."tbl_project_statuses" WHERE "id" IN (1, 3, 5, 2)
14:58:29.5170.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=9) AND ("id" IN (100, 159, 45, 94, 140, 2, 135, 8, 228, 128, 205, 204, 171, 5, 304, 1, 226, 167, 181, 172, 197, 199, 196, 184, 200, 203, 189, 183, 190, 165, 164, 319, 129, 142, 327, 340, 341, 349, 359, 374, 377)) ORDER BY "sort"
14:58:29.6210.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "client_id", "supplier_id" FROM "a57be577deb434"."tbl_contacts" WHERE "id"=2782
14:58:29.5060.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "notice_days", "color" FROM "a57be577deb434"."tbl_client_classes" WHERE "id" IN (80, 47, 43, 1)
14:58:29.5750.4 msyii\db\Command::querySELECT "id", "user_id", "user_id" AS "key", "project_id" FROM "a57be577deb434"."tbl_project_remind_receivers" WHERE "project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5100.4 msyii\db\Command::querySELECT "id", "id" AS "key", "project_progress" AS "name", "description" FROM "a57be577deb434"."tbl_project_progresses" WHERE "id" IN (5, 9, 2, 4, 6, 49)
14:58:29.5040.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5311, 1004, 1013, 1001, 5295, 5332)
14:58:29.5070.4 msyii\db\Command::querySELECT "id", "id" AS "key", "type" AS "name" FROM "a57be577deb434"."tbl_contract_types" WHERE "id" IN (1, 2)
14:58:29.5190.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id" IN (4, 1, 7)
14:58:29.5050.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_types" WHERE "id" IN (5, 6, 1)
14:58:29.5060.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_industries" WHERE "id" IN (25, 10, 57, 13, 4, 20, 1)
14:58:29.6280.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_clients" WHERE "project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5710.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 1003, 5300, 5295, 5087, 1013, 1011, 5388)
14:58:29.5820.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id" IN (7, 2, 10, 3, 22)
14:58:29.5720.3 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 1011, 5295, 5388, 5087, 1013, 5300, 1003))
14:58:29.5190.3 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5332, 5295, 1004, 1013, 5300, 1003))
14:58:29.5180.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5332, 1001, 1004, 5300, 1003, 1013, 5295)
14:58:29.6300.3 msyii\db\Command::querySELECT "id", "id" AS "key", "project_used_client_id", "remind_date", "amount", "remind_date" AS "name", "amount" AS "value", "overdue_days" FROM "a57be577deb434"."tbl_project_used_client_payment_collection_remind_dates" WHERE "project_used_client_id" IN (91, 92, 96, 101)
14:58:29.5640.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5064, 1014, 1001)
14:58:29.5200.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1000, 1001, 1004, 5076, 5300, 1003, 5295)
14:58:29.5820.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id" IN (30, 64, 5, 2, 199, 39, 41, 188, 189)
14:58:29.6220.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_contact_points" WHERE "project_id" IN (3815, 3786, 3805, 1018, 3811, 3404, 1111, 3814, 3804, 3800)
14:58:29.5220.3 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5311, 5332, 5295, 1004, 1013))
14:58:29.5760.3 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 1017))
14:58:29.5220.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5311, 1004, 1013, 1001, 5295, 5332)
14:58:29.5830.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id" IN (16, 230, 7, 24, 208, 6, 12)
14:58:29.6300.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_client_payments" WHERE "project_used_client_id" IN (91, 92, 96, 101)
14:58:29.5750.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1017, 1001)
14:58:29.5200.3 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5295, 1004, 5300, 1003, 5076, 1000))
14:58:29.5070.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (3335, 2125, 2815)
14:58:29.5880.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id" IN (2, 4, 3, 8)
14:58:29.5780.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id"=90
14:58:29.6290.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_client_payment_collection_remind_receivers" WHERE "project_used_client_id" IN (91, 92, 96, 101)
14:58:29.6310.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_client_invoices" WHERE "project_used_client_id" IN (91, 92, 96, 101)
14:58:29.6240.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "client_id", "supplier_id" FROM "a57be577deb434"."tbl_contacts" WHERE "id"=2916
14:58:29.6290.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
14:58:29.6290.2 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
14:58:29.6220.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=1419
14:58:29.6240.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=1331