Total processing time: 442 ms; Peak memory: 10.762 MB. Show Profiling Timeline
Time | Duration | Category | Info |
---|---|---|---|
18:17:59.560 | 20.7 ms | yii\db\Command::query | SELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=1) AND ("object_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "object_id" |
18:17:59.581 | 17.2 ms | yii\db\Command::query | SELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=1) AND (remind_user_id = 1004 AND is_read = false) AND ("object_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "object_id" |
18:17:59.470 | 14.0 ms | yii\db\Command::query | SELECT 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 (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND (("c"."sales_rep"='1004')) GROUP BY "p"."id" ORDER BY p.bargain_date DESC NULLS LAST, p.created_at DESC) "c" |
18:17:59.484 | 13.8 ms | yii\db\Command::query | 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 (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND (("c"."sales_rep"='1004')) GROUP BY "p"."id" ORDER BY p.bargain_date DESC NULLS LAST, p.created_at DESC LIMIT 20 |
18:17:59.640 | 7.9 ms | yii\db\Command::query | SELECT count(*) as count, sum(budget), "project_status" FROM (SELECT p.budget, CASE WHEN project_status = 3 and p.budget <= collected THEN -1 WHEN project_status = 3 and p.budget > collected THEN 3 ELSE project_status END as project_status 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 (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND (("c"."sales_rep"='1004')) GROUP BY "p"."id") "sub" GROUP BY "project_status" |
18:17:59.661 | 7.3 ms | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1004, 5, 'vue/project/list', '{"ProjectSearch":{"created_by":["1004"],"group":"80","project_status":"","creator":"","purchaseType":"","engineer_group":"","period":"","budget":"","profit_pct":"","invoice_status":"","payment_status":"","collected_plan":"","project_progress":"","salesForecast":"","projectProductTypes":"","contact_point_status":"","from_contact_name":"","from_contact":"","contract_type":"","is_sales_order_ready":"","created_period":""},"Filter":{"name":"bargain_date","sort":"DESC","Tsort":"","Tname":""},"page":"1","web_access_token":"AidVpXYAKod5aJIX_4OSuCNwf6tmaemp"}', '{"code":2000,"result":{"count":{"statusCount":[{"count":0,"key":1,"name":"\u9690\u6027\u9700\u6c42","color":"#f49b00","sum":0},{"count":0,"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#4e6ef2","sum":0},{"count":8,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#3fad00","sum":"4007713.34"},{"count":24,"key":4,"name":"\u5546\u673a\u5931\u8d25","color":"#e5000a","sum":"19054908.10"},{"count":39,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222","sum":"22064008.00"},{"count":161,"key":-1,"name":"\u6536\u6b3e\u5b8c\u6210","color":"#6200fe","sum":"84237355.84"}]},"list":[{"id":3940,"client_id":3343,"project_status":3,"project_progress":6,"budget":"343434","profit_pct":"99.99","bargain_date":"2025-08-12","description":"","created_by":1004,"created_at":"2025-08-12 18:16:55","updated_at":"2025-08-12 18:16:55","engineer_id":"","project_title":"\u6d4b\u8bd5","collected":"0","status_updated_at":"2025-08-12 18:16:55.741672+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-08-12 18:16:55.741672+08","forecast_updated_at":"2025-08-12 18:16:55.741672+08","end_at":"","pinyin_shortcut":"cs","creator":1001,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":971,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"343399.656600000000000000","remain":"00:01:03.744308","progress_remain":"00:01:03.744308","forecast_remain":"00:01:03.744308","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"00:01:03.744308","issued_invoices":"","client":{"id":3343,"key":3343,"name":"\u5317\u4eac\u5317\u6c7d\u79d1\u6280\u670d\u52a1\u6709\u9650\u516c\u53f8(\u4e2d\u90fd\u4e09\u4ea7\uff09","logo":"","client_type":5,"client_class":43,"client_industry":5,"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\/1004.jpg"}},"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":5,"key":5,"name":"\u5236\u9020"}},"usedClient":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":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":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"343434","pct":"99.99","profit":"343412","project_id":3940}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/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\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":4086,"from_project":3940,"payment_collection_remind_ahead":"1 day","serial_no":"","is_settle":false,"is_deliver":false,"is_outbound":false,"erp_settle_amount":"0","contractScans":[],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[],"salesContractPaymentCollectionRemindReceivers":[],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[{"id":1713,"user_id":1001,"key":1001,"project_id":3940,"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":10593,"project_id":3940,"product_id":2049,"amount":"343434.00","number":1,"cost":"22.00","description":"","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"343434","total_cost":"22","erp_sales_order_product_id":1827,"supplier":"","product":{"id":2049,"name":"\u6df1\u4fe1\u670dSSL VPN\u6388\u6743\u8f6f\u4ef6V6.0","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"\u79fb\u52a8\u63a5\u5165\u6388\u6743\n\u6df1\u4fe1\u670dSSL VPN\u63a5\u5165\u6388\u6743\uff08\u6bcf\u589e\u52a0\u4e00\u4e2aSSL\u63a5\u5165\u8bb8\u53ef\uff09","created_by":1013,"created_at":"2025-07-16 10:55:32","updated_at":"2025-08-12 18:06:49","pinyin_shortcut":"sxfSSLVPNsqrjV60","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1827,"erp_sales_order_id":1562,"erp_store_id":"","product_id":2049,"description":"","number":"1","outbound":"0","amount":"343434.00","total_amount":"343434","last_number":"","last_amount":"","last_total_amount":"","cost":"22.00","total_cost":"22","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3940,"comment":2},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1562,"serial_no":"XSDD-20250812-00003","from_date":"","wrote_date":"2025-08-12","handler":1004,"client_id":3343,"purchase_contract_id":"","project_id":3940,"sales_contract_id":4086,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-08-12 18:17:15","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":false,"number":"1","amount":"343434","created_by":1001,"stop_description":"","extra":"{\"payment_collection_remind_ahead\":\"1 day\",\"salesContractPaymentCollectionRemindReceivers\":null,\"salesContractPaymentCollectionRemindDates\":null}","outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":false,"created_at":"2025-08-12 18:16:56","updated_at":"2025-08-12 18:17:15"},"projectUsedClient":{},"schedules":[],"is_only_cp":false,"remain_display":0,"progress_remain_display":0,"forecast_remain_display":0,"projectProductTotalAmount":343434,"projectProductAllAmount":true,"projectProductTotalCost":22,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":343434,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":false,"can_payment":false,"duration_display":1,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"34.34\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3807,"client_id":3343,"project_status":3,"project_progress":5,"budget":"766940","profit_pct":"99.93","bargain_date":"2025-08-12","description":"","created_by":1004,"created_at":"2025-03-27 10:46:13","updated_at":"2025-08-12 16:21:15","engineer_id":"","project_title":"\u670d\u52a1\u5668\u786c\u4ef6\u91c7\u8d2d","collected":"0","status_updated_at":"2025-08-12 16:21:15.538428+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-03-27 10:46:13.518937+08","forecast_updated_at":"2025-03-27 10:46:13.518937+08","end_at":"","pinyin_shortcut":"fwqyjcg","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":969,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"766403.142000000000000000","remain":"01:56:43.947552","progress_remain":"138 days 07:31:45.967043","forecast_remain":"138 days 07:31:45.967043","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"138 days 07:31:45.967043","issued_invoices":"","client":{"id":3343,"key":3343,"name":"\u5317\u4eac\u5317\u6c7d\u79d1\u6280\u670d\u52a1\u6709\u9650\u516c\u53f8(\u4e2d\u90fd\u4e09\u4ea7\uff09","logo":"","client_type":5,"client_class":43,"client_industry":5,"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\/1004.jpg"}},"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":5,"key":5,"name":"\u5236\u9020"}},"usedClient":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3807,"value":"1","key":1015,"name":"\u5434\u660a"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":5,"key":5,"name":"\u5546\u52a1\u62a5\u4ef7","description":"\u5b9a\u4e49\uff1a1.\u62a5\u4ef7\u6709\u6548\u671f 2.\u6838\u7b97\u5229\u6da6\u7387 3. \u4ea4\u8d27\u65b9\u5f0f\u53ca\u65f6\u95f4 4.\u9a8c\u6536\u65b9\u5f0f 5.\u6536\u6b3e\u65b9\u5f0f 6.\u8fdd\u7ea6\u6761\u6b3e \n\u65b9\u6cd5\uff1a\u7528\u516c\u53f8\u6807\u51c6\u7684\u62a5\u4ef7\u5355\u6837\u5f0f\u5411\u5ba2\u6237\u63d0\u4f9b\u62a5\u4ef7\u3002"},"projectProductTypes":[{"id":4,"product_type_id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 ","budget":"766940","pct":"99.93","profit":"766440","project_id":3807}],"salesForecast":{"id":172,"key":172,"name":"\u6211\u4e0e\u5382\u5546\u8054\u624b","description":"\u4e0e\u5382\u5546\u8054\u624b\u5171\u540c\u641e\u5b9a\u5ba2\u6237\uff0c\u5229\u6da6\u5404\u536050%"},"opportunityFrom":{},"purchaseType":{"id":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\/1004.jpg"},"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\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3807,"sum":"283.00"},"buildContract":{"id":4083,"from_project":3807,"payment_collection_remind_ahead":"1 day","serial_no":"","is_settle":false,"is_deliver":false,"is_outbound":true,"erp_settle_amount":"0","contractScans":[],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[],"salesContractPaymentCollectionRemindReceivers":[{"id":8871,"user_id":1004,"key":1004,"contract_id":4083,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}}],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":10591,"project_id":3807,"product_id":2069,"amount":"766940.00","number":1,"cost":"500.00","description":"","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"766940","total_cost":"500","erp_sales_order_product_id":1826,"supplier":"","product":{"id":2069,"name":"\u6df1\u4fe1\u670d\u9632\u6cc4\u5bc6\u5916\u53d1\u5ba1\u8ba1\u8f6f\u4ef6V7.0\uff08\u9002\u7528\u4e8e AC-1000-B1100-4D \uff09","product_type":4,"product_component":51,"product_brand":12,"product_serie":231,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2025-07-28 14:49:44","updated_at":"2025-08-12 17:24:27","pinyin_shortcut":"sxffxmwfsjrjV70syyAC1000B11004D","product_unit":2,"is_renew":false,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":51,"key":51,"name":"\u7ba1\u7406\u8f6f\u4ef6\u548c\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":231,"key":231,"name":"\u6df1\u4fe1\u670d\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1826,"erp_sales_order_id":1561,"erp_store_id":"","product_id":2069,"description":"","number":"1","outbound":"1","amount":"766940.00","total_amount":"766940","last_number":"","last_amount":"","last_total_amount":"","cost":"500.00","total_cost":"500","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3807,"comment":2},"unreadComments":{"object_id":3807,"unread":1},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1561,"serial_no":"XSDD-20250812-00002","from_date":"","wrote_date":"2025-08-12","handler":1004,"client_id":3343,"purchase_contract_id":"","project_id":3807,"sales_contract_id":4083,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-08-12 17:24:15","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":false,"number":"1","amount":"766940","created_by":1004,"stop_description":"","extra":"{\"payment_collection_remind_ahead\":\"1 day\",\"salesContractPaymentCollectionRemindReceivers\":[\"1004\"],\"salesContractPaymentCollectionRemindDates\":null}","outbound_status":true,"is_used":true,"is_cancel":false,"is_settle":false,"is_old":false,"created_at":"2025-08-12 16:21:15","updated_at":"2025-08-12 17:24:15"},"projectUsedClient":{"id":114,"project_id":3807,"used_client":"","budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{},"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":""},"schedules":[{"id":17702,"project_id":3807,"client_id":3343,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u5546\u52a1\u62a5\u4ef7\n\u76ee\u7684\uff1a\u786e\u8ba4\u6295\u6807\u4ef7\u683c\u6295\u6807\n\u52a8\u4f5c\uff1a\u8ddf\u9ad8\u603b\u5546\u91cf","complete_at":"","start_at":"","end_at":"2025-04-03 18:00:00","created_by":1004,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":2,"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"scheduleDescriptions":[{"id":15497,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8ddf\u9ad8\u6c9f\u901a\u8bf4\u4ed6\u4eec\u4e0b\u5468\u4f11\u5047\u56de\u6765\u5e94\u8be5\u6709\u7ed3\u679c\u4e86\u3002\u672c\u5468\u8ba1\u5212\uff1a\u627e\u9ad8\u786e\u8ba4\u4e0b\u7ed3\u679c\u3002","created_at":"2025-08-03 22:12:22","created_at_display":"08-03 22:12"},{"id":15339,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u65e0\u3002\u672c\u5468\u8ba1\u5212\uff1a\u8ddf\u9ad8\u53ca\u5317\u6c14\u505a\u6700\u540e\u7684\u786e\u8ba4\uff0c\u770b\u770b\u7ed3\u679c\u5982\u4f55\u3002","created_at":"2025-07-27 22:18:46","created_at_display":"07-27 22:18"},{"id":15124,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8fd8\u6ca1\u6709\u901a\u77e5\uff0c\u53ef\u80fd\u8981\u7b49\u9ad8\u6e29\u5047\u5b8c\u4e8b\u5427\u3002\u672c\u5468\u8ba1\u5212\uff1a\u65e0\u3002","created_at":"2025-07-19 21:35:43","created_at_display":"07-19 21:35"},{"id":14813,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8fd8\u6ca1\u6709\u7ed3\u679c\uff0c\u8ba9\u5728\u7b49\u7b49\u3002\u672c\u5468\u8ba1\u5212\uff1a\u7ee7\u7eed\u8ddf\u8fdb\u3002","created_at":"2025-07-06 22:45:42","created_at_display":"07-06 22:45"},{"id":14690,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8ddf\u9ad8\u53ca\u5317\u6c14\u6c9f\u901a\u8bf4\u4e0b\u5468\u5e94\u8be5\u6709\u7ed3\u8bba\u4e86\u3002\u672c\u5468\u8ba1\u5212\uff1a\u8ddf\u9ad8\u786e\u8ba4\u6700\u7ec8\u7ed3\u679c\u3002","created_at":"2025-06-29 21:30:05","created_at_display":"06-29 21:30"},{"id":14528,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8ddf\u9ad8\u786e\u8ba4\u8bf4\u5728\u7a0d\u7b49\u7b49\uff0c\u5e94\u8be5\u8fd8\u662f\u6709\u673a\u4f1a\u7684\u3002\u672c\u5468\u8ba1\u5212\uff1a\u627e\u5317\u6c7d\u53ca\u9ad8\u5728\u505a\u786e\u8ba4\u3002","created_at":"2025-06-22 22:18:55","created_at_display":"06-22 22:18"},{"id":14260,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8ddf\u5317\u6c7d\u4e86\u89e3\u8bf4\u4ed6\u4eec\u8fd8\u5728\u8ddf\u7528\u6237\u534f\u5546\u3002\u672c\u5468\u8ba1\u5212\uff1a\u51c6\u5907\u5728\u627e\u9ad8\u4e86\u89e3\u4e00\u4e0b\u770b\u770b\u8fd8\u6709\u6ca1\u6709\u673a\u4f1a\u3002","created_at":"2025-06-08 23:13:56","created_at_display":"06-08 23:13"},{"id":14054,"schedule_id":17702,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8ddf\u9ad8\u786e\u8ba4\u540e\u8bf4\u5728\u7b49\u7b49\uff0c\u6700\u7ec8\u7528\u6237\u8fd8\u5728\u8ddf\u5317\u6c7d\u5546\u91cf\u3002\u672c\u5468\u8ba1\u5212\uff1a\u8ddf\u5317\u6c7d\u6d4b\u9762\u5728\u95ee\u95ee\u3002","created_at":"2025-06-02 21:51:45","created_at_display":"06-02 21:51"},{"id":13880,"schedule_id":17702,"description":"\u4e0a\u5468\u8bf4\u8fd8\u5728\u7b49\u5ba2\u6237\u5ba1\u6279\u5462\uff0c\u9884\u8ba1\u8981\u6708\u5e95\u5de6\u53f3\u5427\uff0c\u672c\u5468\u5728\u8ddf\u9ad8\u786e\u8ba4\u4e0b\u60c5\u51b5\u3002","created_at":"2025-05-25 22:16:04","created_at_display":"05-25 22:16"},{"id":13679,"schedule_id":17702,"description":"\u4e0a\u5468\u6ca1\u7ed3\u679c\u5462\uff0c\u4ed6\u4eec\u5728\u8ddf\u6700\u7ec8\u7528\u6237\u8c08\uff0c\u672c\u5468\u5728\u770b\u770b\u7ed3\u679c\u5982\u4f55\u3002","created_at":"2025-05-18 18:23:21","created_at_display":"05-18 18:23"},{"id":13506,"schedule_id":17702,"description":"\u4e0a\u5468\u8bf4\u8fd8\u6709\u620f\uff0c\u53c8\u8865\u5145\u4e86\u4e0d\u80fd\u53bb\u73b0\u573a\u6295\u6807\u7684\u6388\u6743\u3002\u672c\u5468\u518d\u786e\u8ba4\u4e0b\u3002","created_at":"2025-05-11 19:47:02","created_at_display":"05-11 19:47"},{"id":13342,"schedule_id":17702,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u8ddf\u9ad8\u53ca\u5317\u6c7d\u518d\u786e\u8ba4\u4e0b\u3002","created_at":"2025-05-05 20:05:36","created_at_display":"05-05 20:05"},{"id":13188,"schedule_id":17702,"description":"\u4e0a\u5468\u8ddf\u5317\u6c7d\u6c9f\u901a\u8bf4\u6709\u4e32\u6807\u53ef\u80fd\uff0c\u8ba9\u7b49\u7b49\u770b\uff08\u611f\u89c9\u4ed6\u4eec\u6709\u610f\u96be\u4e3a\u9ad8\uff09\u3002\u672c\u5468\u65e0\u3002","created_at":"2025-04-27 20:08:21","created_at_display":"04-27 20:08"},{"id":12995,"schedule_id":17702,"description":"\u4e0a\u5468\u8ddf\u9ad8\u786e\u8ba4\u8fd8\u6ca1\u7ed3\u679c\uff0c\u4ed6\u5728\u505a\u5de5\u4f5c\uff0c\u672c\u5468\u518d\u770b\u770b\u5982\u4f55\u3002","created_at":"2025-04-20 16:30:50","created_at_display":"04-20 16:30"},{"id":12860,"schedule_id":17702,"description":"\u4e0a\u5468\u8ddf\u5ba2\u6237\u505a\u7b54\u7591\uff0c\u672c\u5468\u770b\u770b\u7ed3\u679c\u5e94\u8be5\u5dee\u4e0d\u591a\u3002","created_at":"2025-04-13 18:35:34","created_at_display":"04-13 18:35"},{"id":12712,"schedule_id":17702,"description":"\u4e0a\u5468\u6c9f\u901a\u6807\u4e66\u95ee\u9898\uff0c\u672c\u5468\u89c6\u9891\u4f1a\u8bae\u7b54\u7591\u3002","created_at":"2025-04-06 19:35:10","created_at_display":"04-06 19:35"},{"id":12568,"schedule_id":17702,"description":"\u4e0a\u5468\u5df2\u6295\u6807\uff0c\u672c\u5468\u786e\u8ba4\u7ed3\u679c\u3002","created_at":"2025-03-30 21:32:06","created_at_display":"03-30 21:32"}],"schedule_status":2,"complete_at_display":"","complete_at_display2":"","end_at_display":"04-03 18:00","end_at_display2":"","is_overdue":true,"start_at_display":"","can_report":true,"can_update":true}],"is_only_cp":false,"remain_display":0,"progress_remain_display":138,"forecast_remain_display":138,"projectProductTotalAmount":766940,"projectProductAllAmount":true,"projectProductTotalCost":500,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":766940,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":1,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":false,"can_payment":false,"duration_display":138,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"76.69\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3256,"client_id":15,"project_status":3,"project_progress":4,"budget":"34534","profit_pct":"99.46","bargain_date":"2025-08-01","description":"\u4e09\u53f0\u8054\u60f3SR650\u670d\u52a1\u5668+\u4e00\u5957FAS2750\u5b58\u50a8\uff0c\u505a\u6210\u865a\u62df\u5316\u73af\u5883\uff0c\u505a\u6d4b\u8bd5\u4f7f\u7528\u3002","created_by":1004,"created_at":"2023-07-16 18:28:54","updated_at":"2025-08-12 16:59:09","engineer_id":"","project_title":"\u865a\u62df\u5316\u6d4b\u8bd5\u96c6\u7fa4","collected":"0","status_updated_at":"2025-08-12 14:47:11.029547+08","success_rate":"","comment":"\u4e09\u53f0\u8054\u60f3SR650\u670d\u52a1\u5668+\u4e00\u5957FAS2750\u5b58\u50a8\uff0c\u505a\u6210\u865a\u62df\u5316\u73af\u5883\uff0c\u505a\u6d4b\u8bd5\u4f7f\u7528\u3002\r\n","contract_type":1,"progress_updated_at":"2024-05-12 19:16:55.612323+08","forecast_updated_at":"2025-08-12 15:37:49.334558+08","end_at":"","pinyin_shortcut":"xnhcsjq","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":968,"is_sales_order_ready":false,"collected_plan":0.9504,"change_status_to":"","is_verify":false,"profits":"34347.516400000000000000","remain":"03:30:48.456433","progress_remain":"456 days 23:01:03.873657","forecast_remain":"02:40:10.151422","lost_contact_days":"476.340271828472","last_contact":"2024-04-23 10:08:00","last_arrive_days":"","last_arrive":"","duration":"757 days 23:49:04.795132","issued_invoices":"","client":{"id":15,"key":15,"name":"\u4e2d\u51b6\u4eac\u8bda\u5de5\u7a0b\u6280\u672f\u6709\u9650\u516c\u53f8(\u5317\u4eac\u4eac\u8bda\u745e\u8fbe\u7535\u6c14\u5de5\u7a0b\u6280\u672f\u6709\u9650\u516c\u53f8)(\u5317\u4eac\u4eac\u8bda\u8d5b\u745e\u56fe\u6587\u4fe1\u606f\u79d1\u6280\u6709\u9650\u516c\u53f8)","logo":"","client_type":6,"client_class":47,"client_industry":1,"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\/1004.jpg"}},"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":1,"key":1,"name":"\u653f\u5e9c"}},"usedClient":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3256,"value":"1","key":1015,"name":"\u5434\u660a"}],"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":4,"product_type_id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 ","budget":"34534","pct":"99.46","profit":"67520","project_id":3256}],"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":{"id":179,"key":179,"name":"\u8001\u5ba2\u6237"},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":{"project_id":3256,"points":"93"},"workLogCount":{"project_id":3256,"count":6},"caseCount":{"project_id":3256,"count":2},"salesTimeCount":{},"implementTimeCount":{"project_id":3256,"sum":"3.5","times":"2"},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":4082,"from_project":3256,"payment_collection_remind_ahead":"1 day","serial_no":"","is_settle":false,"is_deliver":false,"is_outbound":false,"erp_settle_amount":"0","contractScans":[],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":2553,"key":2553,"contract_id":4082,"name":"2025-08-12","value":"0.9504","overdue_days":"","pct":0,"collect_status":"\u903e\u671f0\u5929"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8866,"user_id":1004,"key":1004,"contract_id":4082,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":8867,"user_id":1000,"key":1000,"contract_id":4082,"user":{"id":1000,"key":1000,"name":"\u66f9\u6c38\u751f","sex":"M","avatar":{"id":1,"user_id":1000,"name":"\/files\/cdn\/a57be577deb434\/avatar\/80759bee-0611-3ad4-bb4a-30d802dd0032.png"}}},{"id":8868,"user_id":5250,"key":5250,"contract_id":4082,"user":{"id":5250,"key":5250,"name":"\u8463\u8363","sex":"M","avatar":{"id":157,"user_id":5250,"name":"\/files\/cdn\/a57be577deb434\/avatar\/10f9a0d9-7ea7-3910-9465-6ece76a0dae4.png"}}},{"id":8869,"user_id":5016,"key":5016,"contract_id":4082,"user":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","avatar":{"id":35,"user_id":5016,"name":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}}},{"id":8870,"user_id":5064,"key":5064,"contract_id":4082,"user":{"id":5064,"key":5064,"name":"\u59da\u96ea\u7eaf","sex":"F","avatar":{"id":38,"user_id":5064,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5bec09dc-1f7a-3542-89a2-cedfefb3fded.png"}}}],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":10589,"project_id":3256,"product_id":2069,"amount":"33352.00","number":0,"cost":"333.00","description":"","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"0","total_cost":"0","erp_sales_order_product_id":1824,"supplier":"","product":{"id":2069,"name":"\u6df1\u4fe1\u670d\u9632\u6cc4\u5bc6\u5916\u53d1\u5ba1\u8ba1\u8f6f\u4ef6V7.0\uff08\u9002\u7528\u4e8e AC-1000-B1100-4D \uff09","product_type":4,"product_component":51,"product_brand":12,"product_serie":231,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2025-07-28 14:49:44","updated_at":"2025-08-12 17:24:27","pinyin_shortcut":"sxffxmwfsjrjV70syyAC1000B11004D","product_unit":2,"is_renew":false,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":51,"key":51,"name":"\u7ba1\u7406\u8f6f\u4ef6\u548c\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":231,"key":231,"name":"\u6df1\u4fe1\u670d\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1824,"erp_sales_order_id":1560,"erp_store_id":"","product_id":2069,"description":"","number":"0","outbound":"0","amount":"33352.00","total_amount":"0","last_number":"","last_amount":"","last_total_amount":"","cost":"333.00","total_cost":"333","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":10590,"project_id":3256,"product_id":2068,"amount":"34534.00","number":1,"cost":"33.00","description":"","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"34534","total_cost":"33","erp_sales_order_product_id":1825,"supplier":"","product":{"id":2068,"name":"\u6df1\u4fe1\u670dURL\u7cfb\u7edf\u8f6f\u4ef6V5.0\uff08\u9002\u7528\u4e8eAC-1000-B1100-4D\uff09","product_type":4,"product_component":51,"product_brand":12,"product_serie":231,"product_misc":"","product_qa":"","pn":"","description":"URL&\u5e94\u7528\u8bc6\u522b\u89c4\u5219\u5e93\u5347\u7ea7","created_by":1013,"created_at":"2025-07-28 14:46:34","updated_at":"2025-08-12 16:59:09","pinyin_shortcut":"sxfURLxtrjV50syyAC1000B11004D","product_unit":2,"is_renew":false,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":51,"key":51,"name":"\u7ba1\u7406\u8f6f\u4ef6\u548c\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":231,"key":231,"name":"\u6df1\u4fe1\u670d\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1825,"erp_sales_order_id":1560,"erp_store_id":"","product_id":2068,"description":"","number":"1","outbound":"1","amount":"34534.00","total_amount":"34534","last_number":"","last_amount":"","last_total_amount":"","cost":"33.00","total_cost":"33","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3256,"comment":2},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1560,"serial_no":"XSDD-20250812-00001","from_date":"","wrote_date":"2025-08-01","handler":1004,"client_id":15,"purchase_contract_id":"","project_id":3256,"sales_contract_id":4082,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"\u4e09\u53f0\u8054\u60f3SR650\u670d\u52a1\u5668+\u4e00\u5957FAS2750\u5b58\u50a8\uff0c\u505a\u6210\u865a\u62df\u5316\u73af\u5883\uff0c\u505a\u6d4b\u8bd5\u4f7f\u7528\u3002","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-08-12 14:47:45","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":false,"number":"1","amount":"34534","created_by":1004,"stop_description":"","extra":"{\"payment_collection_remind_ahead\":\"1 day\",\"salesContractPaymentCollectionRemindReceivers\":[\"1004\"],\"salesContractPaymentCollectionRemindDates\":[{\"remind_date\":\"2025-08-12\",\"amount\":\"22402.38\",\"pct\":\"33\"}]}","outbound_status":false,"is_used":true,"is_cancel":false,"is_settle":false,"is_old":false,"created_at":"2025-08-12 14:47:11","updated_at":"2025-08-12 14:47:45"},"projectUsedClient":{"id":112,"project_id":3256,"used_client":"","budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{},"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":""},"schedules":[{"id":16896,"project_id":3256,"client_id":15,"schedule_title":"\u5546\u673a\u9636\u6bb5\uff1a\u786e\u8ba4\u65b9\u6848\n\u76ee\u7684\uff1a\u786e\u8ba4\u5177\u4f53\u5ba1\u6279\u53ca\u5927\u6982\u542f\u52a8\u65f6\u95f4\u3002\n\u52a8\u4f5c\uff1a\u8ddf\u738b\u603b\u53ca\u8c22\u603b\u89c1\u9762\u6c9f\u901a\u3002","complete_at":"","start_at":"","end_at":"2024-05-24 18:00:00","created_by":1004,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":2,"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"scheduleDescriptions":[{"id":15496,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u89c1\u4e1b\u603b\u53ca\u8c22\u603b\u4e86\u89e3\u5230\u8bf4\u4e94\u77ff\u8ddf\u4e2d\u51b6\u9ad8\u5c42\u6709\u53ef\u80fd\u8c03\u6574\uff0c\u7b49\u786e\u5b9a\u4e86\u518d\u60f3\u529e\u516c\u4f1a\u7684\u4e8b\u5427\u3002\u672c\u5468\u8ba1\u5212\uff1a\u65e0\u3002","created_at":"2025-08-03 22:10:52","created_at_display":"08-03 22:10"},{"id":15338,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u9886\u5bfc\u8fd8\u6ca1\u7ed9\u4fe1\uff0c\u6700\u8fd1\u9886\u5bfc\u603b\u662f\u53bb\u96c6\u56e2\u5f00\u4f1a\uff0c\u8fd8\u6ca1\u786e\u8ba4\u5177\u4f53\u529e\u516c\u4f1a\u65f6\u95f4\u3002\u672c\u5468\u8ba1\u5212\uff1a\u518d\u8ddf\u4e1b\u603b\u53ca\u8c22\u603b\u4e86\u89e3\u4e0b\u5177\u4f53\u60c5\u51b5\u3002","created_at":"2025-07-27 22:18:07","created_at_display":"07-27 22:18"},{"id":15125,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8fd8\u6ca1\u6709\u51c6\u786e\u4e0a\u4f1a\u65f6\u95f4\uff0c\u738b\u603b\u4e0b\u5468\u4f1a\u4e86\u89e3\u4e0b\u3002\u672c\u5468\u8ba1\u5212\uff1a\u8ddf\u738b\u603b\u786e\u8ba4\u4e86\u89e3\u7684\u60c5\u51b5\u3002","created_at":"2025-07-19 21:37:23","created_at_display":"07-19 21:37"},{"id":14817,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u4f1a\u8bae\u65f6\u95f4\u8fd8\u6ca1\u786e\u8ba4\u3002\u672c\u5468\u8ba1\u5212\uff1a\u5728\u4fa7\u9762\u4e86\u89e3\u4e0b\u3002","created_at":"2025-07-06 22:47:02","created_at_display":"07-06 22:47"},{"id":14692,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8ddf\u8c22\u4e86\u89e3\u4e0a\u4f1a\u65f6\u95f4\u8fd8\u6ca1\u786e\u5b9a\uff0c\u4f30\u8ba1\u4e5f\u5c31\u534a\u4e2a\u6708\u5de6\u53f3\u5427\u3002\u672c\u5468\u8ba1\u5212\uff1a\u7d27\u8ddf\u786e\u8ba4\u4e0a\u4f1a\u4e8b\u9879\u3002","created_at":"2025-06-29 21:32:33","created_at_display":"06-29 21:32"},{"id":14530,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u65e0\u3002\u672c\u5468\u8ba1\u5212\uff1a\u627e\u8c22\u603b\u53ca\u738b\u603b\u4e86\u89e3\u4e0a\u4f1a\u4e8b\u9879\u3002","created_at":"2025-06-22 22:20:45","created_at_display":"06-22 22:20"},{"id":14262,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u8ddf\u8c22\u53ca\u738b\u786e\u8ba4\u4f1a\u8bae\u65f6\u95f4\u8bf4\u7b49\u4ed6\u4eec\u61c2\u4e8b\u957f\u56de\u6765\uff0c\u9884\u8ba1\u6708\u5e95\u524d\u56de\u6765\u518d\u786e\u8ba4\u4f1a\u7684\u65f6\u95f4\u3002\u672c\u5468\u8ba1\u5212\uff1a\u65e0\u3002","created_at":"2025-06-08 23:16:24","created_at_display":"06-08 23:16"},{"id":14052,"schedule_id":16896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u65e0\u3002\u672c\u5468\u8ba1\u5212\uff1a\u51c6\u5907\u627e\u8c22\u603b\u53ca\u738b\u603b\u518d\u6b21\u786e\u8ba4\u4e0a\u4f1a\u65f6\u95f4\u3002","created_at":"2025-06-02 21:50:06","created_at_display":"06-02 21:50"},{"id":13881,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u4e1b\u603b\u53ca\u8c22\u603b\u6c9f\u901a\u4e86\u4e0b\uff0c\u8bf4\u8fd8\u6ca1\u4e0a\u4f1a\u65f6\u95f4\u5462\uff0c\u738b\u603b\u4e5f\u627e\u8fc7\u4ed6\u4eec\uff0c\u5982\u679c\u4e0a\u4f1a\u5e94\u8be5\u6709\u53ef\u80fd\uff0c\u672c\u5468\u65e0\u3002","created_at":"2025-05-25 22:17:10","created_at_display":"05-25 22:17"},{"id":13681,"schedule_id":16896,"description":"\u4e0a\u5468\u5df2\u8ddf\u738b\u603b\u8868\u8fbe\u4e86\u5fc5\u8981\u6027\uff0c\u738b\u603b\u8868\u793a\u4ed6\u4e5f\u6ca1\u66f4\u597d\u7684\u529e\u6cd5\uff0c\u53ea\u80fd\u5728\u4e89\u53d6\u7b49\u4f1a\uff0c\u672c\u5468\u53bb\u62dc\u8bbf\u4e86\u89e3\u5177\u4f53\u60c5\u51b5\u3002","created_at":"2025-05-18 18:26:47","created_at_display":"05-18 18:26"},{"id":13507,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u8c22\u786e\u8ba4\u4f1a\u65f6\u95f4\uff0c\u8bf4\u8fd8\u6ca1\u5b9a\u4e0b\u6765\u8fd9\u4e24\u5468\u4ed6\u4eec\u9886\u5bfc\u53bb\u4e94\u77ff\u5f00\u4f1a\u65f6\u95f4\u5f88\u96be\u786e\u8ba4\u3002\u672c\u5468\u8ddf\u738b\u603b\u518d\u786e\u8ba4\u4e0b\u7d27\u8feb\u7a0b\u5ea6\u3002","created_at":"2025-05-11 19:48:28","created_at_display":"05-11 19:48"},{"id":13335,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u8ddf\u8fdb\u4ed6\u4eec\u4e0a\u4f1a\u65f6\u95f4\u3002","created_at":"2025-05-05 20:03:04","created_at_display":"05-05 20:03"},{"id":13185,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u8c22\u53ca\u738b\u786e\u8ba4\u5ba1\u6279\u60c5\u51b5\uff0c\u8bf4\u8fd8\u6ca1\u5f00\u4f1a\u5462\uff0c\u8ba9\u7b49\u7b49\u770b\u3002\u672c\u5468\u65e0\u3002","created_at":"2025-04-27 20:05:36","created_at_display":"04-27 20:05"},{"id":12992,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u518d\u8ddf\u8c22\u53ca\u738b\u603b\u6c9f\u901a\u4e0b\u5ba1\u6279\u662f\u5426\u6709\u7ed3\u679c\u3002","created_at":"2025-04-20 16:28:02","created_at_display":"04-20 16:28"},{"id":12857,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u738b\u603b\u6c9f\u901a\u4e86\u4e0b\u786c\u4ef6\u914d\u7f6e\u5bf9\u6d4b\u8bd5\u6709\u5f71\u54cd\uff0c\u738b\u603b\u4e5f\u8ba4\u540c\uff0c\u73b0\u5728\u5c31\u7b49\u5ba1\u6838\u770b\u770b\u4e86\uff0c\u672c\u5468\u65e0\u3002","created_at":"2025-04-13 18:33:25","created_at_display":"04-13 18:33"},{"id":12710,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u8c22\u603b\u786e\u8ba4\u8fd8\u6ca1\u7ed3\u679c\uff0c\u8d44\u6599\u5df2\u63d0\u4ea4\uff0c\u7b49\u7b49\u770b\u3002\u672c\u5468\u518d\u8ddf\u738b\u603b\u786e\u8ba4\u4e0b\u5fc5\u8981\u6027\u3002","created_at":"2025-04-06 19:32:59","created_at_display":"04-06 19:32"},{"id":12566,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u518d\u627e\u8c22\u603b\u53ca\u738b\u603b\u770b\u770b\u5ba1\u6279\u60c5\u51b5\u3002","created_at":"2025-03-30 21:28:40","created_at_display":"03-30 21:28"},{"id":12403,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u8c22\u53ca\u738b\u603b\u6c9f\u901a\u4e86\u4e0b\uff0c\u4ed6\u4eec\u5728\u8bf4\u660e\u81ea\u5df1\u7684\u4e91\u505a\u6d4b\u8bd5\u4f1a\u6709\u95ee\u9898\uff0c\u51c6\u5907\u518d\u63d0\u5ba1\u6279\u4e8b\u9879\u3002\u672c\u5468\u518d\u7b49\u4e0b\u3002","created_at":"2025-03-23 15:09:15","created_at_display":"03-23 15:09"},{"id":12381,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u89c1\u738b\u603b\u53ca\u8c22\u603b\u5728\u6c9f\u901a\u4e0b\u3002","created_at":"2025-03-17 14:06:28","created_at_display":"03-17 14:06"},{"id":12157,"schedule_id":16896,"description":"\u4e0a\u5468\u89c1\u738b\u603b\u4ed6\u4eec\u5728\u51c6\u5907\u53ef\u884c\u6027\u65b9\u6848\u4e86\uff0c\u8bf4\u6211\u4eec\u5e2e\u4e0d\u4e0a\u4ec0\u4e48\uff0c\u672c\u5468\u6682\u65e0\u3002","created_at":"2025-03-09 21:04:37","created_at_display":"03-09 21:04"},{"id":11980,"schedule_id":16896,"description":"\u4e0a\u5468\u89c1\u8c22\u603b\uff0c\u8bf4\u672c\u9879\u76ee\u96c6\u56e2\u6ca1\u7ed9\u660e\u786e\u7684\u4fe1\u606f\uff0c\u8ba9\u4f7f\u7528\u90e8\u95e8\u5728\u63d0\u4ea4\u4e0b\u8865\u5145\u62a5\u544a\uff0c\u672c\u5468\u89c1\u738b\u603b\u518d\u786e\u8ba4\u4ed6\u4eec\u7684\u53ef\u884c\u6027\u62a5\u544a\u7684\u4e8b\u3002","created_at":"2025-02-27 18:29:18","created_at_display":"02-27 18:29"},{"id":11834,"schedule_id":16896,"description":"\u4e0a\u5468\u8c22\u53bb\u96c6\u56e2\u5f00\u4f1a\uff0c\u8fd8\u6ca1\u51fa\u7ed3\u679c\uff0c\u672c\u5468\u62dc\u8bbf\u5177\u4f53\u5728\u4e86\u89e3\u4e0b\u3002","created_at":"2025-02-23 18:37:20","created_at_display":"02-23 18:37"},{"id":11722,"schedule_id":16896,"description":"\u4e0a\u5468\u8c22\u603b\u8fd9\u8fb9\u6ca1\u786e\u8ba4\u4ed6\u4eec\u4e0a\u4f1a\u7684\u65f6\u95f4\uff0c\u672c\u5468\u6709\u4e2a\u96c6\u56e2\u7684\u4f1a\u4ed6\u5728\u542c\u4e00\u4e0b\u4fe1\u3002","created_at":"2025-02-16 22:48:22","created_at_display":"02-16 22:48"},{"id":11582,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u8ddf\u8c22\u786e\u8ba4\u9879\u76ee\u4e0a\u4f1a\u7684\u4e8b\u3002","created_at":"2025-02-09 17:04:43","created_at_display":"02-09 17:04"},{"id":11473,"schedule_id":16896,"description":"\u4e0a\u5468\u6c9f\u901a\u7ed3\u679c\u4f30\u8ba1\u8981\u5e74\u540e\u80fd\u4e0a\u4f1a\u4e86\uff0c\u672c\u5468\u65e0\u3002","created_at":"2025-01-19 16:33:30","created_at_display":"01-19 16:33"},{"id":11359,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u5728\u4e86\u89e3\u4e00\u4e0b\u8fdb\u5c55\u3002","created_at":"2025-01-12 17:31:01","created_at_display":"01-12 17:31"},{"id":11220,"schedule_id":16896,"description":"\u4e0a\u5468\u518d\u6b21\u8ddf\u8c22\u786e\u8ba4\u5f00\u4f1a\u65f6\u95f4\uff0c\u8bf4\u8fd8\u6ca1\u786e\u5b9a\u8981\u7b49\u96c6\u56e2\u8ff0\u804c\u5b8c\u4e8b\u7684\u3002\u672c\u5468\u65e0\u3002","created_at":"2025-01-04 21:24:50","created_at_display":"01-04 21:24"},{"id":11060,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u518d\u8ddf\u8fdb\u786e\u8ba4\u5f00\u4f1a\u65f6\u95f4\u3002","created_at":"2024-12-28 22:06:55","created_at_display":"2024-12-28 22:06"},{"id":10909,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u8fdb\u738b\u53ca\u8c22\uff0c\u8bf4\u8fd8\u6ca1\u7ed9\u901a\u77e5\u5462\uff0c\u5728\u5fd9\u7740\u5e74\u5e95\u603b\u7ed3\u4e2d\uff0c\u8fd8\u8981\u7b49\u7b49\u3002\u672c\u5468\u65e0\u3002","created_at":"2024-12-22 16:15:32","created_at_display":"2024-12-22 16:15"},{"id":10774,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u5728\u8ddf\u8fdb\u738b\u603b\u53ca\u8c22\u603b\u3002","created_at":"2024-12-15 16:25:02","created_at_display":"2024-12-15 16:25"},{"id":10644,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u8c22\u53ca\u738b\u786e\u8ba4\u4e0a\u4f1a\u7684\u65f6\u95f4\uff0c\u9884\u8ba120\u53f7\u5de6\u53f3\u3002\u672c\u5468\u65e0\u3002","created_at":"2024-12-08 17:50:48","created_at_display":"2024-12-08 17:50"},{"id":10496,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u518d\u8ddf\u8c22\u603b\u53ca\u738b\u603b\u786e\u8ba4\u4e0b\u5f00\u4f1a\u65f6\u95f4\u3002","created_at":"2024-12-01 17:04:59","created_at_display":"2024-12-01 17:04"},{"id":10366,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u8c22\u603b\u6c9f\u901a\u4e86\u8fdb\u5c55\uff0c\u8bf4\u8fd8\u8981\u7b49\u96c6\u56e2\u5f00\u5b8c\u57fa\u5efa\u9879\u76ee\u603b\u7ed3\u4f1a\u3002\u672c\u5468\u65e0\uff0c\u5148\u7b49\u7b49\u3002","created_at":"2024-11-24 20:54:58","created_at_display":"2024-11-24 20:54"},{"id":10214,"schedule_id":16896,"description":"\u4e0a\u5468\u65e0\uff0c\u672c\u5468\u627e\u738b\u603b\u53ca\u4e1b\u603b\u5728\u6c9f\u901a\u4e00\u4e0b\u8fdb\u5c55\u3002","created_at":"2024-11-17 18:00:50","created_at_display":"2024-11-17 18:00"},{"id":10142,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u738b\u603b\u53ca\u8c22\u603b\u786e\u8ba4\u6280\u6539\u4f1a\u65f6\u95f4\u5927\u6982\u5728\u672c\u6708\u5e95\u6216\u4e0b\u6708\u521d\uff0c\u5728\u7b49\u7b49\u3002\u672c\u5468\u65e0\u3002","created_at":"2024-11-10 16:59:33","created_at_display":"2024-11-10 16:59"},{"id":10046,"schedule_id":16896,"description":"\u4e0a\u5468\u8ddf\u7aa6\u5de5\u5408\u5bf9\u4e86\u4e00\u4e0b\uff0c\u65b9\u6848\u6ca1\u5565\u6539\u7684\u4e86\uff0c\u7b49\u7b49\u770b\u3002\u672c\u5468\u8ddf\u738b\u603b\u53ca\u8c22\u603b\u4e86\u89e3\u6280\u6539\u4f1a\u4f55\u65f6\u5f00\u3002","created_at":"2024-11-03 17:07:03","created_at_display":"2024-11-03 17:07"},{"id":9874,"schedule_id":16896,"description":"\u4e0a\u5468\u8fd8\u6ca1\u6709\u5ba1\u6279\u7ed3\u679c\uff0c\u8981\u7b4911\u6708\u6280\u6539\u4f1a\u63d0\u51fa\u3002\u672c\u5468\u627e\u7aa6\u5de5\u5728\u5408\u5b9e\u4e00\u4e0b\u3002","created_at":"2024-10-27 14:49:56","created_at_display":"2024-10-27 14:49"},{"id":9750,"schedule_id":16896,"description":"\u4e0a\u5468\u6c9f\u901a\u5b58\u50a8\u5bb9\u91cf\u4e8b\u9879\uff0c\u6682\u65f6\u628a\u8001\u5b58\u50a8\u52a0\u5165\u96c6\u7fa4\uff0c\u8fc7\u6bb5\u65f6\u95f4\u518d\u770b\u770b\u3002\u672c\u5468\u770b\u770b\u5ba1\u6279\u662f\u5426\u6709\u7ed3\u679c\u3002","created_at":"2024-10-20 15:37:53","created_at_display":"2024-10-20 15:37"},{"id":9668,"schedule_id":16896,"description":"\u4e0a\u5468\u89c1\u9762\u6c9f\u901a\u786e\u8ba4\u4f55\u65f6\u4e0a\u4f1a\uff0c\u8bf4\u9884\u8ba1\u6708\u5e95\u524d\u3002\u672c\u5468\u6c9f\u901a\u5b58\u50a8\u662f\u5426\u589e\u52a0\u5bb9\u91cf\u4e8b\u9879\u3002","created_at":"2024-10-13 16:59:48","created_at_display":"2024-10-13 16:59"},{"id":9600,"schedule_id":16896,"description":"\u4e0a\u5468\u8d44\u6599\u5df2\u5907\uff0c\u672c\u5468\u6216\u4e2d\u8be2\u5185\u63d0\u5ba1\u3002","created_at":"2024-09-29 15:46:47","created_at_display":"2024-09-29 15:46"},{"id":9562,"schedule_id":16896,"description":"\u4e0a\u5468\u5728\u6539\u6b63\u8d44\u6599\u4e2d\uff0c\u4e0b\u6708\u63d0\u5ba1\u3002","created_at":"2024-09-22 20:53:32","created_at_display":"2024-09-22 20:53"},{"id":9528,"schedule_id":16896,"description":"\u8d44\u6599\u51c6\u5907\u7684\u5dee\u4e0d\u591a\uff0c\u4e0b\u4e00\u6b65\u6708\u5e95\u524d\u63d0\u5ba1\uff0c\u65f6\u65f6\u8ddf\u8fdb\u4e2d\u3002","created_at":"2024-09-17 17:12:40","created_at_display":"2024-09-17 17:12"},{"id":9467,"schedule_id":16896,"description":"\u738b\u603b\u5728\u51c6\u5907\u63d0\u5ba1\u8d44\u6599\u4e2d\u3002\u7ee7\u7eed\u8ddf\u8fdb\u5e76\u7ed9\u5efa\u8bae\u7b49\u3002","created_at":"2024-09-08 15:05:20","created_at_display":"2024-09-08 15:05"},{"id":9399,"schedule_id":16896,"description":"\u6d69\u603b\u3001\u4e1b\u603b\u90fd\u6ca1\u610f\u89c1\uff0c\u4e0b\u5468\u7b49\u738b\u603b\u63d0\u5ba1\uff0c\u53ef\u4ee5\u4f1a\u6162\u4e9b\uff0c\u6700\u7ec8\u8981\u523011\u6708\u8ba1\u6539\u4f1a\u5b8c\u6210\u3002","created_at":"2024-09-01 16:49:18","created_at_display":"2024-09-01 16:49"},{"id":9352,"schedule_id":16896,"description":"\u4e0b\u5468\u9700\u8981\u8ddf\u6d69\u603b\u53ca\u4e1b\u603b\u5728\u6c9f\u901a\u4e00\u4e0b\u8fd9\u4e2a\u9879\u76ee\uff0c\u738b\u603b\u8fd9\u8fb9\u51c6\u5907\u63d0\u4ea4\u7533\u8bf7\u3002","created_at":"2024-08-25 16:22:56","created_at_display":"2024-08-25 16:22"},{"id":9247,"schedule_id":16896,"description":"8\u670821\u65e5\u518d\u62dc\u8bbf\u786e\u8ba4\u3002","created_at":"2024-08-04 21:56:21","created_at_display":"2024-08-04 21:56"},{"id":9245,"schedule_id":16896,"description":"\u518d\u7b49\u7b49","created_at":"2024-08-04 21:51:37","created_at_display":"2024-08-04 21:51"},{"id":9201,"schedule_id":16896,"description":"\u7b49\u91cd\u4fdd\u7ed3\u675f\u540e\u5e94\u8be5\u542f\u52a8\u8fd9\u4e8b\u3002","created_at":"2024-07-28 17:42:34","created_at_display":"2024-07-28 17:42"},{"id":9174,"schedule_id":16896,"description":"7.25\u53f7\u53bb\u8ddf\u8c22\u603b\u53ca\u738b\u603b\u6c9f\u901a\u3002","created_at":"2024-07-22 09:08:33","created_at_display":"2024-07-22 09:08"},{"id":9116,"schedule_id":16896,"description":"\u6d69\u603b\u8bf4\u4ed6\u8fd9\u8fb9\u6ca1\u95ee\u9898\u53ea\u8981\u63d0\u5ba1\u4ed6\u4f1a\u652f\u6301\u3002","created_at":"2024-07-14 21:12:10","created_at_display":"2024-07-14 21:12"},{"id":9083,"schedule_id":16896,"description":"\u6d69\u603b\u5916\u51fa\u5f00\u4f1a\uff0c\u4e0b\u5468\u62dc\u8bbf\u518d\u8c08","created_at":"2024-07-05 14:57:57","created_at_display":"2024-07-05 14:57"},{"id":9032,"schedule_id":16896,"description":"\u6d69\u603b\u8868\u793a\u8fd9\u4e2a\u9879\u76ee\u4ed6\u4eec\u4e5f\u8fd8\u5f97\u8fc7\u4f1a\uff0c\u5982\u679c\u8fd9\u4e2a\u662f\u5fc5\u4e70\u4ea7\u54c1\u4e00\u5b9a\u4f1a\u4f18\u5148\u8003\u8651\u6211\u4eec\u3002","created_at":"2024-06-30 17:16:04","created_at_display":"2024-06-30 17:16"},{"id":9008,"schedule_id":16896,"description":"\u7b49\u5f85\u6570\u79d1\u8fc7\u5ba1\uff0c\u53bb\u627e\u6d69\u603b\u5916\u51fa\u5f00\u4f1a\u4e86\uff0c\u4e0b\u5468\u62dc\u8bbf\u518d\u8c08\u3002","created_at":"2024-06-23 22:08:54","created_at_display":"2024-06-23 22:08"},{"id":8898,"schedule_id":16896,"description":"\u5df2\u8ddf\u738b\u603b\u6c9f\u901a\u8fc7\uff0c\u4ed6\u8fd9\u8fb9\u8fd8\u8981\u8ddf\u4eac\u8bda\u6570\u79d1\u6d69\u603b\u518d\u8fc7\u4e00\u4e0b\uff0c\u8ba9\u6211\u7b49\u7b49","created_at":"2024-06-15 21:27:38","created_at_display":"2024-06-15 21:27"},{"id":8843,"schedule_id":16896,"description":"\u738b\u603b12\u53f7\u56de\u4eac","created_at":"2024-06-10 20:11:25","created_at_display":"2024-06-10 20:11"},{"id":8765,"schedule_id":16896,"description":"\u738b\u603b\u8fd8\u6ca1\u56de\u6765\uff0c\u9884\u8ba1\u4e2d\u8be2\u56de\u4eac\uff0c\u7136\u540e\u518d\u8ddf\u8fdb\u3002","created_at":"2024-06-02 17:48:49","created_at_display":"2024-06-02 17:48"},{"id":8627,"schedule_id":16896,"description":"\u6ca1\u89c1\u5230\u738b\u603b\uff0c\u51fa\u5dee\u4e86\uff0c\u8c22\u603b\u8bf4\u8fd9\u8fb9\u8fd8\u6ca1\u770b\u5230\u5ba1\u6279\u624b\u7eed\uff0c\u8bf4\u4ed6\u4eec\u90a3\u8fb9\u4e0d\u6025\uff0c\u8ba9\u6211\u7b49\u7b49\u3002","created_at":"2024-05-26 19:55:18","created_at_display":"2024-05-26 19:55"}],"schedule_status":2,"complete_at_display":"","complete_at_display2":"","end_at_display":"2024-05-24 18:00","end_at_display2":"","is_overdue":true,"start_at_display":"","can_report":true,"can_update":true}],"is_only_cp":false,"remain_display":0,"progress_remain_display":456,"forecast_remain_display":0,"projectProductTotalAmount":34534,"projectProductAllAmount":true,"projectProductTotalCost":33,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":34534,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":false,"can_payment":false,"duration_display":757,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"1\u5e74\u524d","can_view_product":true,"budget_display":"3.45\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3841,"client_id":3343,"project_status":3,"project_progress":6,"budget":"195205.34","profit_pct":"19.02","bargain_date":"2025-07-12","description":"","created_by":1004,"created_at":"2025-04-29 09:07:50","updated_at":"2025-08-03 22:13:34","engineer_id":"","project_title":"2025PA\u9632\u706b\u5899\u66ff\u6362","collected":"0","status_updated_at":"2025-07-27 22:19:40.220985+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-07-27 22:19:40.220985+08","forecast_updated_at":"2025-07-27 22:19:40.220985+08","end_at":"","pinyin_shortcut":"2025PAfhqth","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":960,"is_sales_order_ready":false,"collected_plan":195205.34,"change_status_to":"","is_verify":false,"profits":"37128.055668000000000000","remain":"15 days 19:58:19.264995","progress_remain":"15 days 19:58:19.264995","forecast_remain":"15 days 19:58:19.264995","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"105 days 09:10:09.097567","issued_invoices":"","client":{"id":3343,"key":3343,"name":"\u5317\u4eac\u5317\u6c7d\u79d1\u6280\u670d\u52a1\u6709\u9650\u516c\u53f8(\u4e2d\u90fd\u4e09\u4ea7\uff09","logo":"","client_type":5,"client_class":43,"client_industry":5,"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\/1004.jpg"}},"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":5,"key":5,"name":"\u5236\u9020"}},"usedClient":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3841,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"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":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"195205.34","pct":"19.02","profit":"37128.05","project_id":3841}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":{"project_id":3841,"points":"507"},"workLogCount":"","caseCount":{"project_id":3841,"count":4},"salesTimeCount":{},"implementTimeCount":{"project_id":3841,"sum":"16.2","times":"4"},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3841,"sum":"35.00"},"buildContract":{"id":4035,"from_project":3841,"payment_collection_remind_ahead":"1 day","serial_no":"","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"0","contractScans":[],"receiptScans":[{"id":37457,"object_type":106,"object_id":4035,"attachment_id":27224,"attachment":{"id":27224,"key":27224,"name":"0e1493c0-37be-3040-b105-ca62c48009ec","extension":"pdf","path":"\/vue\/attachment\/preview\/0e1493c0-37be-3040-b105-ca62c48009ec\/2025_08_04_10_38_47.pdf","orig_name":"2025_08_04_10_38_47.pdf"}}],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":2522,"key":2522,"contract_id":4035,"name":"2025-09-30","value":"195205.34","overdue_days":"","pct":100,"collect_status":""}],"salesContractPaymentCollectionRemindReceivers":[{"id":8766,"user_id":1004,"key":1004,"contract_id":4035,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":8767,"user_id":5388,"key":5388,"contract_id":4035,"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":3046,"contract_id":4035,"supplier_id":236,"purchase_id":4038,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":4038,"key":4038,"serial_no":"TSKJ20250716-HYF-001"}},{"id":3047,"contract_id":4035,"supplier_id":236,"purchase_id":4063,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":4063,"key":4063,"serial_no":""}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":10559,"project_id":3841,"product_id":2042,"amount":"6895.20","number":2,"cost":"4923.00","description":"","supplier_id":236,"hardware_from":"2025-07-18","software_from":"","maintenance_from":"","hardware_to":"2026-07-18","software_to":"","maintenance_to":"","total_amount":"13790.4","total_cost":"9846","erp_sales_order_product_id":1776,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2042,"name":"AF-1000-FH2300B","product_type":5,"product_component":26,"product_brand":12,"product_serie":1033,"product_misc":"","product_qa":"","pn":"","description":"\u6027\u80fd\u53c2\u6570\uff1a\u7f51\u7edc\u5c42\u541e\u5410\u91cf\uff1a35G\uff0c\u5e94\u7528\u5c42\u541e\u5410\u91cf\uff1a20G\uff0c\u9632\u75c5\u6bd2\u541e\u5410\u91cf\uff1a3.5G\uff0cIPS\u541e\u5410\u91cf\uff1a3G\uff0c\u5168\u5a01\u80c1\u541e\u5410\u91cf\uff08\u4e0d\u542bWAF\uff09\uff1a2G\uff0c\u5e76\u53d1\u8fde\u63a5\u6570\uff1a800\u4e07\uff0cHTTP\u65b0\u5efa\u8fde\u63a5\u6570\uff1a18\u4e07\uff0cSSL VPN\u63a8\u8350\u7528\u6237\u6570\uff08\u5355\u72ec\u8d2d\u4e70\uff09\uff1a35\uff0cSSL VPN\u6700\u5927\u7528\u6237\u6570\uff08\u5355\u72ec\u8d2d\u4e70\uff09\uff1a120\uff0cSSL VPN\u6700\u5927\u7406\u8bba\u52a0\u5bc6\u6d41\u91cf\uff08\u5355\u72ec\u8d2d\u4e70\uff09\uff1a300M\uff0cIPSec VPN \u6700\u5927\u63a5\u5165\u6570\uff1a4000\uff0cIPSec VPN\u541e\u5410\u91cf\uff1a1.2G\u3002\n\u786c\u4ef6\u53c2\u6570\uff1a\u89c4\u683c\uff1a1U\uff0c\u5185\u5b58\u5927\u5c0f\uff1a16G\uff0c\u786c\u76d8\u5bb9\u91cf\uff1a256G SSD\uff0c\u7535\u6e90\uff1a\u5197\u4f59\u7535\u6e90\uff0c\u63a5\u53e3\uff1a16\u5343\u5146\u7535\u53e3+6\u4e07\u5146\u5149\u53e3SFP+\u3002\n\u529f\u80fd\u63cf\u8ff0\uff1a\u6df1\u4fe1\u670d\u4e0b\u4e00\u4ee3\u9632\u706b\u5899\u4ee5\u4fdd\u969c\u7528\u6237\u6838\u5fc3\u8d44\u4ea7\u4e3a\u76ee\u6807\uff0c\u63d0\u4f9bL2-L7\u5c42\u5404\u7c7b\u5a01\u80c1\u7684\u68c0\u6d4b\u548c\u9632\u62a4\uff0c\u662f\u4e00\u6b3e\u80fd\u591f\u6709\u6548\u5e94\u5bf9\u4f20\u7edf\u7f51\u7edc\u653b\u51fb\u548c\u672a\u77e5\u5a01\u80c1\u653b\u51fb\u7684\u7f51\u7edc\u5b89\u5168\u4ea7\u54c1\u3002","created_by":1013,"created_at":"2025-07-16 10:47:41","updated_at":"2025-07-16 10:47:41","pinyin_shortcut":"AF1000FH2300B","product_unit":1,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":26,"key":26,"name":"\u9632\u706b\u5899\u4e3b\u673a"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":1033,"key":1033,"name":"\u6df1\u4fe1\u670d AF-1000\u9632\u706b\u5899"},"productUnit":{"id":1,"key":1,"name":"\u53f0"}},"erpSalesOrderProduct":{"id":1776,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2042,"description":"","number":"2","outbound":"0","amount":"6895.20","total_amount":"13790.4","last_number":"","last_amount":"","last_total_amount":"","cost":"4923.00","total_cost":"9846","supplier_id":236,"hardware_from":"2025-07-18","software_from":"","maintenance_from":"","hardware_to":"2026-07-18","software_to":"","maintenance_to":""}},{"id":10560,"project_id":3841,"product_id":2043,"amount":"55305.48","number":2,"cost":"40536.61","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"110610.96","total_cost":"81073.22","erp_sales_order_product_id":1777,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2043,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6V8.0(\u9002\u7528\u4e8eAF-1000-FH2300B)","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6\u57fa\u7840\u7ea7","created_by":1013,"created_at":"2025-07-16 10:48:29","updated_at":"2025-07-16 10:48:29","pinyin_shortcut":"sxffhqrjV80syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1777,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2043,"description":"","number":"2","outbound":"0","amount":"55305.48","total_amount":"110610.96","last_number":"","last_amount":"","last_total_amount":"","cost":"40536.61","total_cost":"81073.22","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}},{"id":10561,"project_id":3841,"product_id":2044,"amount":"6237.31","number":2,"cost":"4556.04","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"12474.62","total_cost":"9112.08","erp_sales_order_product_id":1778,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2044,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u589e\u5f3a\u7ea7\u8f6f\u4ef6V6.0(\u9002\u7528\u4e8eAF-1000-FH2300B)","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6\u589e\u5f3a\u7ea7\u6a21\u5757\uff0c\u4e0b\u4e00\u4ee3\u5e94\u7528\u9632\u706b\u5899\u8f6f\u4ef6\u589e\u5f3a\u7ea7\u529f\u80fd\u6a21\u5757\u6388\u6743\u8d2d\u4e70\u8d39\u7528","created_by":1013,"created_at":"2025-07-16 10:49:09","updated_at":"2025-07-16 10:49:09","pinyin_shortcut":"sxffhqzqjrjV60syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1778,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2044,"description":"","number":"2","outbound":"0","amount":"6237.31","total_amount":"12474.62","last_number":"","last_amount":"","last_total_amount":"","cost":"4556.04","total_cost":"9112.08","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}},{"id":10562,"project_id":3841,"product_id":2045,"amount":"0","number":2,"cost":"0","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"0","total_cost":"0","erp_sales_order_product_id":1779,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2045,"name":"\u7b2c\u4e09\u65b9\u63a5\u5165\u6388\u6743\uff08IPSec VPN\uff09","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"IPSec VPN\u4e0e\u7b2c\u4e09\u65b9\u8bbe\u5907\u7684IPSec VPN\u8fdb\u884c\u7ec4\u7f51\u6a21\u5757\u6388\u6743\uff0c\u4ea7\u54c1\u51fa\u5382\u9ed8\u8ba4\u6388\u6743100\u6761\uff0c\u52a0\u70b9\u9700\u9009\u8d2d\u6b64\u6a21\u5757","created_by":1013,"created_at":"2025-07-16 10:49:56","updated_at":"2025-07-16 10:49:56","pinyin_shortcut":"dsfjrsqIPSecVPN","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1779,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2045,"description":"","number":"2","outbound":"0","amount":"0","total_amount":"0","last_number":"","last_amount":"","last_total_amount":"","cost":"0","total_cost":"0","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}},{"id":10563,"project_id":3841,"product_id":2046,"amount":"6237.31","number":2,"cost":"4556.04","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"12474.62","total_cost":"9112.08","erp_sales_order_product_id":1780,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2046,"name":"\u6df1\u4fe1\u670d\u5b89\u5168\u4e91\u8111-\u4e91\u667a\u8ba2\u9605\u8f6f\u4ef6V8.0\uff08\u9002\u7528\u4e8eAF-1000-FH2300B\uff09","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"\u6df1\u4fe1\u670d\u4e91\u667a\u8ba2\u9605\u8f6f\u4ef6\uff08AF8.0.7\u53ca\u4ee5\u4e0a\u7248\u672c\u9002\u7528\uff09\n\u6309\u5e74\u6536\u8d39\uff0c\u5305\u62ecWEB\u5e94\u7528\u9632\u62a4\u8bc6\u522b\u5e93\u3001IPS\u7279\u5f81\u5e93\u3001\u50f5\u5c38\u7f51\u7edc\u9632\u62a4\u5e93\u3001\u5b9e\u65f6\u6f0f\u6d1e\u5206\u6790\u8bc6\u522b\u5e93\u548cURL&\u5e94\u7528\u8bc6\u522b\u5e93\u5b9a\u671f\u66f4\u65b0\uff0c\u4fdd\u6301\u8bbe\u5907\u5177\u5907\u68c0\u6d4b\u9632\u5fa1\u6700\u65b0\u5a01\u80c1\u7684\u80fd\u529b\u3002","created_by":1013,"created_at":"2025-07-16 10:50:34","updated_at":"2025-07-16 10:50:34","pinyin_shortcut":"sxfaqynyzdyrjV80syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1780,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2046,"description":"","number":"2","outbound":"0","amount":"6237.31","total_amount":"12474.62","last_number":"","last_amount":"","last_total_amount":"","cost":"4556.04","total_cost":"9112.08","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}},{"id":10564,"project_id":3841,"product_id":2047,"amount":"12474.62","number":2,"cost":"9112.08","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"24949.24","total_cost":"18224.16","erp_sales_order_product_id":1781,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2047,"name":"\u6df1\u4fe1\u670d\u4e91\u5a01\u80c1\u60c5\u62a5\u7f51\u5173\u8f6f\u4ef6V8.0\uff08\u9002\u7528\u4e8eAF-1000-FH2300B\uff09","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"\u6df1\u4fe1\u670d\u4e91\u5a01\u80c1\u60c5\u62a5\u7f51\u5173\u8ba2\u9605\u8f6f\u4ef6\uff08\u9002\u7528\u4e8eAF8.0.85R\u53ca\u4ee5\u4e0a\u7248\u672c)\u3010\u65b0\u3011\n\u6309\u5e74\u6536\u8d39\uff0c\u60a8\u5c06\u83b7\u5f97\u4ee5\u4e0b\u80fd\u529b\uff1a\n\u3010\u4e91\u7aef\u767e\u4ebf\u7ea7\u5a01\u80c1\u60c5\u62a5\u89c4\u5219\u5e93\uff0c\u5931\u9677\u5916\u8054\u5b9e\u65f6\u68c0\u6d4b\u4e0e\u62e6\u622a\u3011\u901a\u8fc7\u672c\u5730&\u4e91\u7aef\u767e\u4ebf\u7ea7\u5a01\u80c1\u60c5\u62a5\u548c\u5168\u56fd30+\u8fd0\u8425\u5546POP\u8282\u70b9 \uff0c\u5b9e\u65f6\u963b\u65ad\u4e3b\u673a\/PC\u5931\u9677\u5916\u8054\u3001\u6316\u77ff\u3001URL\u9493\u9c7c\u7b49\u98ce\u9669\uff1b\n\u3010\u65b0\u5a01\u80c1\/\u672a\u77e5\u5a01\u80c15min\u5185\u540c\u6b65\u3011\u83b7\u53d6\u4e91\u7aefAI\u667a\u80fd\u5f15\u64ce\u68c0\u6d4b\u80fd\u529b\uff0c\u672c\u5730\u9632\u706b\u5899\u89c4\u5219\u5e93\u6bcf5\u5206\u949f\u66f4\u65b0\u4e00\u6b21\uff0c\u540c\u6b65\u6700\u65b0\u7684\u672a\u77e5\u5a01\u80c1\u60c5\u62a5\u81f3\u5ba2\u6237\u672c\u5730\uff0c\u5b9e\u65f6\u83b7\u53d6\u672a\u77e5\u5a01\u80c1\u7684\u9632\u5fa1\u80fd\u529b\uff08\u5982\u6f0f\u6d1e\\\u6076\u610fIP\\\u9493\u9c7cURL\u7b49\uff09\u907f\u514d\u6210\u4e3a\u65b0\u578b\u5a01\u80c1\u7684\u9996\u6279\u53d7\u5bb3\u8005\uff1b\n\u3010\u6740\u6bd2\u529f\u80fd\u4e0e\u66f4\u65b0\u3011\u63d0\u4f9b\u672c\u5730\u8bbe\u5907\u7f51\u7edc\u6740\u6bd2\u529f\u80fd\u4e0e\u66f4\u65b0\u670d\u52a1\uff0c\u672a\u77e5\u6587\u4ef6MD5\u503c\u5b9e\u65f6\u4e91\u67e5\u529f\u80fd\u3002","created_by":1013,"created_at":"2025-07-16 10:51:12","updated_at":"2025-07-16 10:51:12","pinyin_shortcut":"sxfywxqbwgrjV80syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1781,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2047,"description":"","number":"2","outbound":"0","amount":"12474.62","total_amount":"24949.24","last_number":"","last_amount":"","last_total_amount":"","cost":"9112.08","total_cost":"18224.16","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}},{"id":10565,"project_id":3841,"product_id":2048,"amount":"0","number":2,"cost":"0","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"0","total_cost":"0","erp_sales_order_product_id":1782,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2048,"name":"\u7ef4\u4fdd\u670d\u52a1\uff08\u5feb\u901f\u7248\uff09","product_type":19,"product_component":151,"product_brand":12,"product_serie":712,"product_misc":"","product_qa":"","pn":"","description":"\"1\u3001\u6df1\u4fe1\u670d\u5c06\u63d0\u4f9b\u786c\u4ef6\u8bbe\u5907\u6545\u969c\u8fd4\u5382\u7ef4\u4fee\u670d\u52a1\uff0c\u7ef4\u4fee\u5c06\u5728 30 \u4e2a\u81ea\u7136\u65e5\u5185\u5b8c\u6210\u5e76\u5bc4\u56de\u8bbe\u5907\n2\u3001\u63d0\u4f9b\u8d2d\u4e70\u8bbe\u5907\u7684\u8f6f\u4ef6\u5347\u7ea7\u6388\u6743\uff0c\u8f6f\u4ef6\u5b9a\u671f\u66f4\u65b0\uff0c\u6301\u7eed\u83b7\u5f97\u6700\u65b0\u7684\u529f\u80fd\u7279\u6027\u548c\u9632\u62a4\u80fd\u529b\n3\u3001\u81ea\u5ba2\u6237\u62a5\u969c\u4e4b\u65e5\u8d77\uff0c\u5907\u673a\u53ef\u4e8e3\u4e2a\u81ea\u7136\u65e5\u5185\u62b5\u8fbe\u73b0\u573a\uff0c\u8ba9\u6838\u5fc3\u4e1a\u52a1\u7cfb\u7edf\u5373\u4f7f\u906d\u9047\u786c\u4ef6\u6545\u969c\u4e5f\u80fd\u5feb\u901f\u5207\u6362\"","created_by":1013,"created_at":"2025-07-16 10:51:52","updated_at":"2025-07-16 10:51:52","pinyin_shortcut":"wbfwksb","product_unit":8,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":712,"key":712,"name":"\u5b89\u5168\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1782,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2048,"description":"","number":"2","outbound":"0","amount":"0","total_amount":"0","last_number":"","last_amount":"","last_total_amount":"","cost":"0","total_cost":"0","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}},{"id":10566,"project_id":3841,"product_id":1873,"amount":"3667.20","number":2,"cost":"2910.88","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"7334.4","total_cost":"5821.76","erp_sales_order_product_id":1783,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1873,"name":"\u6df1\u4fe1\u670dSSL VPN\u8f6f\u4ef6V6.0","product_type":5,"product_component":35,"product_brand":12,"product_serie":104,"product_misc":"","product_qa":"","pn":"","description":"\u79fb\u52a8\u63a5\u5165\u6388\u6743\u6a21\u5757","created_by":1013,"created_at":"2024-11-08 11:16:40","updated_at":"2024-11-08 11:16:40","pinyin_shortcut":"sxfSSLVPNrjV60","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":104,"key":104,"name":"\u6df1\u4fe1\u670dVPN\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1783,"erp_sales_order_id":1543,"erp_store_id":"","product_id":1873,"description":"","number":"2","outbound":"0","amount":"3667.20","total_amount":"7334.4","last_number":"","last_amount":"","last_total_amount":"","cost":"2910.88","total_cost":"5821.76","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}},{"id":10568,"project_id":3841,"product_id":942,"amount":"0","number":1,"cost":"3000.00","description":"","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"0","total_cost":"3000","erp_sales_order_product_id":1785,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":942,"name":"\u7b2c\u4e09\u65b9\u5916\u91c7\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":134,"product_serie":593,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:30:30","updated_at":"2023-08-11 16:02:40","pinyin_shortcut":"dsfwcjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":134,"key":134,"name":"\u7b2c\u4e09\u65b9"},"productSerie":{"id":593,"key":593,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1785,"erp_sales_order_id":1543,"erp_store_id":"","product_id":942,"description":"","number":"1","outbound":"0","amount":"0","total_amount":"0","last_number":"","last_amount":"","last_total_amount":"","cost":"3000.00","total_cost":"3000","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":10567,"project_id":3841,"product_id":2049,"amount":"150.79","number":90,"cost":"131.23","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":"","total_amount":"13571.1","total_cost":"11810.7","erp_sales_order_product_id":1784,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2049,"name":"\u6df1\u4fe1\u670dSSL VPN\u6388\u6743\u8f6f\u4ef6V6.0","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":"","product_qa":"","pn":"","description":"\u79fb\u52a8\u63a5\u5165\u6388\u6743\n\u6df1\u4fe1\u670dSSL VPN\u63a5\u5165\u6388\u6743\uff08\u6bcf\u589e\u52a0\u4e00\u4e2aSSL\u63a5\u5165\u8bb8\u53ef\uff09","created_by":1013,"created_at":"2025-07-16 10:55:32","updated_at":"2025-08-12 18:06:49","pinyin_shortcut":"sxfSSLVPNsqrjV60","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1784,"erp_sales_order_id":1543,"erp_store_id":"","product_id":2049,"description":"","number":"90","outbound":"0","amount":"150.79","total_amount":"13571.1","last_number":"","last_amount":"","last_total_amount":"","cost":"131.23","total_cost":"11810.7","supplier_id":236,"hardware_from":"","software_from":"2025-07-18","maintenance_from":"","hardware_to":"","software_to":"2026-07-18","maintenance_to":""}}],"commentCount":{"object_id":3841,"comment":2},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1543,"serial_no":"XSDD-20250803-00001","from_date":"","wrote_date":"2025-07-12","handler":1004,"client_id":3343,"purchase_contract_id":"","project_id":3841,"sales_contract_id":4035,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-07-15 14:11:42","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"107","amount":"195205.34","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-07-15 14:11:42","updated_at":"2025-07-15 14:11:42"},"projectUsedClient":{"id":109,"project_id":3841,"used_client":"","budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{},"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":""},"schedules":[{"id":17896,"project_id":3841,"client_id":3343,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u63a8\u52a8\u6210\u4ea4\n\u76ee\u7684\uff1a\u786e\u8ba4\u5408\u540c\u53ca\u8ddf\u4e2d\u90fd\u9632\u706b\u5899\u5272\u63a5\u4e8b\u9879\u3002\n\u52a8\u4f5c\uff1a\u8ddf\u5317\u6c14\u53ca\u4e2d\u90fd\u6c9f\u901a\u786e\u8ba4\u3002","complete_at":"","start_at":"","end_at":"2025-08-01 18:00:00","created_by":1004,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":2,"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"scheduleDescriptions":[{"id":15498,"schedule_id":17896,"description":"\u4e0a\u5468\u603b\u7ed3\uff1a\u5df2\u786e\u8ba4\u6211\u4eec\u6295\u5317\u6c14\u7684\u4e09\u5bb6\u6807\u4e66\u3002\u672c\u5468\u8ba1\u5212\uff1a\u8d70\u6295\u6807\u6d41\u7a0b\u3002","created_at":"2025-08-03 22:13:33","created_at_display":"08-03 22:13"}],"schedule_status":2,"complete_at_display":"","complete_at_display2":"","end_at_display":"08-01 18:00","end_at_display2":"","is_overdue":true,"start_at_display":"","can_report":true,"can_update":true}],"is_only_cp":false,"remain_display":15,"progress_remain_display":15,"forecast_remain_display":15,"projectProductTotalAmount":195205.34,"projectProductAllAmount":true,"projectProductTotalCost":148000,"projectProductAllCost":true,"projectProductTotalNumber":107,"unissued_invoice":195205.34,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":false,"can_payment":false,"duration_display":105,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"19.52\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3906,"client_id":3378,"project_status":3,"project_progress":6,"budget":"184000","profit_pct":"27.07","bargain_date":"2025-07-11","description":"","created_by":1004,"created_at":"2025-07-08 13:19:19","updated_at":"2025-07-18 15:52:10","engineer_id":"","project_title":"\u601d\u79d1N9K\u7eed\u4fdd\u9879\u76ee","collected":"0","status_updated_at":"2025-07-13 10:23:15.085575+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-07-08 13:19:19.068132+08","forecast_updated_at":"2025-07-08 13:19:19.068132+08","end_at":"","pinyin_shortcut":"skN9Kxbxm","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":937,"is_sales_order_ready":true,"collected_plan":184000,"change_status_to":"","is_verify":false,"profits":"49808.800000000000000000","remain":"30 days 07:54:44.400405","progress_remain":"35 days 04:58:40.417848","forecast_remain":"35 days 04:58:40.417848","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"35 days 04:58:40.417848","issued_invoices":"","client":{"id":3378,"key":3378,"name":"\u5317\u4eac\u4e16\u7eaa\u98de\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{},"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":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":4,"product_type_id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 ","budget":"184000","pct":"27.07","profit":"49808.8","project_id":3906}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":4026,"from_project":3906,"payment_collection_remind_ahead":"1 day","serial_no":"TSKJ20250702-YJC-01","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"0","contractScans":[{"id":35804,"object_type":105,"object_id":4026,"attachment_id":26794,"attachment":{"id":26794,"key":26794,"name":"6cab0ce2-eeb5-37a5-9131-017299c77281","extension":"pdf","path":"\/vue\/attachment\/preview\/6cab0ce2-eeb5-37a5-9131-017299c77281\/\u4e16\u7eaa\u98de\u8baf \uffe5184000.pdf","orig_name":"\u4e16\u7eaa\u98de\u8baf \uffe5184000.pdf"}}],"receiptScans":[{"id":35934,"object_type":106,"object_id":4026,"attachment_id":27000,"attachment":{"id":27000,"key":27000,"name":"3d8dd106-0aa9-3a02-96a3-94f087439f0b","extension":"pdf","path":"\/vue\/attachment\/preview\/3d8dd106-0aa9-3a02-96a3-94f087439f0b\/7\u62d3\u5b9e\u7b7e\u6536\u5355\u5df2\u76d6\u7ae0.pdf","orig_name":"7\u62d3\u5b9e\u7b7e\u6536\u5355\u5df2\u76d6\u7ae0.pdf"}}],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":2498,"key":2498,"contract_id":4026,"name":"2025-08-08","value":"128800","overdue_days":"","pct":70,"collect_status":"\u903e\u671f4\u5929"},{"id":2499,"key":2499,"contract_id":4026,"name":"2025-12-31","value":"55200","overdue_days":"","pct":30,"collect_status":""}],"salesContractPaymentCollectionRemindReceivers":[{"id":8674,"user_id":1004,"key":1004,"contract_id":4026,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":8675,"user_id":5388,"key":5388,"contract_id":4026,"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":2965,"contract_id":4026,"supplier_id":660,"purchase_id":4031,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":4031,"key":4031,"serial_no":"SLKX20250714001"}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":10311,"project_id":3906,"product_id":1755,"amount":"7000.00","number":2,"cost":"1537.00","description":"","supplier_id":660,"hardware_from":"2025-12-26","software_from":"","maintenance_from":"","hardware_to":"2026-12-25","software_to":"","maintenance_to":"","total_amount":"14000","total_cost":"3074","erp_sales_order_product_id":1757,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1755,"name":"CON-SNT-UCSC48S","product_type":4,"product_component":47,"product_brand":3,"product_serie":1484,"product_misc":"","product_qa":"","pn":"","description":"UCS-EP-MDS9148S-1 SNTC 8X5XNBD","created_by":1013,"created_at":"2024-08-21 14:15:51","updated_at":"2024-08-21 14:15:51","pinyin_shortcut":"CONSNTUCSC48S","product_unit":2,"is_renew":true,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":47,"key":47,"name":"\u7f51\u7edc\u8bbe\u5907\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":1484,"key":1484,"name":"\u601d\u79d1MDS9148S\u4ea4\u6362\u673a\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1757,"erp_sales_order_id":1539,"erp_store_id":"","product_id":1755,"description":"","number":"2","outbound":"0","amount":"7000.00","total_amount":"14000","last_number":"","last_amount":"","last_total_amount":"","cost":"1537.00","total_cost":"3074","supplier_id":660,"hardware_from":"2025-12-26","software_from":"","maintenance_from":"","hardware_to":"2026-12-25","software_to":"","maintenance_to":""}},{"id":10312,"project_id":3906,"product_id":1307,"amount":"55000.00","number":2,"cost":"41305","description":"","supplier_id":660,"hardware_from":"2025-06-09","software_from":"","maintenance_from":"","hardware_to":"2026-06-08","software_to":"","maintenance_to":"","total_amount":"110000","total_cost":"82610.00","erp_sales_order_product_id":1758,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1307,"name":"CON-SNT-N9504B1","product_type":4,"product_component":47,"product_brand":3,"product_serie":985,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2024-01-23 17:17:51","updated_at":"2024-01-23 17:17:51","pinyin_shortcut":"CONSNTN9504B1","product_unit":8,"is_renew":false,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":47,"key":47,"name":"\u7f51\u7edc\u8bbe\u5907\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":985,"key":985,"name":"\u601d\u79d1N9K-C9504-B1\u4ea4\u6362\u673a\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1758,"erp_sales_order_id":1539,"erp_store_id":"","product_id":1307,"description":"","number":"2","outbound":"0","amount":"55000.00","total_amount":"110000","last_number":"","last_amount":"","last_total_amount":"","cost":"41305","total_cost":"82610.00","supplier_id":660,"hardware_from":"2025-06-09","software_from":"","maintenance_from":"","hardware_to":"2026-06-08","software_to":"","maintenance_to":""}},{"id":10313,"project_id":3906,"product_id":1756,"amount":"15000.00","number":4,"cost":"9210","description":"","supplier_id":660,"hardware_from":"2025-06-06","software_from":"","maintenance_from":"","hardware_to":"2026-06-05","software_to":"","maintenance_to":"","total_amount":"60000","total_cost":"36840.00","erp_sales_order_product_id":1759,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1756,"name":"CON-SNT-3172TQXL","product_type":4,"product_component":47,"product_brand":3,"product_serie":1485,"product_misc":"","product_qa":"","pn":"","description":"N3K-C3172TQ-XL SNTC 8X5XNBD\u4e00\u5e74","created_by":1013,"created_at":"2024-08-21 14:18:41","updated_at":"2024-08-21 14:18:41","pinyin_shortcut":"CONSNT3172TQXL","product_unit":2,"is_renew":true,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":47,"key":47,"name":"\u7f51\u7edc\u8bbe\u5907\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":1485,"key":1485,"name":"\u601d\u79d1N3K-C3172TQ-XL\u8def\u7531\u5668\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1759,"erp_sales_order_id":1539,"erp_store_id":"","product_id":1756,"description":"","number":"4","outbound":"0","amount":"15000.00","total_amount":"60000","last_number":"","last_amount":"","last_total_amount":"","cost":"9210","total_cost":"36840.00","supplier_id":660,"hardware_from":"2025-06-06","software_from":"","maintenance_from":"","hardware_to":"2026-06-05","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3906,"comment":2},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1539,"serial_no":"XSDD-20250718-00001","from_date":"","wrote_date":"2025-07-11","handler":1004,"client_id":3378,"purchase_contract_id":"","project_id":3906,"sales_contract_id":4026,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-07-13 10:23:15","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"8","amount":"184000","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-07-13 10:23:15","updated_at":"2025-07-13 10:23:15"},"projectUsedClient":{"id":152,"project_id":3906,"used_client":5,"budget":"184000","profit":"55200","profit_pct":"30","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"projectUsedClientPaymentCollectionRemindReceivers":[],"projectUsedClientPaymentCollectionRemindDates":[],"projectUsedClientPayments":[],"projectUsedClientInvoices":[],"invoiced":0,"collected":0,"un_invoiced":184000,"un_collected":184000,"remind_ahead_display":"\u4e0d\u63d0\u9192","project_used_client_collected_plan":0,"project_used_client_collected_plan_pct":0},"schedules":[],"is_only_cp":false,"remain_display":30,"progress_remain_display":35,"forecast_remain_display":35,"projectProductTotalAmount":184000,"projectProductAllAmount":true,"projectProductTotalCost":122524,"projectProductAllCost":true,"projectProductTotalNumber":8,"unissued_invoice":184000,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":false,"can_payment":false,"duration_display":35,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"18.4\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3874,"client_id":3377,"project_status":3,"project_progress":9,"budget":"228000","profit_pct":"13.69","bargain_date":"2025-06-27","description":"","created_by":1004,"created_at":"2025-05-29 14:04:22","updated_at":"2025-08-12 14:23:45","engineer_id":"","project_title":"ZStack\u4e91\u4ea7\u54c1\uff08\u7518\u674e\u836f\u4e1a\uff09\u91c7\u8d2d\u9879\u76ee","collected":"0","status_updated_at":"2025-07-08 13:11:56.995814+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-07-02 10:01:31.349754+08","forecast_updated_at":"2025-05-29 14:04:22.219435+08","end_at":"","pinyin_shortcut":"ZStackycpglyycgxm","creator":1004,"used_client":"","from_contact":"","total_contact_point":"27700","paid_contact_point":"","project_product_version_id":933,"is_sales_order_ready":true,"collected_plan":228000,"change_status_to":"","is_verify":false,"profits":"31213.200000000000000000","remain":"35 days 05:06:02.490166","progress_remain":"41 days 08:16:28.136226","forecast_remain":"75 days 04:13:37.266545","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"75 days 04:13:37.266545","issued_invoices":"228000.00","client":{"id":3377,"key":3377,"name":"\u5317\u4eac\u5a01\u53d1\u65b0\u4e16\u7eaa\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{},"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":88,"product_type_id":88,"key":88,"name":"\u79c1\u6709\u4e91","budget":"228000.00","pct":"13.69","profit":"31213.2","project_id":3874}],"salesForecast":{"id":232,"key":232,"name":"\u5382\u5546\u8fc7\u5355","description":"\u4fdd\u63015%\u57fa\u672c\u5229\u6da6\u7387\uff0c\u5e2e\u52a9\u5382\u5546\u4ea4\u4ed8\u9879\u76ee\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":4016,"from_project":3874,"payment_collection_remind_ahead":"1 day","serial_no":"2025\/BJ262\/BJBJ2025-1191","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"0","contractScans":[{"id":35849,"object_type":105,"object_id":4016,"attachment_id":26741,"attachment":{"id":26741,"key":26741,"name":"70369e3b-7650-3f1a-b608-ca3554a06930","extension":"pdf","path":"\/vue\/attachment\/preview\/70369e3b-7650-3f1a-b608-ca3554a06930\/\u5a01\u53d1-\uffe5228000.pdf","orig_name":"\u5a01\u53d1-\uffe5228000.pdf"}}],"receiptScans":[{"id":36018,"object_type":106,"object_id":4016,"attachment_id":27072,"attachment":{"id":27072,"key":27072,"name":"15378cb0-d4e6-3f6a-8836-6a99b50fe7c4","extension":"pdf","path":"\/vue\/attachment\/preview\/15378cb0-d4e6-3f6a-8836-6a99b50fe7c4\/2025_07_24_10_00_48.pdf","orig_name":"2025_07_24_10_00_48.pdf"}}],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[{"id":2097,"key":2097,"contract_id":4016,"value":"228000.00","attachment_id":"","from_date":"2025-07-18","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2487,"key":2487,"contract_id":4016,"name":"2025-09-30","value":"228000","overdue_days":"","pct":100,"collect_status":""}],"salesContractPaymentCollectionRemindReceivers":[{"id":8686,"user_id":1004,"key":1004,"contract_id":4016,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}}],"salesSupplierRels":[{"id":2973,"contract_id":4016,"supplier_id":68,"purchase_id":4017,"supplier":{"id":68,"key":68,"name":"\u82f1\u8fc8\u7535\u5b50\u5546\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"purchase":{"id":4017,"key":4017,"serial_no":"Zstack-BJ7067-20250528"}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":10332,"project_id":3874,"product_id":965,"amount":"4500.00","number":8,"cost":"3750.00","description":"","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":"","total_amount":"36000","total_cost":"30000","erp_sales_order_product_id":1748,"supplier":{"id":68,"key":68,"name":"\u82f1\u8fc8\u7535\u5b50\u5546\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":965,"name":"ZStack Cloud \u4e91\u5e73\u53f0 V4.0 \u4f01\u4e1a\u7248(\u6c38\u4e45\u8bb8\u53ef)","product_type":7,"product_component":53,"product_brand":138,"product_serie":1262,"product_misc":"","product_qa":"","pn":"","description":"ZStack Cloud \u4e91\u5e73\u53f0\u4f01\u4e1a\u7248:1\u3001 \u914d\u7f6e\u670d\u52a1\u5668\u865a\u62df\u5316:\u5c06\u7269\u7406\u670d\u52a1\u5668 CPU\u3001\u5185\u5b58\u7b49\u8fdb\u884c\u865a\u62df\u5316\u6c60\u5316,\u4e3a\u4e0a \u5c42\u5e94\u7528\u5f39\u6027\u8ba1\u7b97\u8d44\u6e90\u670d\u52a1,\u652f\u6301\u4e1a \u5185\u6240\u6709\u4e3b\u6d41 X86 \u670d\u52a1\u5668\u578b\u53f7,\u652f\u6301 \u7ba1\u7406\u8282\u70b9\u9ad8\u53ef\u7528\u548c\u865a\u62df\u673a\u9ad8\u53ef\u7528\u3001 \u4e91\u4e3b\u673a\u5feb\u7167\u7b49\u5168\u90e8\u529f\u80fd;2\u3001\u914d\u7f6e\u5b58 \u50a8\u865a\u62df\u5316\u5bf9\u63a5\u6a21\u5757:\u652f\u6301\u5bf9\u63a5\u7ba1\u7406 \u591a\u79cd\u5b58\u50a8\u7c7b\u578b,\u5305\u62ec\u672c\u5730\u5b58\u50a8\u3001\u96c6 \u4e2d\u5b58\u50a8(NFS\/iSCSI\/FC)\u3001\u5206\u5e03\u5f0f \u5b58\u50a8\u7b49,\u4e3a\u4e91\u4e3b\u673a\u63d0\u4f9b\u5757\u5b58\u50a8\u670d \u52a1;3\u3001\u914d\u7f6e\u4e91\u76d8\u7ba1\u7406\u529f\u80fd:\u652f\u6301\u4e91\u76d8 QoS \u529f\u80fd,\u652f\u6301\u5171\u4eab\u4e91\u76d8\u529f\u80fd, \u652f\u6301\u5728\u7ebf\u4e91\u76d8\u6269\u5bb9\u529f\u80fd,\u652f\u6301\u4e91\u76d8 \u5feb\u7167\u3001\u514b\u9686\u3001\u521b\u5efa\u955c\u50cf\u529f\u80fd;4\u3001\u914d \u7f6e\u9ad8\u7ea7\u7f51\u7edc\u865a\u62df\u5316\u8f6f\u4ef6\u6a21\u5757:\u652f\u6301 \u5206\u5e03\u5f0f\u6241\u5e73\u7f51\u7edc\u6a21\u578b,\u63d0\u4f9b\u5206\u5e03\u5f0f DHCP \u670d\u52a1,\u6d88\u9664\u7f51\u7edc\u6027\u80fd\u74f6\u9888\u53ca\u5355 \u70b9\u6545\u969c,\u652f\u6301 VPC \u7f51\u7edc\u6a21\u578b,\u652f\u6301 SR-IOV\u3001\u667a\u80fd\u7f51\u5361\u7b49\u9ad8\u6027\u80fd\u7f51\u5361\u529f \u80fd,\u63d0\u4f9b\u4e0d\u53d7\u6570\u91cf\u9650\u5236\u7684\u5f39\u6027 IP\u3001 \u865a\u62df\u8def\u7531\u5668\u3001\u865a\u62df\u9632\u706b\u5899\u3001\u865a\u62df\u5b89 \u5168\u7ec4\u3001\u865a\u62df\u8d1f\u8f7d\u5747\u8861,\u652f\u6301 OSPF \u52a8 \u6001\u8def\u7531\u534f\u8bae\u3001SNAT \u7f51\u7edc\u670d\u52a1\u3001\u7ec4\u64ad \u8def\u7531\u3001\u7aef\u53e3\u8f6c\u53d1\u3001NetFlow \u7b49\u9ad8\u7ea7 \u7f51\u7edc\u529f\u80fd;\u652f\u6301\u4e8c\u5c42\u7f51\u7edc\u9694\u79bb\u529f \u80fd:\u652f\u6301 noVLAN\u3001VLAN\u3001Vxlan,\u652f \u6301\u7f51\u7edc\u4e1c\u897f\u5411\u3001\u5357\u5317\u5411 QoS \u529f\u80fd; \u652f\u6301\u786c\u4ef6 Vxlan \u5bf9\u63a5\u6dfb\u52a0 SDN \u63a7\u5236 \u5668,\u652f\u6301\u914d\u7f6e\u57fa\u4e8e TCP\/UDP \u7aef\u53e3\u7684 \u4e09\u5c42\u5b89\u5168\u7b56\u7565\u9694\u79bb;5\u3001\u914d\u7f6e\u4e91\u5e73\u53f0 \u4f01\u4e1a\u7ea7\u529f\u80fd\u6a21\u5757:\u652f\u6301\u6240\u6709\u4e3b\u6d41 GPU \u8bbe\u5907\u900f\u4f20\u548c\u865a\u62df\u5316\u529f\u80fd;\u652f\u6301 \u4e91\u4e3b\u673a\u5f39\u6027\u4f38\u7f29\u7ba1\u7406\u529f\u80fd;\u652f\u6301\u5927 \u5c4f\u76d1\u63a7\u529f\u80fd;\u652f\u6301\u8ba1\u91cf\u8ba1\u8d39\u529f\u80fd; \u652f\u6301 VDI \u534f\u8bae;6\u3001\u914d\u7f6e\u5e73\u53f0\u76d1\u63a7\u7ba1 \u7406\u6a21\u5757,\u63d0\u4f9b\u7269\u7406\u673a\u3001\u865a\u62df\u673a\u8d44\u6e90 \u8fd0\u884c\u72b6\u6001\u53ca\u5173\u952e\u6307\u6807(\u5982 CPU\u3001\u5185 \u5b58\u3001\u7f51\u5361\u3001\u78c1\u76d8\u7b49\u8d44\u6e90)\u7528\u91cf\u5c55\u793a \u548c\u53d1\u5e03\u529f\u80fd\u3002;","created_by":1013,"created_at":"2023-08-04 15:34:05","updated_at":"2024-03-22 17:15:10","pinyin_shortcut":"ZStackCloudyptV40qybyjxk","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":53,"key":53,"name":"\u4e91\u5e73\u53f0\u7ba1\u7406\u8f6f\u4ef6"},"productBrand":{"id":138,"key":138,"name":"ZStack"},"productSerie":{"id":1262,"key":1262,"name":"ZStack Cloud \u4e91\u5e73\u53f0 V4.0"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1748,"erp_sales_order_id":1534,"erp_store_id":"","product_id":965,"description":"","number":"8","outbound":"0","amount":"4500.00","total_amount":"36000","last_number":"","last_amount":"","last_total_amount":"","cost":"3750.00","total_cost":"30000","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":""}},{"id":10333,"project_id":3874,"product_id":968,"amount":"500.00","number":192,"cost":"297.00","description":"","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":"","total_amount":"96000","total_cost":"57024","erp_sales_order_product_id":1749,"supplier":{"id":68,"key":68,"name":"\u82f1\u8fc8\u7535\u5b50\u5546\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":968,"name":"ZStack \u5206\u5e03\u5f0f\u5b58\u50a8V3.0 \u65d7\u8230\u7248","product_type":7,"product_component":65,"product_brand":138,"product_serie":606,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-04 15:41:52","updated_at":"2024-03-06 13:59:26","pinyin_shortcut":"ZStackfbsccV30qjb","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":65,"key":65,"name":"\u5206\u5e03\u5f0f\u5b58\u50a8\u8f6f\u4ef6"},"productBrand":{"id":138,"key":138,"name":"ZStack"},"productSerie":{"id":606,"key":606,"name":"ZStack \u5206\u5e03\u5f0f\u5b58\u50a8V3.0 \u65d7\u8230\u7248"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1749,"erp_sales_order_id":1534,"erp_store_id":"","product_id":968,"description":"","number":"192","outbound":"0","amount":"500.00","total_amount":"96000","last_number":"","last_amount":"","last_total_amount":"","cost":"297.00","total_cost":"57024","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":""}},{"id":10334,"project_id":3874,"product_id":2034,"amount":"64000.00","number":1,"cost":"40000.00","description":"","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":"","total_amount":"64000","total_cost":"40000","erp_sales_order_product_id":1750,"supplier":{"id":68,"key":68,"name":"\u82f1\u8fc8\u7535\u5b50\u5546\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":2034,"name":"ZStack CMP\u591a\u4e91\u7ba1\u7406\u5e73\u53f0V4.0(\u9ad8\u7ea7\u7248 (\u6c38\u4e45\u8bb8\u53ef))","product_type":7,"product_component":53,"product_brand":138,"product_serie":1262,"product_misc":"","product_qa":"","pn":"","description":"\u652f\u6301\u540c\u65f6\u7eb3\u7ba1\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e ZStack CMP \u652f\u6301\u7684\u6240\u6709\u4e91\u5e73\u53f0, \u5e76\u5305\u542b\u9996\u5e74 7*24 \u7ef4\u4fdd\u3002","created_by":1013,"created_at":"2025-07-08 14:58:07","updated_at":"2025-07-08 14:58:07","pinyin_shortcut":"ZStackCMPdyglptV40gjbyjxk","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":53,"key":53,"name":"\u4e91\u5e73\u53f0\u7ba1\u7406\u8f6f\u4ef6"},"productBrand":{"id":138,"key":138,"name":"ZStack"},"productSerie":{"id":1262,"key":1262,"name":"ZStack Cloud \u4e91\u5e73\u53f0 V4.0"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1750,"erp_sales_order_id":1534,"erp_store_id":"","product_id":2034,"description":"","number":"1","outbound":"0","amount":"64000.00","total_amount":"64000","last_number":"","last_amount":"","last_total_amount":"","cost":"40000.00","total_cost":"40000","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":""}},{"id":10336,"project_id":3874,"product_id":2035,"amount":"6000.00","number":2,"cost":"5000.00","description":"","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":"","total_amount":"12000","total_cost":"10000","erp_sales_order_product_id":1752,"supplier":{"id":68,"key":68,"name":"\u82f1\u8fc8\u7535\u5b50\u5546\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":2035,"name":"\u9879\u76ee\u5b9e\u65bd\u670d\u52a1\uff08\u8f6f\u4ef6\u5b9e\u65bd\uff09","product_type":19,"product_component":151,"product_brand":138,"product_serie":1009,"product_misc":"","product_qa":"","pn":"","description":"\u670d\u52a1\u5185\u5bb9:\u8d1f\u8d23 ZStack Cloud \u8f6f \u4ef6\u5728\u7532\u65b9\u5df2\u4e0a\u67b6\u670d\u52a1\u5668\u4e0a\u7684\u5b89\u88c5\u90e8 \u7f72,\u57fa\u7840\u529f\u80fd\u57f9\u8bad\u3002","created_by":1013,"created_at":"2025-07-08 14:59:11","updated_at":"2025-07-08 14:59:11","pinyin_shortcut":"xmssfwrjss","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":138,"key":138,"name":"ZStack"},"productSerie":{"id":1009,"key":1009,"name":"\u6280\u672f\u652f\u6301\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1752,"erp_sales_order_id":1534,"erp_store_id":"","product_id":2035,"description":"","number":"2","outbound":"0","amount":"6000.00","total_amount":"12000","last_number":"","last_amount":"","last_total_amount":"","cost":"5000.00","total_cost":"10000","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":""}},{"id":10335,"project_id":3874,"product_id":2033,"amount":"20000.00","number":1,"cost":"13246.00","description":"","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":"","total_amount":"20000","total_cost":"13246","erp_sales_order_product_id":1751,"supplier":{"id":68,"key":68,"name":"\u82f1\u8fc8\u7535\u5b50\u5546\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":2033,"name":"ZStack Cloud\u4e91\u5e73\u53f0V4.0(\u79df\u6237\u7ba1\u7406\u6a21\u5757)","product_type":7,"product_component":53,"product_brand":138,"product_serie":1262,"product_misc":"","product_qa":"","pn":"","description":"ZStack Cloud \u4e91\u5e73\u53f0\u9ad8\u7ea7\u6a21\u5757- \u79df\u6237\u7ba1\u7406\u6a21\u5757:1\u3001\u63d0\u4f9b\u4e91\u5e73\u53f0\u79df\u6237 \u7ba1\u7406\u80fd\u529b,\u53ef\u4ee5\u9488\u5bf9\u7528\u6237\u8d4b\u4e88\u89d2\u8272 \u6743\u9650,\u652f\u6301\u57fa\u4e8e\u8d44\u6e90\u7684\u56fe\u5f62\u754c\u9762\u6743 \u9650\u7ba1\u63a7,\u7ba1\u63a7\u7c92\u5ea6\u53ef\u8fbe\u9875\u9762\u548c\u6309\u94ae;2\u3001\u63d0\u4f9b\u7ec4\u7ec7\u67b6\u6784\u7ba1\u7406,\u901a\u8fc7\u7ec4\u7ec7\u67b6 \u6784\u7684\u5212\u5206,\u63d0\u4f9b\u548c\u884c\u653f\u90e8\u95e8\u4e00\u6837\u7684 \u7ba1\u7406\u6548\u679c,\u6700\u5927\u7a0b\u5ea6\u4e0a\u51cf\u8f7b\u7ba1\u7406\u7684 \u6210\u672c,\u652f\u6301\u81ea\u5b9a\u4e49\u7ec4\u7ec7\u67b6\u6784\u5e76\u4ee5\u7ec4 \u7ec7\u67b6\u6784\u6811\u7684\u65b9\u5f0f\u5448\u73b0,\u7075\u6d3b\u5339\u914d\u7ec4 \u7ec7\u7ba1\u7406\u9700\u6c42;3\u3001\u652f\u6301\u5de5\u5355\u5ba1\u6279,\u6210 \u5458\u901a\u8fc7\u5de5\u5355\u7533\u8bf7\u4e91\u4e3b\u673a,\u7ba1\u7406\u5458\u5ba1 \u6279\u901a\u8fc7\u540e\u81ea\u52a8\u5f00\u901a\u4e91\u4e3b\u673a\u5e76\u4ea4\u4ed8\u7ed9 \u6210\u5458,\u652f\u6301\u5ba1\u6279\u8fc7\u7a0b\u6d41\u7a0b\u7684\u81ea\u5b9a\u4e49, \u6ee1\u8db3\u591a\u7ea7\u5ba1\u6279\u7684\u9700\u6c42;4\u3001\u652f\u6301\u5206\u89e3 \u8d85\u7ea7\u7ba1\u7406\u5458\u7684\u8d85\u7ea7\u6743\u9650,\u5e73\u53f0\u7684\u8d44 \u6e90\u7ba1\u7406\u3001\u6743\u9650\u7ba1\u7406\u3001\u5ba1\u8ba1\u7ba1\u7406\u5206\u522b \u7531\u4e0d\u540c\u7ba1\u7406\u5458\u8d1f\u8d23\u3002","created_by":1013,"created_at":"2025-07-08 14:56:32","updated_at":"2025-07-08 14:56:32","pinyin_shortcut":"ZStackCloudyptV40zhglmk","product_unit":2,"is_renew":false,"productType":{"id":7,"key":7,"name":"\u8f6f\u4ef6"},"productComponent":{"id":53,"key":53,"name":"\u4e91\u5e73\u53f0\u7ba1\u7406\u8f6f\u4ef6"},"productBrand":{"id":138,"key":138,"name":"ZStack"},"productSerie":{"id":1262,"key":1262,"name":"ZStack Cloud \u4e91\u5e73\u53f0 V4.0"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1751,"erp_sales_order_id":1534,"erp_store_id":"","product_id":2033,"description":"","number":"1","outbound":"0","amount":"20000.00","total_amount":"20000","last_number":"","last_amount":"","last_total_amount":"","cost":"13246.00","total_cost":"13246","supplier_id":68,"hardware_from":"","software_from":"2025-07-10","maintenance_from":"","hardware_to":"","software_to":"2026-07-10","maintenance_to":""}}],"commentCount":{"object_id":3874,"comment":2},"unreadComments":{},"fromContact":"","projectContactPoints":[{"id":1087,"project_id":3874,"contact_id":4137,"point":"27700.00","paid_point":"","contact":{"id":4137,"key":4137,"name":"\u9a6c\u6653\u5149","client_id":"","supplier_id":479,"client":{},"supplier":{"id":479,"key":479,"name":"\u4e0a\u6d77\u4e91\u8f74\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8"}},"projectContactPointRels":[],"status_display":"\u672a\u6838\u9500"}],"erpSalesOrder":{"id":1534,"serial_no":"XSDD-20250722-00001","from_date":"","wrote_date":"2025-06-27","handler":1004,"client_id":3377,"purchase_contract_id":"","project_id":3874,"sales_contract_id":4016,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-07-08 13:11:57","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"204","amount":"228000","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-07-08 13:11:57","updated_at":"2025-07-08 13:11:57"},"projectUsedClient":{"id":136,"project_id":3874,"used_client":"","budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{},"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":""},"schedules":[],"is_only_cp":false,"remain_display":35,"progress_remain_display":41,"forecast_remain_display":75,"projectProductTotalAmount":228000,"projectProductAllAmount":true,"projectProductTotalCost":150270,"projectProductAllCost":true,"projectProductTotalNumber":204,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":false,"can_payment":false,"duration_display":75,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"22.8\u4e07","contact_points_status_display":"\u672a\u6838\u9500","verify_display":0},{"id":3873,"client_id":48,"project_status":3,"project_progress":9,"budget":"62075.1","profit_pct":"30","bargain_date":"2025-06-24","description":"","created_by":1004,"created_at":"2025-05-29 14:02:17","updated_at":"2025-07-31 13:51:25","engineer_id":"","project_title":"2025\u5e74\u6570\u636e\u4e2d\u5fc3\u7ef4\u4fdd","collected":"62075.1","status_updated_at":"2025-06-24 17:49:25.334992+08","success_rate":"","comment":"","contract_type":2,"progress_updated_at":"2025-06-24 17:48:20.531314+08","forecast_updated_at":"2025-06-24 17:48:20.531314+08","end_at":"2025-06-30 09:50:54","pinyin_shortcut":"2025nsjzxwb","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":921,"is_sales_order_ready":true,"collected_plan":62075.1,"change_status_to":"","is_verify":false,"profits":"18622.5300000000000000","remain":"49 days 00:28:34.150988","progress_remain":"49 days 00:29:38.954666","forecast_remain":"49 days 00:29:38.954666","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"31 days 19:48:37.020672","issued_invoices":"62075.10","client":{"id":48,"key":48,"name":"\u4e2d\u90fd\u6570\u79d1\u4f9b\u5e94\u94fe\u7ba1\u7406\u6709\u9650\u516c\u53f8","logo":"","client_type":5,"client_class":47,"client_industry":8,"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\/1004.jpg"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":8,"key":8,"name":"\u7269\u6d41"}},"usedClient":{},"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":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":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"62075.10","pct":"30","profit":"18622.53","project_id":3873}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":{"project_id":3873,"points":"138"},"workLogCount":"","caseCount":{"project_id":3873,"count":5},"salesTimeCount":{},"implementTimeCount":{"project_id":3873,"sum":"4.15","times":"4"},"presalesTimeCount":{"project_id":3873,"sum":"0.966666666666667","times":"1"},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3873,"sum":"328.22"},"buildContract":{"id":3998,"from_project":3873,"payment_collection_remind_ahead":"1 day","serial_no":"TS-YJC-20250526-001","is_settle":false,"is_deliver":false,"is_outbound":false,"erp_settle_amount":"62075.1","contractScans":[{"id":35359,"object_type":105,"object_id":3998,"attachment_id":26540,"attachment":{"id":26540,"key":26540,"name":"f60f6e42-f01c-31e2-9913-9b08f0b63f0a","extension":"pdf","path":"\/vue\/attachment\/preview\/f60f6e42-f01c-31e2-9913-9b08f0b63f0a\/\u4e2d\u90fd\u6570\u79d1\u5408\u540c.pdf","orig_name":"\u4e2d\u90fd\u6570\u79d1\u5408\u540c.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":361,"serial_no":"SKD-20250630-00001","wrote_date":"2025-06-30","from_date":"","handler":1004,"user_id":"","client_id":48,"sales_contract_id":3998,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-06-30 09:50:54","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"62075.1","settle_amount":"62075.1","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2025-06-30 09:50:54","updated_at":"2025-06-30 09:50:54","paid_amount":""}],"salesContractPayments":[{"id":"1361","key":"1361","contract_id":3998,"value":"62075.1","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":2084,"key":2084,"contract_id":3998,"value":"62075.10","attachment_id":"","from_date":"2025-06-25","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2475,"key":2475,"contract_id":3998,"name":"2025-07-31","value":"62075.1","overdue_days":"","pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8583,"user_id":1004,"key":1004,"contract_id":3998,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}}],"salesSupplierRels":[{"id":2896,"contract_id":3998,"supplier_id":236,"purchase_id":4004,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":4004,"key":4004,"serial_no":"TSKJ20250630-HYF-002"}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":10071,"project_id":3873,"product_id":941,"amount":"21157.60","number":1,"cost":"0","description":"","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"2025-07-14","hardware_to":"","software_to":"","maintenance_to":"2026-07-13","total_amount":"21157.6","total_cost":"0","erp_sales_order_product_id":1730,"supplier":"","product":{"id":941,"name":"\u62d3\u5b9e\u4eba\u5de5\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":133,"product_serie":592,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:29:24","updated_at":"2023-08-11 16:02:47","pinyin_shortcut":"tsrgjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":133,"key":133,"name":"\u62d3\u5b9e"},"productSerie":{"id":592,"key":592,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1730,"erp_sales_order_id":1529,"erp_store_id":"","product_id":941,"description":"","number":"1","outbound":"0","amount":"21157.60","total_amount":"21157.6","last_number":"","last_amount":"","last_total_amount":"","cost":"0","total_cost":"0","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"2025-07-14","hardware_to":"","software_to":"","maintenance_to":"2026-07-13"}},{"id":10072,"project_id":3873,"product_id":1376,"amount":"5209.3","number":5,"cost":"1500.00","description":"","supplier_id":116,"hardware_from":"2025-08-08","software_from":"","maintenance_from":"","hardware_to":"2026-08-07","software_to":"","maintenance_to":"","total_amount":"26046.50","total_cost":"7500","erp_sales_order_product_id":1731,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"product":{"id":1376,"name":"CBSOMA11M","product_type":2,"product_component":13,"product_brand":4,"product_serie":1052,"product_misc":"","product_qa":"","pn":"","description":"\u8054\u60f3\u539f\u5382\u4e00\u5e745*9\u670d\u52a1","created_by":1001,"created_at":"2024-01-26 17:55:26","updated_at":"2024-01-26 17:55:26","pinyin_shortcut":"CBSOMA11M","product_unit":8,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":13,"key":13,"name":"\u670d\u52a1\u5668\u91d1\u724c\u670d\u52a1"},"productBrand":{"id":4,"key":4,"name":"\u8054\u60f3"},"productSerie":{"id":1052,"key":1052,"name":"SR650\u670d\u52a1\u5668\u4e00\u5e745*9\u539f\u5382\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1731,"erp_sales_order_id":1529,"erp_store_id":"","product_id":1376,"description":"","number":"5","outbound":"0","amount":"5209.3","total_amount":"26046.50","last_number":"","last_amount":"","last_total_amount":"","cost":"1500.00","total_cost":"7500","supplier_id":116,"hardware_from":"2025-08-08","software_from":"","maintenance_from":"","hardware_to":"2026-08-07","software_to":"","maintenance_to":""}},{"id":10073,"project_id":3873,"product_id":1663,"amount":"3960.00","number":1,"cost":"2714.00","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-25","maintenance_from":"","hardware_to":"","software_to":"2026-07-25","maintenance_to":"","total_amount":"3960","total_cost":"2714","erp_sales_order_product_id":1732,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1663,"name":"URL&\u5e94\u7528\u8bc6\u522b\u89c4\u5219\u5e93\u5347\u7ea7\uff08\u9002\u7528\u4e8eAC-1000-B1250\uff09","product_type":22,"product_component":208,"product_brand":12,"product_serie":1414,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2024-07-04 15:30:00","updated_at":"2024-07-04 15:30:00","pinyin_shortcut":"URLampyysbgzksjsyyAC1000B1250","product_unit":2,"is_renew":true,"productType":{"id":22,"key":22,"name":"\u670d\u52a1"},"productComponent":{"id":208,"key":208,"name":"\u4ea7\u54c1\u5347\u7ea7"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":1414,"key":1414,"name":"URL&\u5e94\u7528\u8bc6\u522b\u89c4\u5219\u5e93\u5347\u7ea7\uff08\u9002\u7528\u4e8eAC-1000-B1250\uff09"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1732,"erp_sales_order_id":1529,"erp_store_id":"","product_id":1663,"description":"","number":"1","outbound":"0","amount":"3960.00","total_amount":"3960","last_number":"","last_amount":"","last_total_amount":"","cost":"2714.00","total_cost":"2714","supplier_id":236,"hardware_from":"","software_from":"2025-07-25","maintenance_from":"","hardware_to":"","software_to":"2026-07-25","maintenance_to":""}},{"id":10074,"project_id":3873,"product_id":1664,"amount":"3111.00","number":1,"cost":"2261.00","description":"","supplier_id":236,"hardware_from":"2025-07-25","software_from":"","maintenance_from":"","hardware_to":"2026-07-25","software_to":"","maintenance_to":"","total_amount":"3111","total_cost":"2261","erp_sales_order_product_id":1733,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1664,"name":"\u6df1\u4fe1\u670d\u4ea7\u54c1\u8d28\u4fdd+\u8f6f\u4ef6\u5347\u7ea7\u670d\u52a1\uff08\u9002\u7528\u4e8eAC-1000-B1250\uff09","product_type":22,"product_component":189,"product_brand":12,"product_serie":1415,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2024-07-04 15:31:49","updated_at":"2024-07-04 15:31:49","pinyin_shortcut":"sxfcpzbrjsjfwsyyAC1000B1250","product_unit":2,"is_renew":true,"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":1415,"key":1415,"name":"\u6df1\u4fe1\u670d\u4ea7\u54c1\u8d28\u4fdd+\u8f6f\u4ef6\u5347\u7ea7\u670d\u52a1\uff08\u9002\u7528\u4e8eAC-1000-B1250\uff09"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1733,"erp_sales_order_id":1529,"erp_store_id":"","product_id":1664,"description":"","number":"1","outbound":"0","amount":"3111.00","total_amount":"3111","last_number":"","last_amount":"","last_total_amount":"","cost":"2261.00","total_cost":"2261","supplier_id":236,"hardware_from":"2025-07-25","software_from":"","maintenance_from":"","hardware_to":"2026-07-25","software_to":"","maintenance_to":""}},{"id":10075,"project_id":3873,"product_id":922,"amount":"7800.00","number":1,"cost":"5000.00","description":"","supplier_id":236,"hardware_from":"","software_from":"2025-07-25","maintenance_from":"","hardware_to":"","software_to":"2026-07-25","maintenance_to":"","total_amount":"7800","total_cost":"5000","erp_sales_order_product_id":1734,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":922,"name":"\u6df1\u4fe1\u670d\u7ec8\u7aef\u68c0\u6d4b\u54cd\u5e94\u5e73\u53f0EDR\u7eed\u4fdd\u670d\u52a1","product_type":22,"product_component":200,"product_brand":12,"product_serie":1024,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-05-08 12:11:04","updated_at":"2024-01-25 15:18:25","pinyin_shortcut":"sxfzdjcxyptEDRxbfw","product_unit":2,"is_renew":false,"productType":{"id":22,"key":22,"name":"\u670d\u52a1"},"productComponent":{"id":200,"key":200,"name":"\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":1024,"key":1024,"name":"\u6df1\u4fe1\u670d\u7ec8\u7aef\u68c0\u6d4b\u54cd\u5e94\u5e73\u53f0EDR\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1734,"erp_sales_order_id":1529,"erp_store_id":"","product_id":922,"description":"","number":"1","outbound":"0","amount":"7800.00","total_amount":"7800","last_number":"","last_amount":"","last_total_amount":"","cost":"5000.00","total_cost":"5000","supplier_id":236,"hardware_from":"","software_from":"2025-07-25","maintenance_from":"","hardware_to":"","software_to":"2026-07-25","maintenance_to":""}}],"commentCount":{"object_id":3873,"comment":4},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1529,"serial_no":"XSDD-20250630-00001","from_date":"","wrote_date":"2025-06-24","handler":1004,"client_id":48,"purchase_contract_id":"","project_id":3873,"sales_contract_id":3998,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-06-24 17:49:25","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":false,"number":"9","amount":"62075.1","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-06-24 17:49:25","updated_at":"2025-06-24 17:49:25"},"projectUsedClient":{"id":138,"project_id":3873,"used_client":"","budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{},"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":""},"schedules":[],"is_only_cp":false,"remain_display":49,"progress_remain_display":49,"forecast_remain_display":49,"projectProductTotalAmount":62075.1,"projectProductAllAmount":true,"projectProductTotalCost":17475,"projectProductAllCost":true,"projectProductTotalNumber":9,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":false,"can_payment":false,"duration_display":31,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"6.21\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3797,"client_id":3363,"project_status":3,"project_progress":9,"budget":"1955600","profit_pct":"49","bargain_date":"2025-05-09","description":"","created_by":1004,"created_at":"2025-03-09 21:10:14","updated_at":"2025-07-04 14:14:37","engineer_id":"","project_title":"2025\u5e74\u865a\u62df\u5316\u5e73\u53f0\u786c\u4ef6\u7eed\u4fdd\u9879\u76ee","collected":"247365","status_updated_at":"2025-05-19 16:15:38.063938+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-05-11 19:42:42.512105+08","forecast_updated_at":"2025-05-11 19:42:42.512105+08","end_at":"","pinyin_shortcut":"2025nxnhptyjxbxm","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"76000","paid_contact_point":"","project_product_version_id":862,"is_sales_order_ready":true,"collected_plan":1955600,"change_status_to":"","is_verify":false,"profits":"958244.000000000000","remain":"85 days 02:02:21.422042","progress_remain":"92 days 22:35:16.973875","forecast_remain":"92 days 22:35:16.973875","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"155 days 21:07:44.705353","issued_invoices":"247365.00","client":{"id":3363,"key":3363,"name":"\u5317\u4eac\u91d1\u7545\u900d\u8f6f\u4ef6\u670d\u52a1\u6709\u9650\u516c\u53f8(\u8fc7\u5355)","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"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":4,"product_type_id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 ","budget":"1955600.00","pct":"49","profit":"958244","project_id":3797}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3797,"sum":"598.00"},"buildContract":{"id":3915,"from_project":3797,"payment_collection_remind_ahead":"1 day","serial_no":"TSC-X-20250509","is_settle":false,"is_deliver":false,"is_outbound":false,"erp_settle_amount":"247365","contractScans":[{"id":34284,"object_type":105,"object_id":3915,"attachment_id":25691,"attachment":{"id":25691,"key":25691,"name":"a2ca9e8d-e630-34ff-8896-f5b5b19ab741","extension":"pdf","path":"\/vue\/attachment\/preview\/a2ca9e8d-e630-34ff-8896-f5b5b19ab741\/\u91d1\u7545\u900d-\u62d3\u5b9e\u5408\u540c.pdf","orig_name":"\u91d1\u7545\u900d-\u62d3\u5b9e\u5408\u540c.pdf"}},{"id":34285,"object_type":105,"object_id":3915,"attachment_id":25709,"attachment":{"id":25709,"key":25709,"name":"b41c4469-2285-3a04-b818-4489b6d9455d","extension":"pdf","path":"\/vue\/attachment\/preview\/b41c4469-2285-3a04-b818-4489b6d9455d\/\u91d1\u7545\u900d--\u795e\u5dde\u6570\u7801\u5408\u540c1958600.pdf","orig_name":"\u91d1\u7545\u900d--\u795e\u5dde\u6570\u7801\u5408\u540c1958600.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":359,"serial_no":"SKD-20250715-00001","wrote_date":"2025-07-15","from_date":"","handler":1004,"user_id":"","client_id":3363,"sales_contract_id":3915,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-07-15 11:29:04","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"247365","settle_amount":"247365","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2025-07-15 11:29:04","updated_at":"2025-07-15 11:29:04","paid_amount":""}],"salesContractPayments":[{"id":"1359","key":"1359","contract_id":3915,"value":"247365","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":12.65}],"salesContractInvoices":[{"id":2076,"key":2076,"contract_id":3915,"value":"247365.00","attachment_id":"","from_date":"2025-06-13","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2426,"key":2426,"contract_id":3915,"name":"2025-06-30","value":"248361.2","overdue_days":"","pct":12.7,"collect_status":"\u903e\u671f43\u5929"},{"id":2427,"key":2427,"contract_id":3915,"name":"2025-12-30","value":"1707238.8","overdue_days":"","pct":87.3,"collect_status":""}],"salesContractPaymentCollectionRemindReceivers":[{"id":8391,"user_id":5388,"key":5388,"contract_id":3915,"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"}}},{"id":8392,"user_id":1001,"key":1001,"contract_id":3915,"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":8393,"user_id":1004,"key":1004,"contract_id":3915,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}}],"salesSupplierRels":[{"id":2699,"contract_id":3915,"supplier_id":660,"purchase_id":3893,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3893,"key":3893,"serial_no":"SLKX20250509"}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":9568,"project_id":3797,"product_id":1547,"amount":"38900.00","number":2,"cost":"19856.00","description":"","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"77800","total_cost":"39712","erp_sales_order_product_id":1653,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1547,"name":"CON-SNT-SFI6454U","product_type":4,"product_component":47,"product_brand":3,"product_serie":1334,"product_misc":"","product_qa":"","pn":"","description":"SNTC-8X5XNBD UCS Fabric Interconnect 6454","created_by":1013,"created_at":"2024-04-10 10:37:56","updated_at":"2024-04-10 10:37:56","pinyin_shortcut":"CONSNTSFI6454U","product_unit":2,"is_renew":true,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":47,"key":47,"name":"\u7f51\u7edc\u8bbe\u5907\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":1334,"key":1334,"name":"\u601d\u79d1UCS-FI-6454-U\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1653,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1547,"description":"","number":"2","outbound":"0","amount":"38900.00","total_amount":"77800","last_number":"","last_amount":"","last_total_amount":"","cost":"19856.00","total_cost":"39712","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9569,"project_id":3797,"product_id":1589,"amount":"3840.00","number":2,"cost":"1669.00","description":"","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"7680","total_cost":"3338","erp_sales_order_product_id":1654,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1589,"name":"CON-SNT-6508AC2","product_type":2,"product_component":13,"product_brand":3,"product_serie":783,"product_misc":"","product_qa":"","pn":"","description":"SNTC-8X5XNBD UCS 5108 AC Chassis, updated backplane,SN","created_by":1013,"created_at":"2024-04-29 14:37:20","updated_at":"2024-04-29 14:37:20","pinyin_shortcut":"CONSNT6508AC2","product_unit":"","is_renew":true,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":13,"key":13,"name":"\u670d\u52a1\u5668\u91d1\u724c\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":783,"key":783,"name":"\u601d\u79d1 5108\u5200\u7bb1\u7eed\u4fdd\u670d\u52a1"},"productUnit":{}},"erpSalesOrderProduct":{"id":1654,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1589,"description":"","number":"2","outbound":"0","amount":"3840.00","total_amount":"7680","last_number":"","last_amount":"","last_total_amount":"","cost":"1669.00","total_cost":"3338","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9570,"project_id":3797,"product_id":1221,"amount":"3840.00","number":5,"cost":"2045.00","description":"","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"19200","total_cost":"10225","erp_sales_order_product_id":1655,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1221,"name":"CON-SNT-5108AC","product_type":2,"product_component":13,"product_brand":3,"product_serie":783,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2024-01-12 13:46:20","updated_at":"2024-01-12 13:46:20","pinyin_shortcut":"CONSNT5108AC","product_unit":8,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":13,"key":13,"name":"\u670d\u52a1\u5668\u91d1\u724c\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":783,"key":783,"name":"\u601d\u79d1 5108\u5200\u7bb1\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1655,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1221,"description":"","number":"5","outbound":"0","amount":"3840.00","total_amount":"19200","last_number":"","last_amount":"","last_total_amount":"","cost":"2045.00","total_cost":"10225","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9571,"project_id":3797,"product_id":1592,"amount":"3009.00","number":13,"cost":"2391.00","description":"","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"39117","total_cost":"31083","erp_sales_order_product_id":1656,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1592,"name":"CON-SNT-BB200M5U","product_type":2,"product_component":13,"product_brand":3,"product_serie":1361,"product_misc":"","product_qa":"","pn":"","description":"SNTC 8X5XNBD UCS B200 M5 Blade w\/o CPU, mem, HDD, mezz (UPG)","created_by":1013,"created_at":"2024-04-29 14:42:53","updated_at":"2024-04-29 14:42:53","pinyin_shortcut":"CONSNTBB200M5U","product_unit":2,"is_renew":true,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":13,"key":13,"name":"\u670d\u52a1\u5668\u91d1\u724c\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":1361,"key":1361,"name":"\u601d\u79d1B200M5\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1656,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1592,"description":"","number":"13","outbound":"0","amount":"3009.00","total_amount":"39117","last_number":"","last_amount":"","last_total_amount":"","cost":"2391.00","total_cost":"31083","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9572,"project_id":3797,"product_id":1592,"amount":"3000.00","number":34,"cost":"2385.00","description":"","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"102000","total_cost":"81090","erp_sales_order_product_id":1657,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1592,"name":"CON-SNT-BB200M5U","product_type":2,"product_component":13,"product_brand":3,"product_serie":1361,"product_misc":"","product_qa":"","pn":"","description":"SNTC 8X5XNBD UCS B200 M5 Blade w\/o CPU, mem, HDD, mezz (UPG)","created_by":1013,"created_at":"2024-04-29 14:42:53","updated_at":"2024-04-29 14:42:53","pinyin_shortcut":"CONSNTBB200M5U","product_unit":2,"is_renew":true,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":13,"key":13,"name":"\u670d\u52a1\u5668\u91d1\u724c\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":1361,"key":1361,"name":"\u601d\u79d1B200M5\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1657,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1592,"description":"","number":"34","outbound":"0","amount":"3000.00","total_amount":"102000","last_number":"","last_amount":"","last_total_amount":"","cost":"2385.00","total_cost":"81090","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9573,"project_id":3797,"product_id":1591,"amount":"1568.00","number":1,"cost":"3872.00","description":"","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"1568","total_cost":"3872","erp_sales_order_product_id":1658,"supplier":{"id":660,"key":660,"name":"\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1591,"name":"CON-SNT-SBB200M5","product_type":2,"product_component":13,"product_brand":3,"product_serie":1361,"product_misc":"","product_qa":"","pn":"","description":"SNTC 8X5XNBD UCS B200 M5 Blade w\/o CPU, mem, HDD, mezz","created_by":1013,"created_at":"2024-04-29 14:40:19","updated_at":"2024-04-29 14:40:19","pinyin_shortcut":"CONSNTSBB200M5","product_unit":2,"is_renew":true,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":13,"key":13,"name":"\u670d\u52a1\u5668\u91d1\u724c\u670d\u52a1"},"productBrand":{"id":3,"key":3,"name":"\u601d\u79d1"},"productSerie":{"id":1361,"key":1361,"name":"\u601d\u79d1B200M5\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1658,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1591,"description":"","number":"1","outbound":"0","amount":"1568.00","total_amount":"1568","last_number":"","last_amount":"","last_total_amount":"","cost":"3872.00","total_cost":"3872","supplier_id":660,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9574,"project_id":3797,"product_id":1598,"amount":"437280.00","number":1,"cost":"53776.00","description":"","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"437280","total_cost":"53776","erp_sales_order_product_id":1659,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"product":{"id":1598,"name":"NetApp FAS8200\u7eed\u4fdd\u670d\u52a1","product_type":3,"product_component":58,"product_brand":6,"product_serie":1362,"product_misc":"","product_qa":"","pn":"","description":"NetApp\u7eed\u4fdd\uff08\u5907\u4ef6\u652f\u6301\u6216\u66f4\u6362\uff09 ","created_by":1013,"created_at":"2024-04-29 14:52:51","updated_at":"2024-04-29 14:52:51","pinyin_shortcut":"NetAppFAS8200xbfw","product_unit":2,"is_renew":true,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":58,"key":58,"name":"\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":6,"key":6,"name":"NetAPP"},"productSerie":{"id":1362,"key":1362,"name":"NETAPP FAS8200A\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1659,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1598,"description":"","number":"1","outbound":"0","amount":"437280.00","total_amount":"437280","last_number":"","last_amount":"","last_total_amount":"","cost":"53776.00","total_cost":"53776","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9575,"project_id":3797,"product_id":1599,"amount":"296366.00","number":1,"cost":"153558.00","description":"","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"296366","total_cost":"153558","erp_sales_order_product_id":1660,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"product":{"id":1599,"name":"NetApp AFF A220\u7eed\u4fdd\u670d\u52a1","product_type":3,"product_component":58,"product_brand":6,"product_serie":1363,"product_misc":"","product_qa":"","pn":"","description":"NetApp\u7eed\u4fdd\uff08\u5907\u4ef6\u652f\u6301\u6216\u66f4\u6362\uff09 ","created_by":1013,"created_at":"2024-04-29 14:53:36","updated_at":"2024-04-29 14:53:36","pinyin_shortcut":"NetAppAFFA220xbfw","product_unit":2,"is_renew":true,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":58,"key":58,"name":"\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":6,"key":6,"name":"NetAPP"},"productSerie":{"id":1363,"key":1363,"name":"NETAPP AFF A220\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1660,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1599,"description":"","number":"1","outbound":"0","amount":"296366.00","total_amount":"296366","last_number":"","last_amount":"","last_total_amount":"","cost":"153558.00","total_cost":"153558","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9576,"project_id":3797,"product_id":1597,"amount":"117680.00","number":1,"cost":"109157.00","description":"","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"117680","total_cost":"109157","erp_sales_order_product_id":1661,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"product":{"id":1597,"name":"NetApp AFF A200\u7eed\u4fdd\u670d\u52a1","product_type":3,"product_component":58,"product_brand":6,"product_serie":1364,"product_misc":"","product_qa":"","pn":"","description":"NetApp\u7eed\u4fdd\uff08\u5907\u4ef6\u652f\u6301\u6216\u66f4\u6362\uff09 ","created_by":1013,"created_at":"2024-04-29 14:51:52","updated_at":"2024-04-29 14:51:52","pinyin_shortcut":"NetAppAFFA200xbfw","product_unit":2,"is_renew":true,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":58,"key":58,"name":"\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":6,"key":6,"name":"NetAPP"},"productSerie":{"id":1364,"key":1364,"name":"NETAPP AFF A200\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1661,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1597,"description":"","number":"1","outbound":"0","amount":"117680.00","total_amount":"117680","last_number":"","last_amount":"","last_total_amount":"","cost":"109157.00","total_cost":"109157","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9578,"project_id":3797,"product_id":1599,"amount":"250412.00","number":1,"cost":"157000.00","description":"","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"250412","total_cost":"157000","erp_sales_order_product_id":1663,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"product":{"id":1599,"name":"NetApp AFF A220\u7eed\u4fdd\u670d\u52a1","product_type":3,"product_component":58,"product_brand":6,"product_serie":1363,"product_misc":"","product_qa":"","pn":"","description":"NetApp\u7eed\u4fdd\uff08\u5907\u4ef6\u652f\u6301\u6216\u66f4\u6362\uff09 ","created_by":1013,"created_at":"2024-04-29 14:53:36","updated_at":"2024-04-29 14:53:36","pinyin_shortcut":"NetAppAFFA220xbfw","product_unit":2,"is_renew":true,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":58,"key":58,"name":"\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":6,"key":6,"name":"NetAPP"},"productSerie":{"id":1363,"key":1363,"name":"NETAPP AFF A220\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1663,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1599,"description":"","number":"1","outbound":"0","amount":"250412.00","total_amount":"250412","last_number":"","last_amount":"","last_total_amount":"","cost":"157000.00","total_cost":"157000","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9577,"project_id":3797,"product_id":1598,"amount":"606497.00","number":1,"cost":"53776.00","description":"","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"606497","total_cost":"53776","erp_sales_order_product_id":1662,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"product":{"id":1598,"name":"NetApp FAS8200\u7eed\u4fdd\u670d\u52a1","product_type":3,"product_component":58,"product_brand":6,"product_serie":1362,"product_misc":"","product_qa":"","pn":"","description":"NetApp\u7eed\u4fdd\uff08\u5907\u4ef6\u652f\u6301\u6216\u66f4\u6362\uff09 ","created_by":1013,"created_at":"2024-04-29 14:52:51","updated_at":"2024-04-29 14:52:51","pinyin_shortcut":"NetAppFAS8200xbfw","product_unit":2,"is_renew":true,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":58,"key":58,"name":"\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":6,"key":6,"name":"NetAPP"},"productSerie":{"id":1362,"key":1362,"name":"NETAPP FAS8200A\u7eed\u4fdd\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1662,"erp_sales_order_id":1498,"erp_store_id":"","product_id":1598,"description":"","number":"1","outbound":"0","amount":"606497.00","total_amount":"606497","last_number":"","last_amount":"","last_total_amount":"","cost":"53776.00","total_cost":"53776","supplier_id":116,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3797,"comment":5},"unreadComments":{},"fromContact":"","projectContactPoints":[{"id":995,"project_id":3797,"contact_id":4612,"point":"76000.00","paid_point":"","contact":{"id":4612,"key":4612,"name":"\u738b\u745e\u5f6c","client_id":2091,"supplier_id":"","client":{"id":2091,"key":2091,"name":"\u795e\u5dde\u6570\u7801\u7cfb\u7edf\u96c6\u6210\u670d\u52a1\u6709\u9650\u516c\u53f8"},"supplier":""},"projectContactPointRels":[],"status_display":"\u672a\u6838\u9500"}],"erpSalesOrder":{"id":1498,"serial_no":"XSDD-20250704-00001","from_date":"","wrote_date":"2025-05-09","handler":1004,"client_id":3363,"purchase_contract_id":"","project_id":3797,"sales_contract_id":3915,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-05-19 16:15:38","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":false,"number":"62","amount":"1955600","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-05-19 16:15:38","updated_at":"2025-05-19 16:15:38"},"projectUsedClient":{"id":46,"project_id":3797,"used_client":5,"budget":"","profit":"0","profit_pct":"0","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[],"is_only_cp":false,"remain_display":85,"progress_remain_display":92,"forecast_remain_display":92,"projectProductTotalAmount":1955600,"projectProductAllAmount":true,"projectProductTotalCost":696587,"projectProductAllCost":true,"projectProductTotalNumber":62,"unissued_invoice":1708235,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":false,"can_payment":false,"duration_display":155,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"195.56\u4e07","contact_points_status_display":"\u672a\u6838\u9500","verify_display":0},{"id":3781,"client_id":1172,"project_status":3,"project_progress":9,"budget":"19100","profit_pct":"15.45","bargain_date":"2025-03-18","description":"","created_by":1004,"created_at":"2025-02-24 09:32:46","updated_at":"2025-04-09 16:56:37","engineer_id":"","project_title":"\u6df1\u4fe1\u670dAC\u7eed\u4fdd","collected":"19100","status_updated_at":"2025-03-28 09:47:09.123788+08","success_rate":"","comment":"","contract_type":2,"progress_updated_at":"2025-03-17 14:07:53.123489+08","forecast_updated_at":"2025-03-17 14:07:53.123489+08","end_at":"2025-04-21 17:28:15","pinyin_shortcut":"sxfACxb","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":819,"is_sales_order_ready":true,"collected_plan":19100,"change_status_to":"","is_verify":false,"profits":"2950.950000000000000000","remain":"137 days 08:30:50.362192","progress_remain":"148 days 04:10:06.362491","forecast_remain":"148 days 04:10:06.362491","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"56 days 07:55:29.254985","issued_invoices":"19100.00","client":{"id":1172,"key":1172,"name":"\u5317\u4eac\u4e2d\u90fd\u661f\u5fbd\u7269\u6d41\u6709\u9650\u516c\u53f8","logo":"","client_type":5,"client_class":47,"client_industry":8,"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\/1004.jpg"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":8,"key":8,"name":"\u7269\u6d41"}},"usedClient":{},"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":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":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"19100.00","pct":"15.45","profit":"2950.95","project_id":3781}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":3844,"from_project":3781,"payment_collection_remind_ahead":"1 day","serial_no":"TSKJ20250305-YJC-001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"19100","contractScans":[{"id":33456,"object_type":105,"object_id":3844,"attachment_id":24856,"attachment":{"id":24856,"key":24856,"name":"fd630d4e-9bda-38e1-9d60-eb95b8e31afd","extension":"pdf","path":"\/vue\/attachment\/preview\/fd630d4e-9bda-38e1-9d60-eb95b8e31afd\/\u4e2d\u90fd\u661f\u5fae\u7269\u6d41.pdf","orig_name":"\u4e2d\u90fd\u661f\u5fae\u7269\u6d41.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":294,"serial_no":"SKD-20250421-00001","wrote_date":"2025-04-21","from_date":"","handler":1004,"user_id":"","client_id":1172,"sales_contract_id":3844,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-04-21 17:28:15","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"19100","settle_amount":"19100","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2025-04-21 17:28:15","updated_at":"2025-04-21 17:28:15","paid_amount":""}],"salesContractPayments":[{"id":"1294","key":"1294","contract_id":3844,"value":"19100","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":2000,"key":2000,"contract_id":3844,"value":"19100.00","attachment_id":"","from_date":"2025-04-01","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2373,"key":2373,"contract_id":3844,"name":"2025-05-16","value":"19100","overdue_days":"","pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8217,"user_id":1001,"key":1001,"contract_id":3844,"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":8218,"user_id":1004,"key":1004,"contract_id":3844,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":8219,"user_id":5388,"key":5388,"contract_id":3844,"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":2585,"contract_id":3844,"supplier_id":236,"purchase_id":3845,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":3845,"key":3845,"serial_no":"TSKJ20250325-ZHF-002"}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":9211,"project_id":3781,"product_id":1958,"amount":"11000.00","number":1,"cost":"8906.00","description":"","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"11000","total_cost":"8906","erp_sales_order_product_id":1561,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1958,"name":"\u6df1\u4fe1\u670d\u4ea7\u54c1\u8d28\u4fdd+\u8f6f\u4ef6\u5347\u7ea7\u670d\u52a1\uff08\u9002\u7528\u4e8eAC-1000-B1750\uff09","product_type":22,"product_component":189,"product_brand":12,"product_serie":739,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2025-03-28 09:59:07","updated_at":"2025-03-28 09:59:07","pinyin_shortcut":"sxfcpzbrjsjfwsyyAC1000B1750","product_unit":2,"is_renew":true,"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":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1561,"erp_sales_order_id":1468,"erp_store_id":"","product_id":1958,"description":"","number":"1","outbound":"0","amount":"11000.00","total_amount":"11000","last_number":"","last_amount":"","last_total_amount":"","cost":"8906.00","total_cost":"8906","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":9212,"project_id":3781,"product_id":1959,"amount":"8100.00","number":1,"cost":"6362.00","description":"","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"8100","total_cost":"6362","erp_sales_order_product_id":1562,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1959,"name":"URL&\u5e94\u7528\u8bc6\u522b\u89c4\u5219\u5e93\u5347\u7ea7\uff08\u9002\u7528\u4e8eAC-1000-B17500\uff09","product_type":22,"product_component":200,"product_brand":12,"product_serie":1612,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2025-03-28 10:01:02","updated_at":"2025-03-28 10:01:02","pinyin_shortcut":"URLampyysbgzksjsyyAC1000B17500","product_unit":2,"is_renew":true,"productType":{"id":22,"key":22,"name":"\u670d\u52a1"},"productComponent":{"id":200,"key":200,"name":"\u7eed\u4fdd\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":1612,"key":1612,"name":"URL&\u5e94\u7528\u8bc6\u522b\u89c4\u5219\u5e93\u5347\u7ea7"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1562,"erp_sales_order_id":1468,"erp_store_id":"","product_id":1959,"description":"","number":"1","outbound":"0","amount":"8100.00","total_amount":"8100","last_number":"","last_amount":"","last_total_amount":"","cost":"6362.00","total_cost":"6362","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3781,"comment":5},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1468,"serial_no":"XSDD-20250421-00001","from_date":"","wrote_date":"2025-03-18","handler":1004,"client_id":1172,"purchase_contract_id":"","project_id":3781,"sales_contract_id":3844,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-03-28 09:47:09","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"2","amount":"19100","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-03-28 09:47:09","updated_at":"2025-03-28 09:47:09"},"projectUsedClient":{},"schedules":[],"is_only_cp":false,"remain_display":137,"progress_remain_display":148,"forecast_remain_display":148,"projectProductTotalAmount":19100,"projectProductAllAmount":true,"projectProductTotalCost":15268,"projectProductAllCost":true,"projectProductTotalNumber":2,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":false,"can_payment":false,"duration_display":56,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"1.91\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3776,"client_id":48,"project_status":3,"project_progress":6,"budget":"3200","profit_pct":"30.63","bargain_date":"2025-02-17","description":"","created_by":1004,"created_at":"2025-02-12 21:11:37","updated_at":"2025-02-26 11:35:01","engineer_id":"","project_title":"\u7ea2\u886b\u5b58\u50a8\u786c\u76d8","collected":"3200","status_updated_at":"2025-02-12 21:12:32.970773+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2025-02-12 21:11:37.509695+08","forecast_updated_at":"2025-02-12 21:11:37.509695+08","end_at":"2025-02-25 17:11:38","pinyin_shortcut":"hsccyp","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":777,"is_sales_order_ready":true,"collected_plan":3200,"change_status_to":"","is_verify":false,"profits":"980.160000000000000000","remain":"180 days 21:05:26.515207","progress_remain":"180 days 21:06:21.976285","forecast_remain":"180 days 21:06:21.976285","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"12 days 20:00:01.260877","issued_invoices":"3200.00","client":{"id":48,"key":48,"name":"\u4e2d\u90fd\u6570\u79d1\u4f9b\u5e94\u94fe\u7ba1\u7406\u6709\u9650\u516c\u53f8","logo":"","client_type":5,"client_class":47,"client_industry":8,"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\/1004.jpg"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":8,"key":8,"name":"\u7269\u6d41"}},"usedClient":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":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":3,"product_type_id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907","budget":"3200.00","pct":"30.63","profit":"980.16","project_id":3776}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":{"project_id":3776,"points":"31"},"workLogCount":"","caseCount":{"project_id":3776,"count":1},"salesTimeCount":{},"implementTimeCount":{"project_id":3776,"sum":"0.6","times":"1"},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3776,"sum":"365.39"},"buildContract":{"id":3783,"from_project":3776,"payment_collection_remind_ahead":"1 day","serial_no":"TS-YJC-20250217001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"3200","contractScans":[{"id":32528,"object_type":105,"object_id":3783,"attachment_id":24294,"attachment":{"id":24294,"key":24294,"name":"35d7e69c-6922-340d-98d1-9dc08c8647fb","extension":"pdf","path":"\/vue\/attachment\/preview\/35d7e69c-6922-340d-98d1-9dc08c8647fb\/2025_02_26_11_08_56.pdf","orig_name":"2025_02_26_11_08_56.pdf"}}],"receiptScans":[{"id":32368,"object_type":106,"object_id":3783,"attachment_id":24182,"attachment":{"id":24182,"key":24182,"name":"9b5931a8-b7d1-34db-801d-d3600dc40150","extension":"pdf","path":"\/vue\/attachment\/preview\/9b5931a8-b7d1-34db-801d-d3600dc40150\/DOC021825-02182025141505.pdf","orig_name":"DOC021825-02182025141505.pdf"}}],"verifyScans":[],"erpCollectTickets":[{"id":228,"serial_no":"SKD-20250225-00001","wrote_date":"2025-02-25","from_date":"","handler":1004,"user_id":"","client_id":48,"sales_contract_id":3783,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-02-25 17:11:38","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"3200","settle_amount":"3200","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2025-02-25 17:11:38","updated_at":"2025-02-25 17:11:38","paid_amount":""}],"salesContractPayments":[{"id":"1228","key":"1228","contract_id":3783,"value":"3200","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1952,"key":1952,"contract_id":3783,"value":"3200.00","attachment_id":"","from_date":"2025-02-18","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2334,"key":2334,"contract_id":3783,"name":"2025-03-31","value":"3200","overdue_days":"","pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7912,"user_id":1004,"key":1004,"contract_id":3783,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}}],"salesSupplierRels":[{"id":2436,"contract_id":3783,"supplier_id":174,"purchase_id":3784,"supplier":{"id":174,"key":174,"name":"\u5317\u4eac\u79d1\u534e\u5609\u4e1a\u79d1\u8d38\u6709\u9650\u516c\u53f8"},"purchase":{"id":3784,"key":3784,"serial_no":"TSKJ20250212-HYF-001"}}],"payment_collection_remind_ahead_display":"1\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":8842,"project_id":3776,"product_id":1939,"amount":"3200.00","number":1,"cost":"2000.00","description":"","supplier_id":174,"hardware_from":"2025-02-13","software_from":"","maintenance_from":"","hardware_to":"2026-02-12","software_to":"","maintenance_to":"","total_amount":"3200","total_cost":"2000","erp_sales_order_product_id":1525,"supplier":{"id":174,"key":174,"name":"\u5317\u4eac\u79d1\u534e\u5609\u4e1a\u79d1\u8d38\u6709\u9650\u516c\u53f8"},"product":{"id":1939,"name":"MS3M2HD002T0A3AEE","product_type":3,"product_component":15,"product_brand":50,"product_serie":1598,"product_misc":"","product_qa":"","pn":"","description":"\u5b8f\u6749\u5b58\u50a8MS2500G2-12C 2T 3.5\u82f1\u5bf8 7.2K HDD\u786c\u76d8","created_by":1013,"created_at":"2025-02-13 09:42:30","updated_at":"2025-02-13 10:32:57","pinyin_shortcut":"MS3M2HD002T0A3AEE","product_unit":4,"is_renew":false,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":15,"key":15,"name":"\u5b58\u50a8\u786c\u76d8"},"productBrand":{"id":50,"key":50,"name":"\u5b8f\u6749"},"productSerie":{"id":1598,"key":1598,"name":"2T 3.5\u82f1\u5bf8 7.2K HDD"},"productUnit":{"id":4,"key":4,"name":"\u5757"}},"erpSalesOrderProduct":{"id":1525,"erp_sales_order_id":1443,"erp_store_id":"","product_id":1939,"description":"","number":"1","outbound":"0","amount":"3200.00","total_amount":"3200","last_number":"","last_amount":"","last_total_amount":"","cost":"2000.00","total_cost":"2000","supplier_id":174,"hardware_from":"2025-02-13","software_from":"","maintenance_from":"","hardware_to":"2026-02-12","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3776,"comment":7},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1443,"serial_no":"XSDD-20250225-00001","from_date":"","wrote_date":"2025-02-17","handler":1004,"client_id":48,"purchase_contract_id":"","project_id":3776,"sales_contract_id":3783,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2025-02-12 21:12:33","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"1","amount":"3200","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-02-12 21:12:33","updated_at":"2025-02-12 21:12:33"},"projectUsedClient":{},"schedules":[],"is_only_cp":false,"remain_display":180,"progress_remain_display":180,"forecast_remain_display":180,"projectProductTotalAmount":3200,"projectProductAllAmount":true,"projectProductTotalCost":2000,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":false,"can_payment":false,"duration_display":12,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"3200","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3740,"client_id":3303,"project_status":3,"project_progress":9,"budget":"42400","profit_pct":"93","bargain_date":"2024-12-16","description":"","created_by":1004,"created_at":"2024-12-16 16:18:23","updated_at":"2025-01-02 10:48:32","engineer_id":"","project_title":"\u516c\u6709\u4e91\u8fc1\u79fb\u670d\u52a12","collected":"42400","status_updated_at":"2024-12-16 16:18:23.145609+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-12-16 16:18:23.145609+08","forecast_updated_at":"2024-12-16 16:18:23.145609+08","end_at":"2024-12-26 15:38:31","pinyin_shortcut":"gyyqyfw2","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":709,"is_sales_order_ready":true,"collected_plan":42400,"change_status_to":"","is_verify":false,"profits":"39432.0000000000000000","remain":"239 days 01:59:36.340371","progress_remain":"239 days 01:59:36.340371","forecast_remain":"239 days 01:59:36.340371","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"9 days 23:20:08.051617","issued_invoices":"42400.00","client":{"id":3303,"key":3303,"name":"\u5317\u4eac\u795e\u5dde\u90a6\u90a6\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3740,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"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":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"42400.00","pct":"93","profit":"39432","project_id":3740}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":3709,"from_project":3740,"payment_collection_remind_ahead":"7 days","serial_no":"XSZY068700","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"42400","contractScans":[{"id":31509,"object_type":105,"object_id":3709,"attachment_id":23323,"attachment":{"id":23323,"key":23323,"name":"e6ab9c16-dd44-3be7-ac49-9e2777bf2839","extension":"pdf","path":"\/vue\/attachment\/preview\/e6ab9c16-dd44-3be7-ac49-9e2777bf2839\/\u795e\u5dde.pdf","orig_name":"\u795e\u5dde.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":195,"serial_no":"SKD-20241226-00003","wrote_date":"2024-12-26","from_date":"","handler":1004,"user_id":"","client_id":3303,"sales_contract_id":3709,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2024-12-26 15:38:31","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"42400","settle_amount":"42400","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2024-12-26 15:38:31","updated_at":"2024-12-26 15:38:31","paid_amount":""}],"salesContractPayments":[{"id":"1195","key":"1195","contract_id":3709,"value":"42400","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1907,"key":1907,"contract_id":3709,"value":"42400.00","attachment_id":"","from_date":"2024-12-19","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2234,"key":2234,"contract_id":3709,"name":"2024-12-27","value":"42400","overdue_days":"","pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7629,"user_id":1004,"key":1004,"contract_id":3709,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":7630,"user_id":5388,"key":5388,"contract_id":3709,"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"}}},{"id":7631,"user_id":1001,"key":1001,"contract_id":3709,"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"}}}],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"7\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":8377,"project_id":3740,"product_id":941,"amount":"42400.00","number":1,"cost":"0","description":"","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"42400","total_cost":"0","erp_sales_order_product_id":1438,"supplier":"","product":{"id":941,"name":"\u62d3\u5b9e\u4eba\u5de5\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":133,"product_serie":592,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:29:24","updated_at":"2023-08-11 16:02:47","pinyin_shortcut":"tsrgjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":133,"key":133,"name":"\u62d3\u5b9e"},"productSerie":{"id":592,"key":592,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1438,"erp_sales_order_id":1408,"erp_store_id":"","product_id":941,"description":"","number":"1","outbound":"0","amount":"42400.00","total_amount":"42400","last_number":"","last_amount":"","last_total_amount":"","cost":"0","total_cost":"0","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3740,"comment":5},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1408,"serial_no":"XSDD-20241226-00001","from_date":"","wrote_date":"2024-12-16","handler":1004,"client_id":3303,"purchase_contract_id":"","project_id":3740,"sales_contract_id":3709,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2024-12-16 16:18:23","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"1","amount":"42400","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-12-16 16:18:23","updated_at":"2024-12-16 16:18:23"},"projectUsedClient":{},"schedules":[{"id":17561,"project_id":3740,"client_id":3303,"schedule_title":"\u76ee\u7684\uff1a\u672c\u6708\u5e95\u56de\u5168\u6b3e\u3002","complete_at":"","start_at":"","end_at":"2024-12-31 18:00:00","created_by":1004,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":2,"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"scheduleDescriptions":[],"schedule_status":2,"complete_at_display":"","complete_at_display2":"","end_at_display":"2024-12-31 18:00","end_at_display2":"","is_overdue":true,"start_at_display":"","can_report":true,"can_update":true}],"is_only_cp":false,"remain_display":239,"progress_remain_display":239,"forecast_remain_display":239,"projectProductTotalAmount":42400,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":false,"can_payment":false,"duration_display":9,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"4.24\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3657,"client_id":1172,"project_status":3,"project_progress":9,"budget":"12700","profit_pct":"34.9","bargain_date":"2024-12-06","description":"","created_by":1004,"created_at":"2024-09-17 17:38:48","updated_at":"2025-02-20 17:45:42","engineer_id":"","project_title":"2024\u6df1\u4fe1\u670d\u8bbe\u5907\u7eed\u4fdd","collected":"12700","status_updated_at":"2024-12-30 14:03:54.26079+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-12-15 16:25:35.276761+08","forecast_updated_at":"2024-12-15 16:25:35.276761+08","end_at":"2025-01-17 14:40:11","pinyin_shortcut":"2024sxfsbxb","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":734,"is_sales_order_ready":true,"collected_plan":12700,"change_status_to":"","is_verify":false,"profits":"4432.30000000000000000","remain":"225 days 04:14:05.22519","progress_remain":"240 days 01:52:24.209219","forecast_remain":"240 days 01:52:24.209219","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"121 days 21:01:22.116943","issued_invoices":"12700.00","client":{"id":1172,"key":1172,"name":"\u5317\u4eac\u4e2d\u90fd\u661f\u5fbd\u7269\u6d41\u6709\u9650\u516c\u53f8","logo":"","client_type":5,"client_class":47,"client_industry":8,"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\/1004.jpg"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":8,"key":8,"name":"\u7269\u6d41"}},"usedClient":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":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":87,"product_type_id":87,"key":87,"name":"\u5b89\u5168","budget":"12700.00","pct":"34.9","profit":"4432.3","project_id":3657}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":{"project_id":3657,"points":"31"},"workLogCount":"","caseCount":{"project_id":3657,"count":1},"salesTimeCount":{},"implementTimeCount":{"project_id":3657,"sum":"2","times":"1"},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3657,"sum":"232.55"},"buildContract":{"id":3737,"from_project":3657,"payment_collection_remind_ahead":"7 days","serial_no":"ZDXH-2024121331","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"12700","contractScans":[{"id":31510,"object_type":105,"object_id":3737,"attachment_id":23465,"attachment":{"id":23465,"key":23465,"name":"5c56e3c3-b3f9-3241-827d-8645597983ec","extension":"pdf","path":"\/vue\/attachment\/preview\/5c56e3c3-b3f9-3241-827d-8645597983ec\/Doc1.pdf","orig_name":"Doc1.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":223,"serial_no":"SKD-20250117-00002","wrote_date":"2025-01-17","from_date":"","handler":1004,"user_id":"","client_id":1172,"sales_contract_id":3737,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2025-01-17 14:40:10","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"12700","settle_amount":"12700","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2025-01-17 14:40:10","updated_at":"2025-01-17 14:40:10","paid_amount":""}],"salesContractPayments":[{"id":"1223","key":"1223","contract_id":3737,"value":"12700","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1916,"key":1916,"contract_id":3737,"value":"12700.00","attachment_id":"","from_date":"2024-12-30","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2274,"key":2274,"contract_id":3737,"name":"2025-02-28","value":"12700","overdue_days":"","pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7632,"user_id":1004,"key":1004,"contract_id":3737,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":7633,"user_id":5388,"key":5388,"contract_id":3737,"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"}}},{"id":7634,"user_id":1001,"key":1001,"contract_id":3737,"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"}}}],"salesSupplierRels":[{"id":2402,"contract_id":3737,"supplier_id":236,"purchase_id":3780,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":3780,"key":3780,"serial_no":"TSKJ20250120-HYF-001"}}],"payment_collection_remind_ahead_display":"7\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":8378,"project_id":3657,"product_id":1914,"amount":"6000.00","number":1,"cost":"2896.00","description":"","supplier_id":236,"hardware_from":"2024-12-24","software_from":"","maintenance_from":"","hardware_to":"2025-12-24","software_to":"","maintenance_to":"","total_amount":"6000","total_cost":"2896","erp_sales_order_product_id":1475,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1914,"name":"\u6df1\u4fe1\u670d\u4ea7\u54c1\u8d28\u4fdd+\u8f6f\u4ef6\u5347\u7ea7\u670d\u52a1\uff08\u9002\u7528\u4e8eAD-1000-B600\uff09","product_type":22,"product_component":189,"product_brand":12,"product_serie":739,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2024-12-30 14:15:02","updated_at":"2024-12-30 14:15:02","pinyin_shortcut":"sxfcpzbrjsjfwsyyAD1000B600","product_unit":2,"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":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1475,"erp_sales_order_id":1422,"erp_store_id":"","product_id":1914,"description":"","number":"1","outbound":"0","amount":"6000.00","total_amount":"6000","last_number":"","last_amount":"","last_total_amount":"","cost":"2896.00","total_cost":"2896","supplier_id":236,"hardware_from":"2024-12-24","software_from":"","maintenance_from":"","hardware_to":"2025-12-24","software_to":"","maintenance_to":""}},{"id":8379,"project_id":3657,"product_id":1914,"amount":"6700.00","number":1,"cost":"4417.00","description":"","supplier_id":236,"hardware_from":"2024-12-24","software_from":"","maintenance_from":"","hardware_to":"2025-12-24","software_to":"","maintenance_to":"","total_amount":"6700","total_cost":"4417","erp_sales_order_product_id":1476,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1914,"name":"\u6df1\u4fe1\u670d\u4ea7\u54c1\u8d28\u4fdd+\u8f6f\u4ef6\u5347\u7ea7\u670d\u52a1\uff08\u9002\u7528\u4e8eAD-1000-B600\uff09","product_type":22,"product_component":189,"product_brand":12,"product_serie":739,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2024-12-30 14:15:02","updated_at":"2024-12-30 14:15:02","pinyin_shortcut":"sxfcpzbrjsjfwsyyAD1000B600","product_unit":2,"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":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1476,"erp_sales_order_id":1422,"erp_store_id":"","product_id":1914,"description":"","number":"1","outbound":"0","amount":"6700.00","total_amount":"6700","last_number":"","last_amount":"","last_total_amount":"","cost":"4417.00","total_cost":"4417","supplier_id":236,"hardware_from":"2024-12-24","software_from":"","maintenance_from":"","hardware_to":"2025-12-24","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3657,"comment":6},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1422,"serial_no":"XSDD-20250117-00001","from_date":"","wrote_date":"2024-12-06","handler":1004,"client_id":1172,"purchase_contract_id":"","project_id":3657,"sales_contract_id":3737,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2024-12-30 14:03:54","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"2","amount":"12700","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-12-30 14:03:54","updated_at":"2024-12-30 14:03:54"},"projectUsedClient":{},"schedules":[{"id":17630,"project_id":3657,"client_id":1172,"schedule_title":"\u9500\u552e\u9636\u6bb5\uff1a\u7b7e\u8ba2\u5408\u540c\n\u76ee\u7684\uff1a\u6536\u6b3e\uff0c\u5e94\u8be5\u5728\u672c\u6708\u56de\u6b3e\u3002","complete_at":"","start_at":"","end_at":"","created_by":1004,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":1,"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"scheduleDescriptions":[],"schedule_status":0,"complete_at_display":"","complete_at_display2":"","end_at_display":"","end_at_display2":"","is_overdue":false,"start_at_display":"","can_report":true,"can_update":true}],"is_only_cp":false,"remain_display":225,"progress_remain_display":240,"forecast_remain_display":240,"projectProductTotalAmount":12700,"projectProductAllAmount":true,"projectProductTotalCost":7313,"projectProductAllCost":true,"projectProductTotalNumber":2,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":false,"can_payment":false,"duration_display":121,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"1.27\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3708,"client_id":3303,"project_status":5,"project_progress":5,"budget":"0","profit_pct":"0","bargain_date":"2024-11-15","description":"","created_by":1004,"created_at":"2024-11-04 09:55:30","updated_at":"2024-11-04 11:08:02","engineer_id":"","project_title":"\u7535\u79d1\u592a\u529b\u5927\u53a6\u4fe1\u606f\u4e2d\u5fc3\u673a\u623f\u642c\u8fc11","collected":"0","status_updated_at":"2024-11-04 11:08:02.896615+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-11-04 09:55:30.676458+08","forecast_updated_at":"2024-11-04 09:55:30.676458+08","end_at":"2024-11-04 11:08:02","pinyin_shortcut":"dktldsxxzxjfbq1","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"0.00000000000000000000","remain":"281 days 07:09:56.589365","progress_remain":"281 days 08:22:28.809522","forecast_remain":"281 days 08:22:28.809522","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"01:12:32.220157","issued_invoices":"","client":{"id":3303,"key":3303,"name":"\u5317\u4eac\u795e\u5dde\u90a6\u90a6\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":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":{},"opportunityFrom":{},"purchaseType":{},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":3708,"comment":1},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":"","projectUsedClient":{"id":24,"project_id":3708,"used_client":5,"budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[],"is_only_cp":false,"remain_display":281,"progress_remain_display":281,"forecast_remain_display":281,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":1,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"0","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3707,"client_id":3303,"project_status":5,"project_progress":6,"budget":"0","profit_pct":"0","bargain_date":"2024-11-15","description":"","created_by":1004,"created_at":"2024-11-03 17:03:13","updated_at":"2024-11-13 14:13:15","engineer_id":"","project_title":"\u7535\u79d1\u592a\u529b\u5927\u53a6\u4fe1\u606f\u4e2d\u5fc3\u673a\u623f\u642c\u8fc1","collected":"0","status_updated_at":"2024-11-04 11:07:56.790533+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-11-03 17:03:13.64755+08","forecast_updated_at":"2024-11-03 17:03:13.64755+08","end_at":"2024-11-04 11:07:56","pinyin_shortcut":"dktldsxxzxjfbq","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"0.00000000000000000000","remain":"281 days 07:10:02.695447","progress_remain":"282 days 01:14:45.83843","forecast_remain":"282 days 01:14:45.83843","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"18:04:43.142983","issued_invoices":"","client":{"id":3303,"key":3303,"name":"\u5317\u4eac\u795e\u5dde\u90a6\u90a6\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":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":[],"salesForecast":{},"opportunityFrom":{},"purchaseType":{},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":3707,"comment":1},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":"","projectUsedClient":{"id":26,"project_id":3707,"used_client":5,"budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[],"is_only_cp":false,"remain_display":281,"progress_remain_display":282,"forecast_remain_display":282,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":1,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"0","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3706,"client_id":3303,"project_status":5,"project_progress":6,"budget":"0","profit_pct":"0","bargain_date":"2024-11-15","description":"","created_by":1004,"created_at":"2024-11-03 17:02:23","updated_at":"2024-11-04 11:07:47","engineer_id":"","project_title":"\u5927\u53a6\u4fe1\u606f\u4e2d\u5fc3\u673a\u623f\u642c\u8fc1","collected":"0","status_updated_at":"2024-11-04 11:07:47.950174+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-11-03 17:02:23.954983+08","forecast_updated_at":"2024-11-03 17:02:23.954983+08","end_at":"2024-11-04 11:07:47","pinyin_shortcut":"dsxxzxjfbq","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"0.00000000000000000000","remain":"281 days 07:10:11.535806","progress_remain":"282 days 01:15:35.530997","forecast_remain":"282 days 01:15:35.530997","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"18:05:23.995191","issued_invoices":"","client":{"id":3303,"key":3303,"name":"\u5317\u4eac\u795e\u5dde\u90a6\u90a6\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":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":[],"salesForecast":{},"opportunityFrom":{},"purchaseType":{},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":3706,"comment":1},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":"","projectUsedClient":{"id":23,"project_id":3706,"used_client":5,"budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[],"is_only_cp":false,"remain_display":281,"progress_remain_display":282,"forecast_remain_display":282,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":1,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"0","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3705,"client_id":3303,"project_status":5,"project_progress":6,"budget":"0","profit_pct":"0","bargain_date":"2024-11-15","description":"","created_by":1004,"created_at":"2024-11-03 17:01:54","updated_at":"2024-11-04 11:07:40","engineer_id":"","project_title":"\u5927\u53a6\u4fe1\u606f\u4e2d\u5fc3\u642c\u8fc1","collected":"0","status_updated_at":"2024-11-04 11:07:40.932558+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-11-03 17:01:54.929172+08","forecast_updated_at":"2024-11-03 17:01:54.929172+08","end_at":"2024-11-04 11:07:40","pinyin_shortcut":"dsxxzxbq","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"0.00000000000000000000","remain":"281 days 07:10:18.553422","progress_remain":"282 days 01:16:04.556808","forecast_remain":"282 days 01:16:04.556808","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"18:05:46.003386","issued_invoices":"","client":{"id":3303,"key":3303,"name":"\u5317\u4eac\u795e\u5dde\u90a6\u90a6\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":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":[],"salesForecast":{},"opportunityFrom":{},"purchaseType":{},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":3705,"comment":1},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":"","projectUsedClient":{"id":22,"project_id":3705,"used_client":5,"budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[],"is_only_cp":false,"remain_display":281,"progress_remain_display":282,"forecast_remain_display":282,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":1,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"0","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3522,"client_id":2091,"project_status":5,"project_progress":5,"budget":"305280","profit_pct":"50","bargain_date":"2024-11-15","description":"","created_by":1004,"created_at":"2024-04-29 10:09:53","updated_at":"2024-12-16 15:27:35","engineer_id":"","project_title":"\u7535\u79d1\u592a\u529b\u4fe1\u606f\u4e2d\u5fc3\u673a\u623f\u642c\u8fc1","collected":"0","status_updated_at":"2024-11-04 11:00:28.583064+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-11-03 17:04:51.511725+08","forecast_updated_at":"2024-11-03 17:04:51.511725+08","end_at":"2024-11-04 11:00:28","pinyin_shortcut":"dktlxxzxjfbq","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"116460","paid_contact_point":"","project_product_version_id":"","is_sales_order_ready":true,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"152640.0000000000000000","remain":"281 days 07:17:30.902916","progress_remain":"282 days 01:13:07.974255","forecast_remain":"282 days 01:13:07.974255","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"189 days 00:50:35.358401","issued_invoices":"","client":{"id":2091,"key":2091,"name":"\u795e\u5dde\u6570\u7801\u7cfb\u7edf\u96c6\u6210\u670d\u52a1\u6709\u9650\u516c\u53f8","logo":"","client_type":2,"client_class":47,"client_industry":20,"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\/1004.jpg"}},"clientType":{"id":2,"key":2,"name":"\u7cfb\u7edf\u96c6\u6210\u5546"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3522,"value":"1","key":1015,"name":"\u5434\u660a"}],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"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":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"305280.00","pct":"50","profit":"152640","project_id":3522}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{"project_id":3522,"sum":"14.16"},"buildContract":{},"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":3522,"comment":6},"unreadComments":{},"fromContact":"","projectContactPoints":[{"id":718,"project_id":3522,"contact_id":4612,"point":"116460.00","paid_point":"","contact":{"id":4612,"key":4612,"name":"\u738b\u745e\u5f6c","client_id":2091,"supplier_id":"","client":{"id":2091,"key":2091,"name":"\u795e\u5dde\u6570\u7801\u7cfb\u7edf\u96c6\u6210\u670d\u52a1\u6709\u9650\u516c\u53f8"},"supplier":""},"projectContactPointRels":[],"status_display":"\u672a\u6838\u9500"}],"erpSalesOrder":"","projectUsedClient":{"id":8,"project_id":3522,"used_client":5,"budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[{"id":16897,"project_id":3522,"client_id":2091,"schedule_title":"\u5546\u673a\u9636\u6bb5\uff1a\u5546\u52a1\u62a5\u4ef7\n\u76ee\u7684\uff1a\u786e\u8ba4\u62a5\u4ef7\u53ca\u7b7e\u5408\u540c\u65f6\u95f4\n\u52a8\u4f5c\uff1a\u8ddf\u738b\u603b\u5177\u4f53\u6c9f\u901a\u3002","complete_at":"","start_at":"","end_at":"2024-05-17 18:00:00","created_by":1004,"is_complete":false,"is_closed":false,"complete_description":"","set_top_at":"","sort":2,"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"scheduleDescriptions":[{"id":10045,"schedule_id":16897,"description":"\u4e0a\u5468\u5408\u540c\u4ee5\u786e\u8ba4\u5e76\u7b7e\u597d\u3002\u672c\u5468\u63d0\u53d1\u7968\u7533\u8bf7\u8d70\u4ed8\u6b3e\u3002","created_at":"2024-11-03 17:05:40","created_at_display":"2024-11-03 17:05"},{"id":9873,"schedule_id":16897,"description":"\u4e0a\u5468\u5bf9\u4e8e\u5408\u540c\u53c8\u8c03\u6574\u4e86\u4e00\u90e8\u4efd\u5de5\u4f5c\u91cf\u548c\u8865\u5145\u90e8\u4efd\u5185\u5bb9\u3002\u672c\u5468\u770b\u770b\u5408\u540c\u5e94\u8be5\u53ef\u4ee5\u786e\u8ba4\u597d\u5408\u540c\u5e76\u7b7e\u7f72\u3002","created_at":"2024-10-27 14:48:21","created_at_display":"2024-10-27 14:48"},{"id":9749,"schedule_id":16897,"description":"\u4e0a\u5468\u5728\u8d70\u5408\u540c\u6d41\u7a0b\uff0c\u5728\u5408\u5b9e\u786e\u8ba4\u4e2d\u3002\u672c\u5468\u8ddf\u8fdb\u4e89\u53d6\u628a\u5408\u540c\u5f04\u597d\u3002","created_at":"2024-10-20 15:36:10","created_at_display":"2024-10-20 15:36"},{"id":9667,"schedule_id":16897,"description":"\u4e0a\u5468\u786e\u8ba4\u4e86\u5de5\u4f5c\u91cf\uff0c\u5728\u8d70\u6d41\u7a0b\u4e86\u3002\u672c\u5468\u786e\u8ba4\u5408\u540c\u4e8b\u9879\u3002","created_at":"2024-10-13 16:57:50","created_at_display":"2024-10-13 16:57"},{"id":9599,"schedule_id":16897,"description":"\u4e0a\u5468\u6838\u5bf9\u5de5\u4f5c\u91cf\uff0c\u672c\u5468\u786e\u8ba4\u9971\u548c\u5ea6\u53ca\u5408\u540c\u4e8b\u9879\u3002","created_at":"2024-09-29 15:45:53","created_at_display":"2024-09-29 15:45"},{"id":9561,"schedule_id":16897,"description":"\u5de5\u4f5c\u91cf\u6709\u70b9\u4e0d\u9644\u5408\u8981\u6c42\uff0c\u4e0b\u5468\u9700\u8981\u6539\u6b63\u683c\u5f0f\u7ee7\u7eed\u3002","created_at":"2024-09-22 20:51:35","created_at_display":"2024-09-22 20:51"},{"id":9527,"schedule_id":16897,"description":"\u5de5\u4f5c\u91cf\u7ee7\u7eed\u4e2d\uff0c\u9884\u8ba1\u5230\u672c\u6708\u5e95\uff0c\u7136\u540e\u8d70\u5408\u540c\u53ca\u4ed8\u6b3e\u6d41\u7a0b\u3002","created_at":"2024-09-17 17:11:42","created_at_display":"2024-09-17 17:11"},{"id":9466,"schedule_id":16897,"description":"\u8fd8\u5728\u7ee7\u7eed\u589e\u52a0\u5de5\u4f5c\u91cf\u3002\u63a5\u7740\u589e\u52a0\u6253\u5361\u3002","created_at":"2024-09-08 15:04:39","created_at_display":"2024-09-08 15:04"},{"id":9398,"schedule_id":16897,"description":"\u4e0a\u5468\u5728\u8865\u5145\u5de5\u4f5c\u91cf\u4e2d\u3002\u4e0b\u5468\u7ee7\u7eed\u589e\u52a0\u3002","created_at":"2024-09-01 16:48:11","created_at_display":"2024-09-01 16:48"},{"id":9351,"schedule_id":16897,"description":"\u9700\u8981\u5728\u8865\u5145\u5de5\u4f5c\u91cf\uff0c\u9884\u8ba1\u89812\u5468\u7684\u6253\u5361\u5de5\u4f5c\u91cf\u3002","created_at":"2024-08-25 16:21:03","created_at_display":"2024-08-25 16:21"},{"id":9312,"schedule_id":16897,"description":"21\u53f7\u8ddf\u8fdb\u786e\u8ba4","created_at":"2024-08-18 17:45:10","created_at_display":"2024-08-18 17:45"},{"id":9244,"schedule_id":16897,"description":"\u7b49\u7b49\u3002","created_at":"2024-08-04 21:50:22","created_at_display":"2024-08-04 21:50"},{"id":9200,"schedule_id":16897,"description":"\u7b49\u4e91\u9879\u76ee\u7b7e\u597d\u3002","created_at":"2024-07-28 17:41:18","created_at_display":"2024-07-28 17:41"},{"id":9176,"schedule_id":16897,"description":"\u672c\u5468\u6709\u673a\u4f1a\u3002","created_at":"2024-07-22 09:09:38","created_at_display":"2024-07-22 09:09"},{"id":9115,"schedule_id":16897,"description":"\u7b49\u5f85\u4e2d","created_at":"2024-07-14 21:11:19","created_at_display":"2024-07-14 21:11"},{"id":9082,"schedule_id":16897,"description":"\u8ddf\u4e91\u79fb\u8fc1\u9879\u76ee\u4e00\u8d77","created_at":"2024-07-05 14:20:58","created_at_display":"2024-07-05 14:20"},{"id":9033,"schedule_id":16897,"description":"\u5df2\u786e\u8ba4\uff0c\u73b0\u7b49\u4e91\u8fc1\u79fb\u7684\u5408\u540c\u5b8c\u6210\uff0c\u5c31\u8d70\u8fd9\u4e2a\u6d41\u7a0b\u3002","created_at":"2024-06-30 17:19:32","created_at_display":"2024-06-30 17:19"},{"id":9013,"schedule_id":16897,"description":"\u5df2\u8ddf\u795e\u7801\u9879\u76ee\u7ec4\u786e\u8ba4\u8fc7\u4e86\uff0c\u7b49\u4e91\u8fc1\u79fb\u8fc7\u5b8c\u5c31\u8d70\u8fd9\u4e2a\u6d41\u7a0b\u3002","created_at":"2024-06-23 22:11:17","created_at_display":"2024-06-23 22:11"},{"id":8900,"schedule_id":16897,"description":"\u5df2\u5f00\u59cb\u51c6\u5907\u5408\u540c\u5185\u5bb9\uff0c\u8ddf\u4e91\u8fc1\u79fb\u524d\u540e\u811a\u8d70\u6d41\u7a0b\u3002","created_at":"2024-06-15 21:29:28","created_at_display":"2024-06-15 21:29"},{"id":8844,"schedule_id":16897,"description":"\u5df2\u51c6\u5907\u4e86\u4e00\u4e9b\u8d44\u6599\uff0c\u8865\u5145\u9636\u6bb5\u3002","created_at":"2024-06-10 20:11:59","created_at_display":"2024-06-10 20:11"},{"id":8766,"schedule_id":16897,"description":"\u5468\u4e94\u521a\u5f04\u5b8c\uff0c\u518d\u6c47\u603b\u8d44\u6599\u4e8b\u9879\uff0c\u518d\u7b49\u7b49\u3002","created_at":"2024-06-02 17:49:50","created_at_display":"2024-06-02 17:49"},{"id":8628,"schedule_id":16897,"description":"\u73b0\u5728\u7684\u9636\u6bb5\u662f\u6211\u4eec\u628a\u6211\u4eec\u8be5\u5f04\u7684\u90fd\u5f04\u597d\u4e86\uff0c\u7b49\u795e\u7801\u6d41\u7a0b\u4e2d\u3002","created_at":"2024-05-26 19:56:01","created_at_display":"2024-05-26 19:56"},{"id":8521,"schedule_id":16897,"description":"\u5728\u51c6\u5907\u8d44\u6599\u4e2d\uff0c\u5148\u5f04\u597d\u963f\u91cc\u4e91\u8fc1\u79fb\u7136\u540e\u8d70\u8fd9\u4e2a\u6d41\u7a0b\u3002","created_at":"2024-05-19 16:11:52","created_at_display":"2024-05-19 16:11"}],"schedule_status":2,"complete_at_display":"","complete_at_display2":"","end_at_display":"2024-05-17 18:00","end_at_display2":"","is_overdue":true,"start_at_display":"","can_report":true,"can_update":true}],"is_only_cp":false,"remain_display":281,"progress_remain_display":282,"forecast_remain_display":282,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":305280,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":189,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"30.53\u4e07","contact_points_status_display":"\u672a\u6838\u9500","verify_display":0},{"id":3709,"client_id":3303,"project_status":3,"project_progress":9,"budget":"305280","profit_pct":"38.01","bargain_date":"2024-10-29","description":"","created_by":1004,"created_at":"2024-11-04 11:00:28","updated_at":"2024-11-11 17:44:35","engineer_id":"","project_title":"\u7535\u79d1\u592a\u529b\u4fe1\u606f\u4e2d\u5fc3\u673a\u623f\u642c\u8fc1","collected":"305280","status_updated_at":"2024-11-04 16:58:53.110493+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-11-04 16:58:53.110493+08","forecast_updated_at":"2024-11-04 11:00:28.698944+08","end_at":"2024-11-11 17:15:45","pinyin_shortcut":"dktlxxzxjfbq","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":648,"is_sales_order_ready":true,"collected_plan":305280,"change_status_to":"","is_verify":false,"profits":"116036.928000000000000000","remain":"281 days 01:19:06.375487","progress_remain":"281 days 01:19:06.375487","forecast_remain":"281 days 07:17:30.787036","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"7 days 06:15:16.624455","issued_invoices":"305280.00","client":{"id":3303,"key":3303,"name":"\u5317\u4eac\u795e\u5dde\u90a6\u90a6\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":"","client_type":5,"client_class":43,"client_industry":13,"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\/1004.jpg"}},"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":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3709,"value":"1","key":1015,"name":"\u5434\u660a"}],"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":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"305280.00","pct":"38.01","profit":"116036.928","project_id":3709}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":130,"key":130,"name":"\u7ade\u4e89\u8c08\u5224"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":"","caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":3645,"from_project":3709,"payment_collection_remind_ahead":"7 days","serial_no":"XSZYO68316","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"305280","contractScans":[{"id":30279,"object_type":105,"object_id":3645,"attachment_id":22486,"attachment":{"id":22486,"key":22486,"name":"12a87b14-fdf6-34cb-bf21-9fb5e8243c6d","extension":"pdf","path":"\/vue\/attachment\/preview\/12a87b14-fdf6-34cb-bf21-9fb5e8243c6d\/\u795e\u5dde\u90a6\u90a6.pdf","orig_name":"\u795e\u5dde\u90a6\u90a6.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":155,"serial_no":"SKD-20241111-00003","wrote_date":"2024-11-11","from_date":"","handler":1004,"user_id":"","client_id":3303,"sales_contract_id":3645,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2024-11-11 17:15:45","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"305280","settle_amount":"305280","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2024-11-11 17:15:45","updated_at":"2024-11-11 17:15:45","paid_amount":""}],"salesContractPayments":[{"id":"1155","key":"1155","contract_id":3645,"value":"305280","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1852,"key":1852,"contract_id":3645,"value":"305280.00","attachment_id":"","from_date":"2024-11-04","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2137,"key":2137,"contract_id":3645,"name":"2024-12-31","value":"305280","overdue_days":"","pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7029,"user_id":1004,"key":1004,"contract_id":3645,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":7030,"user_id":5388,"key":5388,"contract_id":3645,"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"}}},{"id":7031,"user_id":1001,"key":1001,"contract_id":3645,"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"}}}],"salesSupplierRels":[{"id":2069,"contract_id":3645,"supplier_id":658,"purchase_id":3653,"supplier":{"id":658,"key":658,"name":"\u5317\u4eac\u795e\u5dde\u777f\u884c\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3653,"key":3653,"serial_no":"TSKJ20241107-HYF-001"}}],"payment_collection_remind_ahead_display":"7\u5929"},"projectRemindReceivers":[],"projectProductRels":[{"id":7388,"project_id":3709,"product_id":942,"amount":"305280","number":1,"cost":"155280","description":"","supplier_id":658,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"305280","total_cost":"155280","erp_sales_order_product_id":1337,"supplier":{"id":658,"key":658,"name":"\u5317\u4eac\u795e\u5dde\u777f\u884c\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":942,"name":"\u7b2c\u4e09\u65b9\u5916\u91c7\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":134,"product_serie":593,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:30:30","updated_at":"2023-08-11 16:02:40","pinyin_shortcut":"dsfwcjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":134,"key":134,"name":"\u7b2c\u4e09\u65b9"},"productSerie":{"id":593,"key":593,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1337,"erp_sales_order_id":1381,"erp_store_id":"","product_id":942,"description":"","number":"1","outbound":"0","amount":"305280","total_amount":"305280","last_number":"","last_amount":"","last_total_amount":"","cost":"155280","total_cost":"155280","supplier_id":658,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":7389,"project_id":3709,"product_id":942,"amount":"0","number":1,"cost":"6000","description":"","supplier_id":293,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"0","total_cost":"6000","erp_sales_order_product_id":1338,"supplier":{"id":293,"key":293,"name":"\u5317\u4eac\u798f\u9510\u7279\u79d1\u6280\u53d1\u5c55\u6709\u9650\u516c\u53f8"},"product":{"id":942,"name":"\u7b2c\u4e09\u65b9\u5916\u91c7\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":134,"product_serie":593,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:30:30","updated_at":"2023-08-11 16:02:40","pinyin_shortcut":"dsfwcjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":134,"key":134,"name":"\u7b2c\u4e09\u65b9"},"productSerie":{"id":593,"key":593,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1338,"erp_sales_order_id":1381,"erp_store_id":"","product_id":942,"description":"","number":"1","outbound":"0","amount":"0","total_amount":"0","last_number":"","last_amount":"","last_total_amount":"","cost":"6000","total_cost":"6000","supplier_id":293,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":7390,"project_id":3709,"product_id":942,"amount":"0","number":1,"cost":"3100","description":"\u5b89\u88c5UPS\u67b6\u5b50\u7535\u7f06\u7b49\u914d\u4ef6","supplier_id":608,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"0","total_cost":"3100","erp_sales_order_product_id":1339,"supplier":{"id":608,"key":608,"name":"\u6dd8\u5b9d\u7f51"},"product":{"id":942,"name":"\u7b2c\u4e09\u65b9\u5916\u91c7\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":134,"product_serie":593,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:30:30","updated_at":"2023-08-11 16:02:40","pinyin_shortcut":"dsfwcjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":134,"key":134,"name":"\u7b2c\u4e09\u65b9"},"productSerie":{"id":593,"key":593,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1339,"erp_sales_order_id":1381,"erp_store_id":"","product_id":942,"description":"\u5b89\u88c5UPS\u67b6\u5b50\u7535\u7f06\u7b49\u914d\u4ef6","number":"1","outbound":"0","amount":"0","total_amount":"0","last_number":"","last_amount":"","last_total_amount":"","cost":"3100","total_cost":"3100","supplier_id":608,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}},{"id":7391,"project_id":3709,"product_id":942,"amount":"0","number":1,"cost":"500","description":"","supplier_id":123,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"0","total_cost":"500","erp_sales_order_product_id":1340,"supplier":{"id":123,"key":123,"name":"\u667a\u76df\u4e16\u7eaa(\u5317\u4eac)\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":942,"name":"\u7b2c\u4e09\u65b9\u5916\u91c7\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":134,"product_serie":593,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:30:30","updated_at":"2023-08-11 16:02:40","pinyin_shortcut":"dsfwcjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":134,"key":134,"name":"\u7b2c\u4e09\u65b9"},"productSerie":{"id":593,"key":593,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":{"id":1340,"erp_sales_order_id":1381,"erp_store_id":"","product_id":942,"description":"","number":"1","outbound":"0","amount":"0","total_amount":"0","last_number":"","last_amount":"","last_total_amount":"","cost":"500","total_cost":"500","supplier_id":123,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3709,"comment":5},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1381,"serial_no":"XSDD-20241111-00001","from_date":"","wrote_date":"2024-10-29","handler":1004,"client_id":3303,"purchase_contract_id":"","project_id":3709,"sales_contract_id":3645,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2024-11-04 16:58:53","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"4","amount":"305280","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-11-04 16:58:53","updated_at":"2024-11-04 16:58:53"},"projectUsedClient":{"id":21,"project_id":3709,"used_client":5,"budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[],"is_only_cp":false,"remain_display":281,"progress_remain_display":281,"forecast_remain_display":281,"projectProductTotalAmount":305280,"projectProductAllAmount":true,"projectProductTotalCost":164880,"projectProductAllCost":true,"projectProductTotalNumber":4,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":false,"can_payment":false,"duration_display":7,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"30.53\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3676,"client_id":3309,"project_status":3,"project_progress":6,"budget":"24000","profit_pct":"32.8","bargain_date":"2024-09-30","description":"","created_by":1004,"created_at":"2024-10-08 15:47:00","updated_at":"2024-11-21 17:25:16","engineer_id":"","project_title":"\u6df1\u4fe1\u670dEDR","collected":"24000","status_updated_at":"2024-10-08 16:27:08.648571+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-10-08 15:47:00.842376+08","forecast_updated_at":"2024-10-08 15:47:00.842376+08","end_at":"2024-10-28 16:49:28","pinyin_shortcut":"sxfEDR","creator":1004,"used_client":"","from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":603,"is_sales_order_ready":true,"collected_plan":24000,"change_status_to":"","is_verify":false,"profits":"7872.00000000000000000","remain":"308 days 01:50:50.837409","progress_remain":"308 days 02:30:58.643604","forecast_remain":"308 days 02:30:58.643604","lost_contact_days":"","last_contact":"","last_arrive_days":"","last_arrive":"","duration":"20 days 01:02:27.215113","issued_invoices":"24000.00","client":{"id":3309,"key":3309,"name":"\u4e2d\u90fd\uff08\u682a\u6d32\uff09\u7269\u6d41\u6709\u9650\u516c\u53f8","logo":"","client_type":5,"client_class":80,"client_industry":8,"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\/1004.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":8,"key":8,"name":"\u7269\u6d41"}},"usedClient":{},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3676,"value":"1","key":1017,"name":"\u8f66\u660e\u98de"}],"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":"24000","pct":"32.8","profit":"7872","project_id":3676}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":{},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":{"project_id":3676,"points":"62"},"workLogCount":"","caseCount":{"project_id":3676,"count":2},"salesTimeCount":{},"implementTimeCount":{"project_id":3676,"sum":"2","times":"2"},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{"id":3573,"from_project":3676,"payment_collection_remind_ahead":"00:00:00","serial_no":"TS-YJC-2024093001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"24000","contractScans":[{"id":30004,"object_type":105,"object_id":3573,"attachment_id":21785,"attachment":{"id":21785,"key":21785,"name":"b2ff49b7-0eaa-366e-b145-7475a3199ef9","extension":"pdf","path":"\/vue\/attachment\/preview\/b2ff49b7-0eaa-366e-b145-7475a3199ef9\/\u4e2d\u90fd24000.pdf","orig_name":"\u4e2d\u90fd24000.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":113,"serial_no":"SKD-20241028-00001","wrote_date":"2024-10-28","from_date":"","handler":1004,"user_id":"","client_id":3309,"sales_contract_id":3573,"supplier_id":"","purchase_contract_id":"","status":2,"abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","verify_at":"2024-10-28 16:49:27","stop_at":"","refuse_description":"","is_resubmitted":false,"amount":"24000","settle_amount":"24000","created_by":1013,"stop_description":"","is_settle":false,"is_old":true,"created_at":"2024-10-28 16:49:27","updated_at":"2024-10-28 16:49:27","paid_amount":""}],"salesContractPayments":[{"id":"1113","key":"1113","contract_id":3573,"value":"24000","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1821,"key":1821,"contract_id":3573,"value":"24000.00","attachment_id":"","from_date":"2024-10-08","attachment":{}}],"salesContractPaymentCollectionRemindDates":[{"id":2097,"key":2097,"contract_id":3573,"name":"2024-10-28","value":"24000","overdue_days":0,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":6987,"user_id":1004,"key":1004,"contract_id":3573,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":6988,"user_id":5388,"key":5388,"contract_id":3573,"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"}}},{"id":6989,"user_id":1001,"key":1001,"contract_id":3573,"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"}}}],"salesSupplierRels":[{"id":1970,"contract_id":3573,"supplier_id":236,"purchase_id":3631,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":3631,"key":3631,"serial_no":"TSKJ20241029-HYF-002"}}],"payment_collection_remind_ahead_display":"\u4e0d\u63d0\u9192"},"projectRemindReceivers":[],"projectProductRels":[{"id":7245,"project_id":3676,"product_id":1077,"amount":"120","number":200,"cost":"72","description":"SaaS-EDR","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"24000","total_cost":"14400","erp_sales_order_product_id":1279,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1077,"name":"\u6df1\u4fe1\u670d\u7ec8\u7aef\u5b89\u5168\u7ba1\u7406\u7cfb\u7edf\u8f6f\u4ef6","product_type":4,"product_component":51,"product_brand":12,"product_serie":655,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-11-14 11:16:41","updated_at":"2023-11-14 11:16:41","pinyin_shortcut":"sxfzdaqglxtrj","product_unit":2,"is_renew":false,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":51,"key":51,"name":"\u7ba1\u7406\u8f6f\u4ef6\u548c\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":655,"key":655,"name":"\u7ec8\u7aef\u5b89\u5168\u7ba1\u7406"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1279,"erp_sales_order_id":1361,"erp_store_id":"","product_id":1077,"description":"SaaS-EDR","number":"200","outbound":"0","amount":"120","total_amount":"24000","last_number":"","last_amount":"","last_total_amount":"","cost":"72","total_cost":"14400","supplier_id":236,"hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":""}}],"commentCount":{"object_id":3676,"comment":7},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":{"id":1361,"serial_no":"XSDD-20241028-00001","from_date":"","wrote_date":"2024-09-30","handler":1004,"client_id":3309,"purchase_contract_id":"","project_id":3676,"sales_contract_id":3573,"erp_store_id":"","status":2,"erp_send_type_id":"","abstract":"","description":"","verify_type":1,"next_verify_user":"","next_stop_verify_user":"","next_cancel_verify_user":"","verify_at":"2024-10-08 16:27:08","stop_at":"","cancel_at":"","refuse_description":"","is_resubmitted":false,"is_done":true,"number":"200","amount":"24000","created_by":1004,"stop_description":"","extra":"","outbound_status":"","is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-10-08 16:27:08","updated_at":"2024-10-08 16:27:08"},"projectUsedClient":{},"schedules":[],"is_only_cp":false,"remain_display":308,"progress_remain_display":308,"forecast_remain_display":308,"projectProductTotalAmount":24000,"projectProductAllAmount":true,"projectProductTotalCost":14400,"projectProductAllCost":true,"projectProductTotalNumber":200,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":false,"can_payment":false,"duration_display":20,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":false,"lost_contact_days_display":"","can_view_product":true,"budget_display":"2.4\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0},{"id":3504,"client_id":2091,"project_status":5,"project_progress":9,"budget":"212000","profit_pct":"70","bargain_date":"2024-09-30","description":"","created_by":1004,"created_at":"2024-04-15 16:48:02","updated_at":"2024-09-12 18:10:24","engineer_id":"","project_title":"\u963f\u91cc\u4e91VM\u8fc1\u79fb\u9879\u76ee","collected":"0","status_updated_at":"2024-09-12 18:10:24.524008+08","success_rate":"","comment":"","contract_type":1,"progress_updated_at":"2024-05-12 19:14:45.098341+08","forecast_updated_at":"2024-09-12 18:10:24.524008+08","end_at":"2024-09-12 18:10:24","pinyin_shortcut":"alyVMqyxm","creator":1004,"used_client":5,"from_contact":"","total_contact_point":"","paid_contact_point":"","project_product_version_id":336,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":"","is_verify":false,"profits":"148400.0000000000000000","remain":"334 days 00:07:34.961972","progress_remain":"456 days 23:03:14.387639","forecast_remain":"334 days 00:07:34.961972","lost_contact_days":"413.191660717361","last_contact":"2024-06-25 13:42:00","last_arrive_days":"","last_arrive":"","duration":"150 days 01:22:22.439079","issued_invoices":"","client":{"id":2091,"key":2091,"name":"\u795e\u5dde\u6570\u7801\u7cfb\u7edf\u96c6\u6210\u670d\u52a1\u6709\u9650\u516c\u53f8","logo":"","client_type":2,"client_class":47,"client_industry":20,"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\/1004.jpg"}},"clientType":{"id":2,"key":2,"name":"\u7cfb\u7edf\u96c6\u6210\u5546"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":{"id":5,"key":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8"},"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3504,"value":"1","key":1015,"name":"\u5434\u660a"}],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"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":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"212000","pct":"70","profit":"148400","project_id":3504}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":{},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","department_id":1,"avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"casePoints":"","workLogCount":{"project_id":3504,"count":1},"caseCount":"","salesTimeCount":{},"implementTimeCount":{},"presalesTimeCount":{},"engineerTimeCount":{},"reimbursementAmountSum":{},"buildContract":{},"projectRemindReceivers":[],"projectProductRels":[{"id":6173,"project_id":3504,"product_id":941,"amount":"210000","number":1,"cost":"0","description":"","supplier_id":"","hardware_from":"","software_from":"","maintenance_from":"","hardware_to":"","software_to":"","maintenance_to":"","total_amount":"210000","total_cost":"0","erp_sales_order_product_id":"","supplier":"","product":{"id":941,"name":"\u62d3\u5b9e\u4eba\u5de5\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":133,"product_serie":592,"product_misc":"","product_qa":"","pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:29:24","updated_at":"2023-08-11 16:02:47","pinyin_shortcut":"tsrgjsfw","product_unit":7,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":133,"key":133,"name":"\u62d3\u5b9e"},"productSerie":{"id":592,"key":592,"name":"\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1"},"productUnit":{"id":7,"key":7,"name":"\u6b21"}},"erpSalesOrderProduct":""}],"commentCount":{"object_id":3504,"comment":2},"unreadComments":{},"fromContact":"","projectContactPoints":[],"erpSalesOrder":"","projectUsedClient":{"id":5,"project_id":3504,"used_client":5,"budget":"","profit":"","profit_pct":"","collected_plan":"","remind_ahead":"","usedClient":{"id":5,"name":"\u4e2d\u7535\u79d1\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"zdktltxkjyxgs","description":"\u66fe\u7528\u540d\uff1a\u5317\u4eac\u666e\u5929\u592a\u529b\u901a\u4fe1\u79d1\u6280\u6709\u9650\u516c\u53f8","corp_rep":"\u738b\u7acb\u56fd","website":"http:\/\/www.putiantaili.com","capital":"3783.56","established_at":"1992-09-01","headcount":"2200","reg_address":7,"working_address":"","telephone":"010-62683399","fax":"","scale":"1000000000","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":1,"client_class":47,"client_industry":6,"client_type":6,"sales_rep":1004,"main_contact":"","created_by":1004,"created_at":"2017-02-08 15:59:11","updated_at":"2025-08-03 22:20:51","main_business":"\u4e3b\u8981\u4ece\u4e8b\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u7684\u9500\u552e\u548c\u670d\u52a1\uff0c\u662f\u4e2d\u56fd\u6700\u5927\u7684\u79fb\u52a8\u901a\u4fe1\u4ea7\u54c1\u5206\u9500\u5546\u4e4b\u4e00\u3002","deleted":false,"capital_currency":"rmb","invoice_info":"\u7edf\u4e00\u793e\u4f1a\u4fe1\u7528\u4ee3\u7801\uff1a91110108101972028F","logo":"","en_name":"","pick_at":"2021-06-03 15:44:50","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":7,"client_key_info_count":3,"contact_count":9,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":2,"case_implement_count":53,"is_overdue_remind":false,"from_contact":""},"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":""},"schedules":[],"is_only_cp":false,"remain_display":334,"progress_remain_display":456,"forecast_remain_display":334,"projectProductTotalAmount":210000,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":212000,"is_exceeded":false,"can_update":true,"can_delete":false,"unread":0,"last_arrive_days_display":"","project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":150,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":false,"lost_contact_days_display":"1\u5e74\u524d","can_view_product":true,"budget_display":"21.2\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0}],"thisUser":{"id":1004,"name":"\u4f0a\u5cfb\u8fb0","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"options":{"Projects[project_status]":{"key":"Projects[project_status]","name":"\u5546\u673a\u72b6\u6001","value":[{"key":1,"name":"\u9690\u6027\u9700\u6c42","color":"#ffc000"},{"key":2,"name":"\u660e\u786e\u9700\u6c42","color":"#0064ec"},{"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},{"key":4,"name":"\u5546\u673a\u5931\u8d25","color":"#e5000a"},{"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"}]}},"can_create":true,"can_create_work_log":true,"can_create_schedule":true,"pagenation":{"totalcount":232,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-12 18:17:59') RETURNING "id" |
18:17:59.514 | 6.1 ms | yii\db\Command::query | SELECT "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 (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) GROUP BY "c"."project_id" |
18:17:59.523 | 5.9 ms | yii\db\Command::query | SELECT "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 (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "c"."project_id" |
18:17:59.453 | 3.8 ms | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1004 |
18:17:59.655 | 3.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_visit_module_histories" WHERE ("user_id"=1004) AND ("object_type"=1) AND ("visit_date"='2025-08-12') |
18:17:59.544 | 3.1 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "contract_id", "amount" AS "value", "created_by" FROM (SELECT * FROM ((SELECT '1' || r.id::varchar as id, 1 as ticket_type, r.sales_contract_id as contract_id, r.amount as amount, t.created_at as collected_date, t.created_at, t.created_by, t.abstract as description FROM "a57be577deb434"."tbl_erp_collect_ticket_settles" "r" LEFT JOIN "a57be577deb434"."tbl_erp_collect_tickets" "t" ON r.erp_collect_ticket_id = t.id WHERE (r.sales_contract_id is not null) AND ("t"."status" IN (2, 5, 1))) UNION ALL ( SELECT '2' || r.id::varchar as id, 2 as ticket_type, r.sales_contract_id as contract_id, r.amount as amount, t.created_at as collected_date, t.created_at, t.created_by, t.abstract as description FROM "a57be577deb434"."tbl_erp_cash_cost_ticket_sales_contract_settles" "r" LEFT JOIN "a57be577deb434"."tbl_erp_cash_cost_tickets" "t" ON r.erp_cash_cost_ticket_id = t.id WHERE (r.sales_contract_id is not null) AND ("t"."status" IN (2, 5, 1)) ) UNION ALL ( SELECT '3' || r.id::varchar as id, 3 as ticket_type, r.sales_contract_id as contract_id, 0 - r.amount as amount, t.created_at as collected_date, t.created_at, t.created_by, t.abstract as description FROM "a57be577deb434"."tbl_erp_payment_ticket_settles" "r" LEFT JOIN "a57be577deb434"."tbl_erp_payment_tickets" "t" ON r.erp_payment_ticket_id = t.id WHERE (r.sales_contract_id is not null) AND ("t"."status" IN (2, 5, 1)) )) "sub") "r" WHERE "contract_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083) ORDER BY "id" DESC |
18:17:59.450 | 2.7 ms | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
18:17:59.529 | 2.4 ms | yii\db\Command::query | SELECT "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 (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "c"."project_id" |
18:17:59.461 | 2.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1004 |
18:17:59.536 | 2.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=105) AND ("object_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083)) |
18:17:59.539 | 1.9 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=106) AND ("object_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083)) |
18:17:59.608 | 1.8 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_schedule_descriptions" WHERE "schedule_id" IN (17630, 16897, 16896, 17561, 17702, 17896) ORDER BY "created_at" DESC |
18:17:59.541 | 1.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=107) AND ("object_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083)) |
18:17:59.532 | 1.6 ms | yii\db\Command::query | SELECT "project_id", sum(amount) AS sum FROM "a57be577deb434"."tbl_reimbursements" WHERE ("status" IN (2, 3)) AND ("project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "project_id" |
18:17:59.606 | 1.3 ms | yii\db\Command::query | SELECT s.id, project_id, client_id, schedule_title, complete_at, start_at, end_at, created_by, is_complete, is_closed, complete_description, set_top_at, CASE WHEN is_complete = true THEN 3 WHEN is_complete = false AND end_at <= NOW() THEN 2 ELSE 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (("is_complete"=FALSE) OR ("complete_at" >= '2025-07-29')) AND ((("is_public"=1) AND ("created_by" != 1004)) OR ("created_by"=1004) OR ("ccr"."user_id"=1004)) AND ("s"."project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) ORDER BY set_top_at DESC nulls last, sort ASC, CASE WHEN is_complete = true THEN complete_at END DESC, CASE WHEN is_complete = false THEN end_at END ASC, end_at DESC |
18:17:59.521 | 1.1 ms | yii\db\Command::query | SELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_cases" WHERE "project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) GROUP BY "project_id" |
18:17:59.602 | 1.0 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_sales_orders" WHERE ("status" IN (2, 5)) AND ("project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) |
18:17:59.554 | 1.0 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_product_rels" WHERE "project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.559 | 0.9 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_sales_order_products" WHERE "id" IN (1748, 1749, 1750, 1752, 1757, 1758, 1759, 1438, 1475, 1561, 1562, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1663, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1785, 1730, 1731, 1732, 1733, 1734, 1279, 1525, 1337, 1338, 1339, 1340, 1476, 1662, 1751, 1784, 1826, 1824, 1825, 1827) |
18:17:59.611 | 0.9 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3940)) |
18:17:59.659 | 0.9 ms | yii\db\Command::execute | UPDATE "a57be577deb434"."tbl_visit_module_histories" SET "num"=14, "last_visit_at"='now()' WHERE "id"=55250 |
18:17:59.634 | 0.9 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3522)) |
18:17:59.543 | 0.9 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_collect_tickets" WHERE ("status"=2) AND ("sales_contract_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083)) ORDER BY "id" DESC |
18:17:59.534 | 0.9 ms | yii\db\Command::query | SELECT "id", "from_project", "payment_collection_remind_ahead", "serial_no", "is_settle", "is_deliver", "is_outbound", "erp_settle_amount" FROM "a57be577deb434"."tbl_sales_contracts" WHERE "from_project" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.612 | 0.9 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3807)) |
18:17:59.619 | 0.9 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3906)) |
18:17:59.614 | 0.9 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3256)) |
18:17:59.618 | 0.9 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3841)) |
18:17:59.627 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3740)) |
18:17:59.626 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3776)) |
18:17:59.628 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3657)) |
18:17:59.505 | 0.8 ms | yii\db\Command::query | SELECT 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 (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.624 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3781)) |
18:17:59.630 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3708)) |
18:17:59.621 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3874)) |
18:17:59.623 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3797)) |
18:17:59.637 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3709)) |
18:17:59.638 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3676)) |
18:17:59.622 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3873)) |
18:17:59.503 | 0.8 ms | yii\db\Command::query | SELECT "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 (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) ORDER BY "contribution" DESC, "engineer_id" |
18:17:59.631 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3707)) |
18:17:59.632 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3706)) |
18:17:59.639 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3504)) |
18:17:59.633 | 0.8 ms | yii\db\Command::query | SELECT EXISTS(SELECT "p".* 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 WHERE ((c.sales_rep IS NULL) OR ("c"."sales_rep" IN (1004, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 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, 5072, 5033, 5359, 5412, 5409, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1004) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1004))) AND ("p"."id"=3705)) |
18:17:59.556 | 0.8 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_products" WHERE "id" IN (965, 968, 2034, 2035, 1755, 1307, 1756, 941, 1914, 1958, 1959, 1547, 1589, 1221, 1592, 1591, 1598, 1599, 1597, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 1873, 942, 1376, 1663, 1664, 922, 1077, 1939, 2033, 2049, 2069, 2068) |
18:17:59.512 | 0.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (3343, 15, 3378, 3377, 48, 3363, 1172, 3303, 2091, 3309) |
18:17:59.506 | 0.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.501 | 0.7 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1004) |
18:17:59.548 | 0.6 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "contract_id", "amount" AS "value", "attachment_id", "from_date" FROM "a57be577deb434"."tbl_sales_contract_invoices" WHERE "contract_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083) ORDER BY "id" |
18:17:59.508 | 0.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.509 | 0.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.549 | 0.5 ms | yii\db\Command::query | SELECT "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 (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083) ORDER BY "remind_date" |
18:17:59.558 | 0.5 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id" IN (1262, 1334, 783, 1361, 1362, 1363, 1364, 1414, 1415, 1009, 593, 592, 1024, 1484, 1485, 1033, 103, 655, 712, 104, 231, 739, 1598, 1612, 606, 985, 1052) |
18:17:59.507 | 0.5 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "description" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=13) AND ("id" IN (215, 5, 2, 130, 142, 1, 226, 179, 164, 181, 184, 200, 189, 136, 140, 185, 191, 308, 204, 197, 199, 165, 160, 349, 363, 369, 374, 377, 232, 356, 354, 323, 340, 324, 357, 128, 172)) ORDER BY "sort" |
18:17:59.499 | 0.5 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "logo", "client_type", "client_class", "client_industry", "sales_rep" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (3343, 15, 3378, 3377, 48, 3363, 1172, 3303, 2091, 3309) |
18:17:59.551 | 0.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sales_supplier_rels" WHERE "contract_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083) |
18:17:59.599 | 0.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_contact_points" WHERE "project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.549 | 0.5 ms | yii\db\Command::query | SELECT "id", "user_id", "user_id" AS "key", "contract_id" FROM "a57be577deb434"."tbl_sales_contract_payment_collection_remind_receivers" WHERE "contract_id" IN (4035, 3573, 3645, 3709, 3737, 3783, 3844, 3915, 3998, 4026, 4016, 4086, 4082, 4083) |
18:17:59.600 | 0.5 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "client_id", "supplier_id" FROM "a57be577deb434"."tbl_contacts" WHERE "id" IN (4137, 4612) |
18:17:59.538 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (21785, 22486, 23323, 23465, 24294, 24856, 25691, 25709, 26540, 26794, 26741) |
18:17:59.522 | 0.4 ms | yii\db\Command::query | SELECT "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 (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "project_id" |
18:17:59.532 | 0.4 ms | yii\db\Command::query | SELECT "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 (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "project_id" |
18:17:59.520 | 0.4 ms | yii\db\Command::query | SELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504)) GROUP BY "project_id" |
18:17:59.552 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "serial_no" FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id" IN (3784, 3631, 3780, 3653, 3845, 3893, 4004, 4031, 4017, 4038, 4063) |
18:17:59.552 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (174, 236, 658, 660, 68) |
18:17:59.603 | 0.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_clients" WHERE "project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.603 | 0.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=5 |
18:17:59.601 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_contact_point_rels" WHERE ("contact_id", "project_id") IN ((4137, 3874), (4612, 3522), (4612, 3797)) |
18:17:59.505 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "project_status" AS "name", "color" FROM "a57be577deb434"."tbl_project_statuses" WHERE "id" IN (3, 5) |
18:17:59.502 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "notice_days", "color" FROM "a57be577deb434"."tbl_client_classes" WHERE "id" IN (43, 80, 47) |
18:17:59.511 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=1 |
18:17:59.604 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_client_payment_collection_remind_receivers" WHERE "project_used_client_id" IN (5, 8, 21, 22, 23, 24, 26, 46, 138, 109, 136, 152, 112, 114) |
18:17:59.557 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id" IN (53, 47, 13, 58, 208, 189, 151, 200, 26, 35, 51, 15, 65) |
18:17:59.557 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id" IN (7, 4, 2, 3, 22, 19, 5) |
18:17:59.553 | 0.3 ms | yii\db\Command::query | SELECT "id", "user_id", "user_id" AS "key", "project_id" FROM "a57be577deb434"."tbl_project_remind_receivers" WHERE "project_id" IN (3940, 3807, 3256, 3841, 3906, 3874, 3873, 3797, 3781, 3776, 3740, 3657, 3708, 3707, 3706, 3705, 3522, 3709, 3676, 3504) |
18:17:59.604 | 0.3 ms | yii\db\Command::query | SELECT "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 (5, 8, 21, 22, 23, 24, 26, 46, 138, 109, 136, 152, 112, 114) |
18:17:59.605 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_client_payments" WHERE "project_used_client_id" IN (5, 8, 21, 22, 23, 24, 26, 46, 138, 109, 136, 152, 112, 114) |
18:17:59.509 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=10) AND ("id" IN (215, 5, 2, 130, 142, 1, 226, 179, 164, 181, 184, 200, 189, 136, 140, 185, 191, 308, 204, 197, 199, 165, 160, 349, 363, 369, 374, 377, 232, 356, 354, 323, 340, 324, 357, 128, 172)) ORDER BY "sort" |
18:17:59.558 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id" IN (138, 3, 6, 12, 134, 133, 50, 4) |
18:17:59.505 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "project_progress" AS "name", "description" FROM "a57be577deb434"."tbl_project_progresses" WHERE "id" IN (6, 5, 4, 9) |
18:17:59.559 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id" IN (2, 7, 1, 8, 4) |
18:17:59.503 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "type" AS "name" FROM "a57be577deb434"."tbl_contract_types" WHERE "id" IN (1, 2) |
18:17:59.501 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_types" WHERE "id" IN (5, 2, 6) |
18:17:59.510 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=9) AND ("id" IN (215, 5, 2, 130, 142, 1, 226, 179, 164, 181, 184, 200, 189, 136, 140, 185, 191, 308, 204, 197, 199, 165, 160, 349, 363, 369, 374, 377, 232, 356, 354, 323, 340, 324, 357, 128, 172)) ORDER BY "sort" |
18:17:59.605 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_client_invoices" WHERE "project_used_client_id" IN (5, 8, 21, 22, 23, 24, 26, 46, 138, 109, 136, 152, 112, 114) |
18:17:59.502 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_industries" WHERE "id" IN (13, 8, 5, 20, 1) |
18:17:59.607 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1004 |
18:17:59.550 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1004, 5388, 1001, 1000, 5250, 5016, 5064) |
18:17:59.500 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1004 |
18:17:59.649 | 0.2 ms | yii\db\Command::query | SELECT "id" AS "key", "project_status" AS "name", "color" FROM "a57be577deb434"."tbl_project_statuses" WHERE "id" IN (1, 2, 3, 4, 5) ORDER BY "order" |
18:17:59.541 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (24182, 27000, 27072, 27224) |
18:17:59.555 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (68, 660, 236, 116, 174, 658, 293, 608, 123) |
18:17:59.608 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1004) |
18:17:59.649 | 0.2 ms | yii\db\Command::query | SELECT "id", "name" FROM "a57be577deb434"."tbl_users" WHERE "id"='1004' |
18:17:59.548 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1013 |
18:17:59.649 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1004) |
18:17:59.550 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 1000, 5250, 5016, 5388, 5064, 1004)) |
18:17:59.511 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1004) |
18:17:59.511 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1004 |
18:17:59.600 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=2091 |
18:17:59.553 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
18:17:59.512 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 1004) |
18:17:59.512 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 1004)) |
18:17:59.513 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1004 |
18:17:59.503 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=5 |
18:17:59.553 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001) |
18:17:59.601 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id"=479 |
18:17:59.514 | 0.2 ms | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1004) |