Total processing time: 191 ms; Peak memory: 7.701 MB. Show Profiling Timeline
Time | Duration | Category | Info |
---|---|---|---|
15:25:48.255 | 31.0 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 (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, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1000) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1000))) AND ("ttr2"."taxonomy_id"='232') GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC LIMIT 10 |
15:25:48.227 | 27.5 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 (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, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("prr"."user_id"=1000) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1000))) AND ("ttr2"."taxonomy_id"='232') GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC) "c" |
15:25:48.346 | 19.9 ms | yii\db\Command::query | SELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=1) AND ("object_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "object_id" |
15:25:48.366 | 17.1 ms | yii\db\Command::query | SELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=1) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "object_id" |
15:25:48.300 | 5.5 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) GROUP BY "c"."project_id" |
15:25:48.308 | 5.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(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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "c"."project_id" |
15:25:48.393 | 4.8 ms | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 0, 266, 'v2/project/list', '{"access_token":"gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om","ProjectSearch":{"projectProductTypes":"","created_by":"","salesForecast":"232","project_status":"","project_progress":"","engineer_id":""},"device_type":"0","version_code":"266","page":"1","token":"034536358b772780cc8b9615605afc4b","posttime":"1757489148","pagesize":"10"}', '{"code":200,"data":{"list":[{"id":3577,"client_id":3278,"project_status":3,"project_progress":9,"budget":"198354","profit_pct":"-0.71","bargain_date":"2024-06-25","description":"","created_by":1001,"created_at":"2024-06-26 10:50:35","updated_at":"2025-09-05 11:16:23","engineer_id":null,"project_title":"PA1410\u9632\u706b\u58992\u5957\u65b0\u8d2d\u9879\u76ee","collected":"198354","status_updated_at":"2024-06-26 10:50:35.474112+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-06-26 10:50:35.474112+08","forecast_updated_at":"2024-06-26 10:50:35.474112+08","end_at":"2024-09-24 13:35:40","pinyin_shortcut":"PA1410fhq2txgxm","creator":1001,"used_client":null,"from_contact":1262,"total_contact_point":"26476","paid_contact_point":"26476","project_product_version_id":523,"is_sales_order_ready":true,"collected_plan":198354,"change_status_to":null,"is_verify":false,"profits":"-1408.313400000000000000","remain":"441 days 04:35:12.782557","progress_remain":"441 days 04:35:12.782557","forecast_remain":"441 days 04:35:12.782557","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"90 days 02:45:04.663669","issued_invoices":"198354.00","client":{"id":3278,"key":3278,"name":"\u5317\u4eac\u521b\u5b89\u5149\u901a\u79d1\u6280\u53d1\u5c55\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":43,"client_industry":13,"sales_rep":1001,"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":13,"key":13,"name":"SI\/ISV"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":87,"product_type_id":87,"key":87,"name":"\u5b89\u5168","budget":"198354.00","pct":"-0.71","profit":"-1408.3134","project_id":3577}],"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":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"casePoints":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3364,"from_project":3577,"payment_collection_remind_ahead":"7 days","serial_no":"TS-HYF-2024062501","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"198354","erp_un_settle_amount":"0","including_tax":true,"amount":"198354","contractScans":[{"id":31070,"object_type":105,"object_id":3364,"attachment_id":19980,"attachment":{"id":19980,"key":19980,"name":"3f4fb0c6-72d6-34ed-ade6-f90f9c306016","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/3f4fb0c6-72d6-34ed-ade6-f90f9c306016\/\u521b\u5b89\u5149\u901a.pdf","orig_name":"\u521b\u5b89\u5149\u901a.pdf"}}],"receiptScans":[{"id":27594,"object_type":106,"object_id":3364,"attachment_id":20715,"attachment":{"id":20715,"key":20715,"name":"4626bfd6-f39b-38de-bc6e-d57b6a614c1b","extension":"jpeg","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/4626bfd6-f39b-38de-bc6e-d57b6a614c1b\/WechatIMG180.jpeg","orig_name":"WechatIMG180.jpeg"}}],"verifyScans":[],"erpCollectTickets":[{"id":115,"serial_no":"SKD-20240924-00002","wrote_date":"2024-09-24","from_date":null,"handler":1001,"user_id":null,"client_id":3278,"sales_contract_id":3364,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2024-09-24 13:35:39","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"198354","settle_amount":"198354","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2024-09-24 13:35:39","updated_at":"2024-09-24 13:35:39","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1115","key":"1115","contract_id":3364,"value":"198354","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1740,"key":1740,"contract_id":3364,"value":"198354.00","attachment_id":null,"from_date":"2024-08-05","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2010,"key":2010,"contract_id":3364,"name":"2024-09-19","value":"198354","overdue_days":5,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7324,"user_id":5388,"key":5388,"contract_id":3364,"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":7325,"user_id":1001,"key":1001,"contract_id":3364,"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":2199,"contract_id":3364,"supplier_id":90,"purchase_id":3365,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3365,"key":3365,"serial_no":"X_2024SBQ15876"}},{"id":3205,"contract_id":3364,"supplier_id":431,"purchase_id":4133,"supplier":{"id":431,"key":431,"name":"\u5317\u4eac\u60e0\u8054\u8baf\u901a\u4fe1\u606f\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8"},"purchase":{"id":4133,"key":4133,"serial_no":"\u65b9\u5f0f\u5730\u65b9\u662f"}}],"payment_collection_remind_ahead_display":"7\u5929","invoiced":198354},"projectRemindReceivers":[{"id":1091,"user_id":1001,"key":1001,"project_id":3577,"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":7951,"project_id":3577,"product_id":969,"amount":"47830","number":2,"cost":"35000","description":"","supplier_id":90,"hardware_from":"2025-07-31","software_from":null,"maintenance_from":null,"hardware_to":"2025-07-31","software_to":null,"maintenance_to":null,"total_amount":"95660","total_cost":"70000","erp_sales_order_product_id":969,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":969,"name":"PAN-PA-1410","product_type":5,"product_component":26,"product_brand":8,"product_serie":607,"product_misc":null,"product_qa":null,"pn":"","description":"Palo Alto Networks PA-1410","created_by":1013,"created_at":"2023-08-04 15:49:28","updated_at":"2024-01-12 15:43:25","pinyin_shortcut":"PANPA1410","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":8,"key":8,"name":"Paloalto"},"productSerie":{"id":607,"key":607,"name":"PA-1410\u9632\u706b\u5899\u4e3b\u673a"},"productUnit":{"id":1,"key":1,"name":"\u53f0"}},"erpSalesOrderProduct":{"id":969,"erp_sales_order_id":1271,"erp_store_id":null,"product_id":969,"description":"","number":"2","outbound":"0","amount":"47830","total_amount":"95660","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"35000","total_cost":"70000","supplier_id":90,"hardware_from":"2025-07-31","software_from":null,"maintenance_from":null,"hardware_to":"2025-07-31","software_to":null,"maintenance_to":null}},{"id":7952,"project_id":3577,"product_id":1586,"amount":"11868","number":2,"cost":"15203.5","description":"","supplier_id":90,"hardware_from":"2025-07-31","software_from":null,"maintenance_from":null,"hardware_to":"2025-07-31","software_to":null,"maintenance_to":null,"total_amount":"23736","total_cost":"30407.0","erp_sales_order_product_id":970,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1586,"name":"PAN-SVC-BKLN-1410","product_type":5,"product_component":35,"product_brand":8,"product_serie":1359,"product_misc":null,"product_qa":null,"pn":"","description":"PA-1410, Partner enabled premium support, 1 year (12 months) term.","created_by":1013,"created_at":"2024-04-26 09:35:29","updated_at":"2024-06-26 13:07:03","pinyin_shortcut":"PANSVCBKLN1410","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":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1359,"key":1359,"name":"PA-1410\u4e00\u5e74\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":970,"erp_sales_order_id":1271,"erp_store_id":null,"product_id":1586,"description":"","number":"2","outbound":"0","amount":"11868","total_amount":"23736","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"15203.5","total_cost":"30407.0","supplier_id":90,"hardware_from":"2025-07-31","software_from":null,"maintenance_from":null,"hardware_to":"2025-07-31","software_to":null,"maintenance_to":null}},{"id":7953,"project_id":3577,"product_id":1657,"amount":"39479","number":2,"cost":"30000","description":"","supplier_id":90,"hardware_from":null,"software_from":"2024-08-01","maintenance_from":null,"hardware_to":null,"software_to":"2025-07-31","maintenance_to":null,"total_amount":"78958","total_cost":"60000","erp_sales_order_product_id":971,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1657,"name":"PAN-PA-1410-BND-CORESEC","product_type":5,"product_component":36,"product_brand":8,"product_serie":1243,"product_misc":null,"product_qa":null,"pn":"","description":"PA-1410, Core Security Subscription Bundle (Advanced Threat Prevention, Advanced URL Filtering, Advanced Wildfire, DNS Security and SD-WAN ), 1 years (12 months) term\n","created_by":1013,"created_at":"2024-06-26 10:53:31","updated_at":"2024-06-26 10:53:31","pinyin_shortcut":"PANPA1410BNDCORESEC","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1243,"key":1243,"name":"PA1410\u8f6f\u4ef6\u6388\u6743"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":971,"erp_sales_order_id":1271,"erp_store_id":null,"product_id":1657,"description":"","number":"2","outbound":"0","amount":"39479","total_amount":"78958","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"30000","total_cost":"60000","supplier_id":90,"hardware_from":null,"software_from":"2024-08-01","maintenance_from":null,"hardware_to":null,"software_to":"2025-07-31","maintenance_to":null}}],"commentCount":{"object_id":3577,"comment":3},"unreadComments":null,"fromContact":{"id":1262,"key":1262,"name":"\u5218\u70b3\u5764","client_id":null,"supplier_id":100,"mobiles":[{"id":6789,"contact_id":1262,"mobile":"15810817538","mp_open_id":null}],"client":null,"supplier":{"id":100,"key":100,"name":"\u6d3e\u62d3\u7f51\u7edc(\u4e0a\u6d77)\u6709\u9650\u8d23\u4efb\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8"}},"projectContactPoints":[{"id":774,"project_id":3577,"contact_id":1262,"point":"26476.00","paid_point":"26476","contact":{"id":1262,"key":1262,"name":"\u5218\u70b3\u5764","client_id":null,"supplier_id":100,"client":null,"supplier":{"id":100,"key":100,"name":"\u6d3e\u62d3\u7f51\u7edc(\u4e0a\u6d77)\u6709\u9650\u8d23\u4efb\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8"}},"projectContactPointRels":[{"id":138,"project_id":3577,"contact_id":1262,"point":"26476.00","day_at":"2024-12-16","description":"","created_at":"2024-12-16 10:10:44"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1271,"serial_no":"XSDD-20240924-00001","from_date":null,"wrote_date":"2024-06-25","handler":1001,"client_id":3278,"purchase_contract_id":null,"project_id":3577,"sales_contract_id":3364,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2024-09-24 13:35:40","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"6","amount":"198354","created_by":1001,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-06-26 10:50:35","updated_at":"2024-09-24 13:35:40"},"projectUsedClient":null,"remain_display":441,"progress_remain_display":441,"forecast_remain_display":441,"projectProductTotalAmount":198354,"projectProductAllAmount":true,"projectProductTotalCost":160407,"projectProductAllCost":true,"projectProductTotalNumber":6,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":90,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"19.84\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":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-09-03 16:41:03","engineer_id":null,"project_title":"ZStack\u4e91\u4ea7\u54c1\uff08\u7518\u674e\u836f\u4e1a\uff09\u91c7\u8d2d\u9879\u76ee","collected":"34200","status_updated_at":"2025-07-08 13:11:56.995814+08","success_rate":null,"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":null,"from_contact":null,"total_contact_point":"27700","paid_contact_point":null,"project_product_version_id":933,"is_sales_order_ready":true,"collected_plan":228000,"change_status_to":null,"is_verify":false,"profits":"31213.200000000000000000","remain":"64 days 02:13:51.260855","progress_remain":"70 days 05:24:16.906915","forecast_remain":"104 days 01:21:26.037234","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"104 days 01:21:26.037234","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":null,"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":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":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":null,"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":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"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":"34200","erp_un_settle_amount":"193800","including_tax":true,"amount":"228000","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":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/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":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/15378cb0-d4e6-3f6a-8836-6a99b50fe7c4\/2025_07_24_10_00_48.pdf","orig_name":"2025_07_24_10_00_48.pdf"}}],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[{"id":"12005","key":"12005","contract_id":4016,"value":"34200","created_by":5388,"createdBy":{"id":5388,"key":5388,"name":"\u6768\u71d5\u971e","sex":"F","department_id":6},"pct":15}],"salesContractInvoices":[{"id":2097,"key":2097,"contract_id":4016,"value":"228000.00","attachment_id":null,"from_date":"2025-07-18","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2487,"key":2487,"contract_id":4016,"name":"2025-09-30","value":"228000","overdue_days":null,"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","invoiced":228000},"projectRemindReceivers":[],"projectProductRels":[{"id":10332,"project_id":3874,"product_id":965,"amount":"4500.00","number":8,"cost":"3750.00","description":"","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null,"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":null,"product_qa":null,"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":null,"product_id":965,"description":"","number":"8","outbound":"0","amount":"4500.00","total_amount":"36000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"3750.00","total_cost":"30000","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null}},{"id":10333,"project_id":3874,"product_id":968,"amount":"500.00","number":192,"cost":"297.00","description":"","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null,"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":null,"product_qa":null,"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":null,"product_id":968,"description":"","number":"192","outbound":"0","amount":"500.00","total_amount":"96000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"297.00","total_cost":"57024","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null}},{"id":10334,"project_id":3874,"product_id":2034,"amount":"64000.00","number":1,"cost":"40000.00","description":"","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null,"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":null,"product_qa":null,"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":null,"product_id":2034,"description":"","number":"1","outbound":"0","amount":"64000.00","total_amount":"64000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"40000.00","total_cost":"40000","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null}},{"id":10335,"project_id":3874,"product_id":2033,"amount":"20000.00","number":1,"cost":"13246.00","description":"","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null,"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":null,"product_qa":null,"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":null,"product_id":2033,"description":"","number":"1","outbound":"0","amount":"20000.00","total_amount":"20000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"13246.00","total_cost":"13246","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null}},{"id":10336,"project_id":3874,"product_id":2035,"amount":"6000.00","number":2,"cost":"5000.00","description":"","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null,"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":null,"product_qa":null,"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":null,"product_id":2035,"description":"","number":"2","outbound":"0","amount":"6000.00","total_amount":"12000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"5000.00","total_cost":"10000","supplier_id":68,"hardware_from":null,"software_from":"2025-07-10","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-10","maintenance_to":null}}],"commentCount":{"object_id":3874,"comment":2},"unreadComments":null,"fromContact":null,"projectContactPoints":[{"id":1087,"project_id":3874,"contact_id":4137,"point":"27700.00","paid_point":null,"contact":{"id":4137,"key":4137,"name":"\u9a6c\u6653\u5149","client_id":null,"supplier_id":479,"client":null,"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":null,"wrote_date":"2025-06-27","handler":1004,"client_id":3377,"purchase_contract_id":null,"project_id":3874,"sales_contract_id":4016,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"204","amount":"228000","created_by":1004,"stop_description":null,"extra":null,"outbound_status":false,"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":null,"budget":null,"profit":null,"profit_pct":null,"collected_plan":null,"remind_ahead":null,"usedClient":null,"projectUsedClientPaymentCollectionRemindReceivers":[],"projectUsedClientPaymentCollectionRemindDates":[],"projectUsedClientPayments":[],"projectUsedClientInvoices":[],"invoiced":0,"collected":0,"un_invoiced":0,"un_collected":0,"remind_ahead_display":"\u4e0d\u63d0\u9192","project_used_client_collected_plan":0,"project_used_client_collected_plan_pct":""},"remain_display":64,"progress_remain_display":70,"forecast_remain_display":104,"projectProductTotalAmount":228000,"projectProductAllAmount":true,"projectProductTotalCost":150270,"projectProductAllCost":true,"projectProductTotalNumber":204,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u5546\u673a\u6210\u4ea4","is_collected":false,"bgcolor":"#53cd02","can_invoice":true,"can_payment":true,"duration_display":104,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"22.8\u4e07","contact_points_status_display":"\u672a\u6838\u9500","verify_display":0,"un_collected":"193800","un_invoiced":0},{"id":3578,"client_id":3280,"project_status":3,"project_progress":9,"budget":"122200","profit_pct":"8.24","bargain_date":"2024-08-29","description":"","created_by":1004,"created_at":"2024-06-26 16:36:48","updated_at":"2025-08-29 12:20:40","engineer_id":null,"project_title":"ZStack\u4e91\u8f6f\u4ef6","collected":"122200","status_updated_at":"2024-11-17 18:04:27.608654+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-11-17 18:04:27.608654+08","forecast_updated_at":"2024-11-17 18:04:27.608654+08","end_at":"2025-02-20 11:19:25","pinyin_shortcut":"ZStackyrj","creator":1004,"used_client":null,"from_contact":null,"total_contact_point":"3000","paid_contact_point":"3000","project_product_version_id":729,"is_sales_order_ready":true,"collected_plan":122200,"change_status_to":null,"is_verify":false,"profits":"10069.280000000000000000","remain":"296 days 21:21:20.648015","progress_remain":"296 days 21:21:20.648015","forecast_remain":"296 days 21:21:20.648015","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"238 days 18:42:36.263231","issued_invoices":"122200.00","client":{"id":3280,"key":3280,"name":"\u5317\u4eac\u4f17\u901a\u667a\u4e91\u79d1\u6280\u6709\u9650\u516c\u53f8\/\u4e2d\u56fd\u822a\u6cb9\u96c6\u56e2\u77f3\u6cb9\u80a1\u4efd\u6709\u9650\u516c\u53f8\uff08ZStack\u8fc7\u5355\uff09","logo":null,"client_type":6,"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":6,"key":6,"name":"\u592e\u4f01"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":88,"product_type_id":88,"key":88,"name":"\u79c1\u6709\u4e91","budget":"122200.00","pct":"8.24","profit":"10069.28","project_id":3578}],"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":null,"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":3578,"points":"688"},"workLogCount":null,"caseCount":{"project_id":3578,"count":6},"salesTimeCount":null,"implementTimeCount":{"project_id":3578,"sum":"22.85","times":"6"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3578,"sum":"3088"},"buildContract":{"id":3368,"from_project":3578,"payment_collection_remind_ahead":"00:00:00","serial_no":"TS-YJC-20240829-001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"122200","erp_un_settle_amount":"0","including_tax":true,"amount":"122200","contractScans":[{"id":32535,"object_type":105,"object_id":3368,"attachment_id":21221,"attachment":{"id":21221,"key":21221,"name":"3e5aed2f-9d1b-30c9-a7c6-a60163964c8d","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/3e5aed2f-9d1b-30c9-a7c6-a60163964c8d\/2024_09_02_09_31_53.pdf","orig_name":"2024_09_02_09_31_53.pdf"}},{"id":32536,"object_type":105,"object_id":3368,"attachment_id":22488,"attachment":{"id":22488,"key":22488,"name":"172a694d-6a75-3986-aa5c-1e766b87ef16","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/172a694d-6a75-3986-aa5c-1e766b87ef16\/\u8865\u5145\u534f\u8bae.pdf","orig_name":"\u8865\u5145\u534f\u8bae.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":256,"serial_no":"SKD-20250220-00001","wrote_date":"2025-02-20","from_date":null,"handler":1004,"user_id":null,"client_id":3280,"sales_contract_id":3368,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2025-02-20 11:19:25","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"122200","settle_amount":"122200","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-02-20 11:19:25","updated_at":"2025-02-20 11:19:25","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1256","key":"1256","contract_id":3368,"value":"122200","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1860,"key":1860,"contract_id":3368,"value":"122200.00","attachment_id":null,"from_date":"2024-11-15","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2277,"key":2277,"contract_id":3368,"name":"2025-03-31","value":"122200","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7921,"user_id":1004,"key":1004,"contract_id":3368,"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":2439,"contract_id":3368,"supplier_id":67,"purchase_id":3369,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"purchase":{"id":3369,"key":3369,"serial_no":"XM20240626000491"}},{"id":2440,"contract_id":3368,"supplier_id":67,"purchase_id":3690,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"purchase":{"id":3690,"key":3690,"serial_no":"XM20241205000219"}}],"payment_collection_remind_ahead_display":"\u4e0d\u63d0\u9192","invoiced":122200},"projectRemindReceivers":[],"projectProductRels":[{"id":8851,"project_id":3578,"product_id":1913,"amount":"9400.00","number":10,"cost":"8071.00","description":"","supplier_id":67,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"94000","total_cost":"80710","erp_sales_order_product_id":974,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1913,"name":"ZStack Zaku \u5bb9\u5668\u4e91\u5e73\u53f0 V2.0","product_type":7,"product_component":53,"product_brand":138,"product_serie":1585,"product_misc":null,"product_qa":null,"pn":"","description":"ZStack Zaku \u5bb9\u5668 \u4e91\u5e73\u53f0\u4f01\u4e1a\u7248: \u57fa\u4e8e Kubernetes \u6784\u5efa\u7684 \u4f01\u4e1a\u7ea7 PaaS \u8f6f\u4ef6,\u6700\u5927 \u5316\u5c4f\u853d\u539f\u751f\u590d\u6742 \u6982 \u5ff5,\u4f9d\u636e\u4f20\u7edf \u7528\u6237\u4f7f\u7528\u4e60\u60ef\u8fdb \u884c\u6781 \u7b80\u5316\u3002\u63d0\u4f9b \u591a\u79df\u6237\u3001\u591a\u96c6 \u7fa4\u3001\u8d44\u6e90 \u914d\u989d\u7ba1 \u7406\u3001CI\/CD \u7b49\u529f \u80fd,\u5e2e\u52a9\u4f01 \u4e1a\u5feb \u901f\u5b9e\u73b0\u4e91\u539f\u751f; \u5177\u5907\u529f\u80fd:1. \u4e00 \u952e\u6574\u5408\u57fa\u7840\u8bbe\u65bd: \u5feb\u901f\u6574\u5408\u8ba1\u7b97\u3001 \u5b58\u50a8\u3001\u7f51\u7edc\u8d44 \u6e90,\u4ee5\u6807\u51c6\u5316\u7684 \u5bb9\u5668 \u5f62\u5f0f\u4ea4\u4ed8\u8d44 \u6e90; 2.\u5e94\u7528\u5168\u751f \u547d\u5468\u671f\u7ba1\u7406:\u591a\u5f15 \u64ce\u3001CI\/CD \u7b49\u529f \u80fd\u52a9\u529b\u5e94 \u7528\u5feb\u901f \u8fed\u4ee3,\u654f\u6377\u5f00 \u53d1; 3.\u7cbe\u7ec6\u5316 \u5206 \u914d\u63a7\u5236:\u57fa\u4e8e\u591a\u79df \u6237,RBAC \u6a21\u578b \u7ba1\u7406\u8d44\u6e90,\u5b8c\u5584 \u7684\u5ba1\u8ba1\u65e5\u5fd7,\u8ba9 \u6240 \u6709\u64cd\u4f5c\u90fd\u6709\u8ff9 \u53ef\u5faa;4.\u591a\u7ef4\u5ea6\u667a \u80fd \u8fd0\u7ef4:\u5185\u7f6e\u76d1\u63a7 \u544a\u8b66\u3001\u65e5\u5fd7\u6536\u96c6 \u6a21\u5757 \u7b49\u5e2e\u52a9\u4f01\u4e1a \u7edf\u4e00\u6536\u96c6\u3001\u5feb\u901f \u68c0\u7d22\u3002","created_by":1013,"created_at":"2024-12-25 17:21:54","updated_at":"2024-12-25 17:21:54","pinyin_shortcut":"ZStackZakurqyptV20","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":1585,"key":1585,"name":"ZStack Zaku \u5bb9\u5668\u4e91\u5e73\u53f0 V2.0"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":974,"erp_sales_order_id":1273,"erp_store_id":null,"product_id":1913,"description":"","number":"10","outbound":"0","amount":"9400.00","total_amount":"94000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"8071.00","total_cost":"80710","supplier_id":67,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":8852,"project_id":3578,"product_id":1178,"amount":"14100.00","number":2,"cost":"10000.00","description":"","supplier_id":67,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"28200","total_cost":"20000","erp_sales_order_product_id":975,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1178,"name":"ZStack \u5e74\u5ea6\u6280\u672f\u652f\u6301\u670d\u52a1","product_type":19,"product_component":151,"product_brand":138,"product_serie":1009,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2023-12-28 10:17:36","updated_at":"2024-01-24 15:32:43","pinyin_shortcut":"ZStackndjszcfw","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":138,"key":138,"name":"ZStack"},"productSerie":{"id":1009,"key":1009,"name":"\u6280\u672f\u652f\u6301\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":975,"erp_sales_order_id":1273,"erp_store_id":null,"product_id":1178,"description":"","number":"2","outbound":"0","amount":"14100.00","total_amount":"28200","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"10000.00","total_cost":"20000","supplier_id":67,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3578,"comment":4},"unreadComments":null,"fromContact":null,"projectContactPoints":[{"id":887,"project_id":3578,"contact_id":5780,"point":"3000.00","paid_point":"3000","contact":{"id":5780,"key":5780,"name":"Zstack\u5434\u6770","client_id":3267,"supplier_id":null,"client":{"id":3267,"key":3267,"name":"zstack\u5173\u7cfb\u6237\uff08\u8fc7\u5355\uff09"},"supplier":null},"projectContactPointRels":[{"id":165,"project_id":3578,"contact_id":5780,"point":"3000.00","day_at":"2025-02-27","description":"","created_at":"2025-02-27 10:11:41"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1273,"serial_no":"XSDD-20250220-00001","from_date":null,"wrote_date":"2024-08-29","handler":1004,"client_id":3280,"purchase_contract_id":null,"project_id":3578,"sales_contract_id":3368,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2025-02-20 11:19:25","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"12","amount":"122200","created_by":1004,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-06-26 16:36:48","updated_at":"2025-02-20 11:19:25"},"projectUsedClient":null,"remain_display":296,"progress_remain_display":296,"forecast_remain_display":296,"projectProductTotalAmount":122200,"projectProductAllAmount":true,"projectProductTotalCost":100710,"projectProductAllCost":true,"projectProductTotalNumber":12,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":238,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"12.22\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3507,"client_id":1663,"project_status":3,"project_progress":9,"budget":"375500.1","profit_pct":"3.21","bargain_date":"2024-05-23","description":"","created_by":5300,"created_at":"2024-04-16 21:19:14","updated_at":"2025-05-29 10:47:23","engineer_id":null,"project_title":"PA\u7eed\u4fdd1\u5e74-2024-C","collected":"375500.1","status_updated_at":"2024-05-29 09:03:58.806255+08","success_rate":null,"comment":"","contract_type":2,"progress_updated_at":"2024-05-12 21:40:47.430424+08","forecast_updated_at":"2024-06-17 13:19:53.836339+08","end_at":"2024-07-26 16:46:15","pinyin_shortcut":"PAxb1n2024C","creator":5300,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":487,"is_sales_order_ready":true,"collected_plan":375500.1,"change_status_to":null,"is_verify":false,"profits":"12053.553210000000000000","remain":"469 days 06:21:49.450414","progress_remain":"485 days 17:45:00.826245","forecast_remain":"450 days 02:05:54.42033","lost_contact_days":"162.010280748484","last_contact":"2025-04-01 15:11:00","last_arrive_days":"162.010280748484","last_arrive":"2025-04-01 15:11:00+08","duration":"100 days 19:27:00.665185","issued_invoices":"375500.10","client":{"id":1663,"key":1663,"name":"\u5317\u4eac\u8f66\u4e4b\u5bb6\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8\u3010\u6c7d\u8f66\u4e4b\u5bb6-\u5317\u4eac\u76ae\u5c14\u5e03\u83b1\u5c3c\u8f6f\u4ef6\u6709\u9650\u516c\u53f8-\u5317\u4eac\u9f50\u5c14\u5e03\u83b1\u7279\u79d1\u6280\u6709\u9650\u516c\u53f8-\u5317\u4eac\u8f66\u667a\u8d62\u79d1\u6280\u6709\u9650\u516c\u53f8\u3011","logo":null,"client_type":5,"client_class":80,"client_industry":5,"sales_rep":5300,"salesRep":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"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":5,"key":5,"name":"\u5236\u9020"}},"usedClient":null,"contractType":{"id":2,"key":2,"name":"\u8fd0\u7ef4\u670d\u52a1"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":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":"375500.1","pct":"3.21","profit":"12053.55321","project_id":3507}],"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":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"salesRep":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"casePoints":{"project_id":3507,"points":"181"},"workLogCount":{"project_id":3507,"count":14},"caseCount":{"project_id":3507,"count":3},"salesTimeCount":{"project_id":3507,"hours":"1.85","times":3},"implementTimeCount":{"project_id":3507,"sum":"4.16666666666667","times":"2"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3507,"sum":"220"},"buildContract":{"id":3316,"from_project":3507,"payment_collection_remind_ahead":"7 days","serial_no":"CHZH-2024019","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"375500.1","erp_un_settle_amount":"0","including_tax":true,"amount":"375500.1","contractScans":[{"id":26287,"object_type":105,"object_id":3316,"attachment_id":19483,"attachment":{"id":19483,"key":19483,"name":"35a1af85-7ffb-3f85-a72e-b7d4aa9fe08c","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/35a1af85-7ffb-3f85-a72e-b7d4aa9fe08c\/2024_05_29_11_44_23.pdf","orig_name":"2024_05_29_11_44_23.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":19,"serial_no":"SKD-20240726-00001","wrote_date":"2024-07-26","from_date":null,"handler":5300,"user_id":null,"client_id":1663,"sales_contract_id":3316,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2024-07-26 16:46:15","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"375500.1","settle_amount":"375500.1","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2024-07-26 16:46:15","updated_at":"2024-07-26 16:46:15","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"119","key":"119","contract_id":3316,"value":"375500.1","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1678,"key":1678,"contract_id":3316,"value":"375500.10","attachment_id":null,"from_date":"2024-06-05","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":1688,"key":1688,"contract_id":3316,"name":"2024-08-14","value":"375500.1","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":5297,"user_id":5300,"key":5300,"contract_id":3316,"user":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}}},{"id":5298,"user_id":1001,"key":1001,"contract_id":3316,"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":5299,"user_id":5388,"key":5388,"contract_id":3316,"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":1182,"contract_id":3316,"supplier_id":90,"purchase_id":3320,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3320,"key":3320,"serial_no":"X_2024SBQ12468"}},{"id":1260,"contract_id":3316,"supplier_id":90,"purchase_id":3319,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3319,"key":3319,"serial_no":"X_2024SBQ12340"}},{"id":1512,"contract_id":3316,"supplier_id":90,"purchase_id":3405,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3405,"key":3405,"serial_no":"X_2024SBQ17640"}},{"id":1618,"contract_id":3316,"supplier_id":365,"purchase_id":3321,"supplier":{"id":365,"key":365,"name":"\u5317\u4eac\u767e\u8fbe\u4fe1\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3321,"key":3321,"serial_no":"TSKJ-20240529-HYF-009"}}],"payment_collection_remind_ahead_display":"7\u5929","invoiced":375500.1},"projectRemindReceivers":[{"id":1059,"user_id":1001,"key":1001,"project_id":3507,"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":5495,"project_id":3507,"product_id":1357,"amount":"99700","number":1,"cost":"70000","description":"","supplier_id":90,"hardware_from":null,"software_from":"2024-05-30","maintenance_from":null,"hardware_to":null,"software_to":"2025-05-22","maintenance_to":null,"total_amount":"99700","total_cost":"70000","erp_sales_order_product_id":902,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1357,"name":"PAN-PA-5220-TP-R","product_type":5,"product_component":36,"product_brand":8,"product_serie":1000,"product_misc":null,"product_qa":null,"pn":"","description":"Threat prevention subscription renewal, PA-5220","created_by":1013,"created_at":"2024-01-26 13:49:55","updated_at":"2024-01-26 13:49:55","pinyin_shortcut":"PANPA5220TPR","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1000,"key":1000,"name":"PA5220\u8f6f\u4ef6\u6388\u6743"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":902,"erp_sales_order_id":1251,"erp_store_id":null,"product_id":1357,"description":"","number":"1","outbound":"0","amount":"99700","total_amount":"99700","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"70000","total_cost":"70000","supplier_id":90,"hardware_from":null,"software_from":"2024-05-30","maintenance_from":null,"hardware_to":null,"software_to":"2025-05-22","maintenance_to":null}},{"id":5496,"project_id":3507,"product_id":590,"amount":"99700","number":1,"cost":"0","description":"","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":"2024-05-23","hardware_to":null,"software_to":null,"maintenance_to":"2025-05-22","total_amount":"99700","total_cost":"0","erp_sales_order_product_id":903,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":590,"name":"PAN-SVC-BKLN-3050-R","product_type":5,"product_component":35,"product_brand":8,"product_serie":191,"product_misc":5,"product_qa":null,"pn":"","description":"Partner enabled premium support year 1 renewal, PA-3050","created_by":1013,"created_at":"2019-07-22 16:40:16","updated_at":"2024-01-12 15:19:03","pinyin_shortcut":"PANSVCBKLN3050R","product_unit":8,"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":8,"key":8,"name":"Paloalto"},"productSerie":{"id":191,"key":191,"name":"PA3050\u4e00\u5e74\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":903,"erp_sales_order_id":1251,"erp_store_id":null,"product_id":590,"description":"","number":"1","outbound":"0","amount":"99700","total_amount":"99700","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"0","total_cost":"0","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":"2024-05-23","hardware_to":null,"software_to":null,"maintenance_to":"2025-05-22"}},{"id":5498,"project_id":3507,"product_id":942,"amount":"0","number":1,"cost":"198321","description":"","supplier_id":365,"hardware_from":null,"software_from":null,"maintenance_from":"2024-05-23","hardware_to":null,"software_to":null,"maintenance_to":"2025-05-22","total_amount":"0","total_cost":"198321","erp_sales_order_product_id":904,"supplier":{"id":365,"key":365,"name":"\u5317\u4eac\u767e\u8fbe\u4fe1\u901a\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":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:30:30","updated_at":"2025-08-25 16:06:57","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":904,"erp_sales_order_id":1251,"erp_store_id":null,"product_id":942,"description":"","number":"1","outbound":"0","amount":"0","total_amount":"0","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"198321","total_cost":"198321","supplier_id":365,"hardware_from":null,"software_from":null,"maintenance_from":"2024-05-23","hardware_to":null,"software_to":null,"maintenance_to":"2025-05-22"}},{"id":5494,"project_id":3507,"product_id":1624,"amount":"25466.7","number":3,"cost":"1022","description":"","supplier_id":90,"hardware_from":null,"software_from":"2024-05-30","maintenance_from":null,"hardware_to":null,"software_to":"2025-05-30","maintenance_to":null,"total_amount":"76400.1","total_cost":"3066","erp_sales_order_product_id":901,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1624,"name":"PAN-SOFTWARE-NGFW-CR","product_type":5,"product_component":36,"product_brand":8,"product_serie":1382,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-05-28 17:27:39","updated_at":"2025-09-04 11:42:10","pinyin_shortcut":"PANSOFTWARENGFWCR","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1382,"key":1382,"name":"PA\u865a\u62df\u9632\u706b\u5899\u8f6f\u4ef6\u6388\u6743"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":901,"erp_sales_order_id":1251,"erp_store_id":null,"product_id":1624,"description":"","number":"3","outbound":"0","amount":"25466.7","total_amount":"76400.1","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"1022","total_cost":"3066","supplier_id":90,"hardware_from":null,"software_from":"2024-05-30","maintenance_from":null,"hardware_to":null,"software_to":"2025-05-30","maintenance_to":null}},{"id":5497,"project_id":3507,"product_id":1624,"amount":"0","number":20,"cost":"1022","description":"\u8ddf\u7528\u6237\u7b7e\u7ea63\u4e2a\uff0c\u5b9e\u9645\u4e0b\u535523\u4e2a","supplier_id":90,"hardware_from":null,"software_from":"2024-05-30","maintenance_from":null,"hardware_to":null,"software_to":"2025-05-30","maintenance_to":null,"total_amount":"0","total_cost":"20440","erp_sales_order_product_id":906,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1624,"name":"PAN-SOFTWARE-NGFW-CR","product_type":5,"product_component":36,"product_brand":8,"product_serie":1382,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-05-28 17:27:39","updated_at":"2025-09-04 11:42:10","pinyin_shortcut":"PANSOFTWARENGFWCR","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1382,"key":1382,"name":"PA\u865a\u62df\u9632\u706b\u5899\u8f6f\u4ef6\u6388\u6743"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":906,"erp_sales_order_id":1251,"erp_store_id":null,"product_id":1624,"description":"\u8ddf\u7528\u6237\u7b7e\u7ea63\u4e2a\uff0c\u5b9e\u9645\u4e0b\u535523\u4e2a","number":"20","outbound":"0","amount":"0","total_amount":"0","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"1022","total_cost":"20440","supplier_id":90,"hardware_from":null,"software_from":"2024-05-30","maintenance_from":null,"hardware_to":null,"software_to":"2025-05-30","maintenance_to":null}},{"id":5493,"project_id":3507,"product_id":1623,"amount":"99700","number":1,"cost":"50000","description":"","supplier_id":90,"hardware_from":"2024-05-22","software_from":null,"maintenance_from":null,"hardware_to":"2025-05-22","software_to":null,"maintenance_to":null,"total_amount":"99700","total_cost":"50000","erp_sales_order_product_id":905,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1623,"name":"PAN-SVC-BKLN-5220-R","product_type":5,"product_component":35,"product_brand":8,"product_serie":356,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-05-28 17:18:17","updated_at":"2024-05-28 17:18:17","pinyin_shortcut":"PANSVCBKLN5220R","product_unit":2,"is_renew":true,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":356,"key":356,"name":"PA5220\u4e00\u5e74\u670d\u52a1"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":905,"erp_sales_order_id":1251,"erp_store_id":null,"product_id":1623,"description":"","number":"1","outbound":"0","amount":"99700","total_amount":"99700","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"50000","total_cost":"50000","supplier_id":90,"hardware_from":"2024-05-22","software_from":null,"maintenance_from":null,"hardware_to":"2025-05-22","software_to":null,"maintenance_to":null}},{"id":5499,"project_id":3507,"product_id":1624,"amount":"0","number":10,"cost":"1114.3","description":"\u589e\u8d2d10\u4e2a","supplier_id":90,"hardware_from":null,"software_from":"2024-07-15","maintenance_from":null,"hardware_to":null,"software_to":"2025-07-15","maintenance_to":null,"total_amount":"0","total_cost":"11143.0","erp_sales_order_product_id":907,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1624,"name":"PAN-SOFTWARE-NGFW-CR","product_type":5,"product_component":36,"product_brand":8,"product_serie":1382,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-05-28 17:27:39","updated_at":"2025-09-04 11:42:10","pinyin_shortcut":"PANSOFTWARENGFWCR","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1382,"key":1382,"name":"PA\u865a\u62df\u9632\u706b\u5899\u8f6f\u4ef6\u6388\u6743"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":907,"erp_sales_order_id":1251,"erp_store_id":null,"product_id":1624,"description":"\u589e\u8d2d10\u4e2a","number":"10","outbound":"0","amount":"0","total_amount":"0","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"1114.3","total_cost":"11143.0","supplier_id":90,"hardware_from":null,"software_from":"2024-07-15","maintenance_from":null,"hardware_to":null,"software_to":"2025-07-15","maintenance_to":null}}],"commentCount":{"object_id":3507,"comment":3},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1251,"serial_no":"XSDD-20240726-00001","from_date":null,"wrote_date":"2024-05-23","handler":5300,"client_id":1663,"purchase_contract_id":null,"project_id":3507,"sales_contract_id":3316,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2024-07-26 16:46:15","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"37","amount":"375500.1","created_by":5300,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-05-29 09:03:58","updated_at":"2024-07-26 16:46:15"},"projectUsedClient":null,"remain_display":469,"progress_remain_display":485,"forecast_remain_display":450,"projectProductTotalAmount":375500.1,"projectProductAllAmount":true,"projectProductTotalCost":352970,"projectProductAllCost":true,"projectProductTotalNumber":37,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"5\u4e2a\u6708\u524d","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":100,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":false,"is_admin":true,"lost_contact_days_display":"5\u4e2a\u6708\u524d","can_view_product":true,"budget_display":"37.55\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3749,"client_id":3302,"project_status":3,"project_progress":9,"budget":"400000","profit_pct":"5.01","bargain_date":"2024-09-10","description":"","created_by":1004,"created_at":"2024-12-23 14:40:59","updated_at":"2025-05-06 16:02:40","engineer_id":null,"project_title":"ZStack\u8d85\u878d\u5408\u8fc7\u5355","collected":"400000","status_updated_at":"2024-12-30 14:59:34.925404+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-12-23 14:40:59.004924+08","forecast_updated_at":"2024-12-23 14:40:59.004924+08","end_at":"2025-02-25 10:36:07","pinyin_shortcut":"ZStackcrhgd","creator":1004,"used_client":null,"from_contact":null,"total_contact_point":"127800","paid_contact_point":"127800","project_product_version_id":784,"is_sales_order_ready":true,"collected_plan":400000,"change_status_to":null,"is_verify":false,"profits":"20040.000000000000000000","remain":"254 days 00:26:13.331265","progress_remain":"261 days 00:44:49.251745","forecast_remain":"261 days 00:44:49.251745","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"63 days 19:55:08.817414","issued_invoices":"400000.00","client":{"id":3302,"key":3302,"name":"\u6210\u90fd\u7cbe\u7075\u4e91\u79d1\u6280\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":null,"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":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":7,"product_type_id":7,"key":7,"name":"\u8f6f\u4ef6","budget":"400000.00","pct":"5.01","profit":"20040","project_id":3749}],"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":null,"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":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3738,"from_project":3749,"payment_collection_remind_ahead":"1 day","serial_no":"JLY-CG202409192","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"400000","erp_un_settle_amount":"0","including_tax":true,"amount":"400000","contractScans":[{"id":32537,"object_type":105,"object_id":3738,"attachment_id":23474,"attachment":{"id":23474,"key":23474,"name":"3e709e6d-e06f-34bd-a887-7523f905f762","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/3e709e6d-e06f-34bd-a887-7523f905f762\/\u62d3\u5b9e\u8d2d\u9500\u5408\u540c\u76d6\u7ae0\u724820240910\uff0840\u4e07\u5143\uff09.pdf","orig_name":"\u62d3\u5b9e\u8d2d\u9500\u5408\u540c\u76d6\u7ae0\u724820240910\uff0840\u4e07\u5143\uff09.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":222,"serial_no":"SKD-20250221-00001","wrote_date":"2025-02-21","from_date":null,"handler":1004,"user_id":null,"client_id":3302,"sales_contract_id":3738,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2025-02-21 16:01:13","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"280000","settle_amount":"280000","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-02-21 16:01:13","updated_at":"2025-02-21 16:01:13","paid_amount":null,"contact_id":null},{"id":221,"serial_no":"SKD-20250212-00001","wrote_date":"2024-12-23","from_date":null,"handler":1004,"user_id":null,"client_id":3302,"sales_contract_id":3738,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2025-02-12 16:14:45","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"120000","settle_amount":"120000","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-02-12 16:14:45","updated_at":"2025-02-12 16:14:45","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1222","key":"1222","contract_id":3738,"value":"280000","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":70},{"id":"1221","key":"1221","contract_id":3738,"value":"120000","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":30}],"salesContractInvoices":[{"id":1949,"key":1949,"contract_id":3738,"value":"400000.00","attachment_id":null,"from_date":"2025-02-12","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2340,"key":2340,"contract_id":3738,"name":"2024-12-26","value":"120000","overdue_days":48,"pct":30,"collect_status":"\u5df2\u5b8c\u6210"},{"id":2341,"key":2341,"contract_id":3738,"name":"2025-02-25","value":"280000","overdue_days":null,"pct":70,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7922,"user_id":1004,"key":1004,"contract_id":3738,"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":7923,"user_id":5388,"key":5388,"contract_id":3738,"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":7924,"user_id":1001,"key":1001,"contract_id":3738,"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":2463,"contract_id":3738,"supplier_id":67,"purchase_id":3807,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"purchase":{"id":3807,"key":3807,"serial_no":"XM20250225000132"}}],"payment_collection_remind_ahead_display":"1\u5929","invoiced":400000},"projectRemindReceivers":[],"projectProductRels":[{"id":8853,"project_id":3749,"product_id":1940,"amount":"14700.00","number":18,"cost":"7000.00","description":"","supplier_id":67,"hardware_from":null,"software_from":"2025-02-25","maintenance_from":null,"hardware_to":null,"software_to":"2026-02-24","maintenance_to":null,"total_amount":"264600","total_cost":"126000","erp_sales_order_product_id":1477,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1940,"name":"ZStack Cloud \u4e91\u5e73\u53f0 V4.0 \u56fd\u9632\u7248","product_type":7,"product_component":53,"product_brand":138,"product_serie":1262,"product_misc":null,"product_qa":null,"pn":"","description":"ZStack Cloud \u4e91\u5e73\u53f0\u56fd\u9632\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\u57fa\u4e8e\u98de\u817e\u3001\u9cb2\u9e4f\u56fd\u4ea7\u82af\u7247\u7684 \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\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\u4f7f\u7528 VPC \u7f51\u7edc\u6a21\u578b,\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\u3001 SNAT \u7f51\u7edc\u670d\u52a1\u3001\u7ec4\u64ad\u8def\u7531\u3001\u7aef\u53e3\u8f6c\u53d1\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\u914d\u7f6e \u57fa\u4e8e TCP\/UDP \u7aef\u53e3\u7684\u4e09\u5c42\u5b89\u5168\u7b56\u7565\u9694 \u79bb;5\u3001\u914d\u7f6e\u4e91\u5e73\u53f0\u8fd0\u8425\u529f\u80fd\u6a21\u5757:\u652f\u6301 \u8d26\u6237\u7ba1\u7406,\u652f\u6301\u8ba1\u91cf\u8ba1\u8d39\u529f\u80fd;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":"2025-02-25 11:03:23","updated_at":"2025-02-25 11:03:50","pinyin_shortcut":"ZStackCloudyptV40gfb","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":1477,"erp_sales_order_id":1423,"erp_store_id":null,"product_id":1940,"description":"","number":"18","outbound":"0","amount":"14700.00","total_amount":"264600","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"7000.00","total_cost":"126000","supplier_id":67,"hardware_from":null,"software_from":"2025-02-25","maintenance_from":null,"hardware_to":null,"software_to":"2026-02-24","maintenance_to":null}},{"id":8854,"project_id":3749,"product_id":1178,"amount":"39000.00","number":2,"cost":"21420.00","description":"","supplier_id":67,"hardware_from":null,"software_from":"2025-02-25","maintenance_from":null,"hardware_to":null,"software_to":"2026-02-24","maintenance_to":null,"total_amount":"78000","total_cost":"42840","erp_sales_order_product_id":1478,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1178,"name":"ZStack \u5e74\u5ea6\u6280\u672f\u652f\u6301\u670d\u52a1","product_type":19,"product_component":151,"product_brand":138,"product_serie":1009,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2023-12-28 10:17:36","updated_at":"2024-01-24 15:32:43","pinyin_shortcut":"ZStackndjszcfw","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":138,"key":138,"name":"ZStack"},"productSerie":{"id":1009,"key":1009,"name":"\u6280\u672f\u652f\u6301\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1478,"erp_sales_order_id":1423,"erp_store_id":null,"product_id":1178,"description":"","number":"2","outbound":"0","amount":"39000.00","total_amount":"78000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"21420.00","total_cost":"42840","supplier_id":67,"hardware_from":null,"software_from":"2025-02-25","maintenance_from":null,"hardware_to":null,"software_to":"2026-02-24","maintenance_to":null}},{"id":8855,"project_id":3749,"product_id":1178,"amount":"11480.00","number":5,"cost":"6000.00","description":"","supplier_id":67,"hardware_from":null,"software_from":"2025-02-25","maintenance_from":null,"hardware_to":null,"software_to":"2026-02-24","maintenance_to":null,"total_amount":"57400","total_cost":"30000","erp_sales_order_product_id":1479,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1178,"name":"ZStack \u5e74\u5ea6\u6280\u672f\u652f\u6301\u670d\u52a1","product_type":19,"product_component":151,"product_brand":138,"product_serie":1009,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2023-12-28 10:17:36","updated_at":"2024-01-24 15:32:43","pinyin_shortcut":"ZStackndjszcfw","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":138,"key":138,"name":"ZStack"},"productSerie":{"id":1009,"key":1009,"name":"\u6280\u672f\u652f\u6301\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1479,"erp_sales_order_id":1423,"erp_store_id":null,"product_id":1178,"description":"","number":"5","outbound":"0","amount":"11480.00","total_amount":"57400","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"6000.00","total_cost":"30000","supplier_id":67,"hardware_from":null,"software_from":"2025-02-25","maintenance_from":null,"hardware_to":null,"software_to":"2026-02-24","maintenance_to":null}}],"commentCount":{"object_id":3749,"comment":4},"unreadComments":null,"fromContact":null,"projectContactPoints":[{"id":888,"project_id":3749,"contact_id":5780,"point":"127800.00","paid_point":"127800","contact":{"id":5780,"key":5780,"name":"Zstack\u5434\u6770","client_id":3267,"supplier_id":null,"client":{"id":3267,"key":3267,"name":"zstack\u5173\u7cfb\u6237\uff08\u8fc7\u5355\uff09"},"supplier":null},"projectContactPointRels":[{"id":166,"project_id":3749,"contact_id":5780,"point":"127800.00","day_at":"2025-02-27","description":"","created_at":"2025-02-27 10:12:19"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1423,"serial_no":"XSDD-20250225-00001","from_date":null,"wrote_date":"2024-09-10","handler":1004,"client_id":3302,"purchase_contract_id":null,"project_id":3749,"sales_contract_id":3738,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2025-02-25 10:36:07","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"25","amount":"400000","created_by":1004,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-12-30 14:59:34","updated_at":"2025-02-25 10:36:07"},"projectUsedClient":null,"remain_display":254,"progress_remain_display":261,"forecast_remain_display":261,"projectProductTotalAmount":400000,"projectProductAllAmount":true,"projectProductTotalCost":198840,"projectProductAllCost":true,"projectProductTotalNumber":25,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":63,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"40\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3623,"client_id":2150,"project_status":3,"project_progress":5,"budget":"33042","profit_pct":"0.55","bargain_date":"2024-08-19","description":"","created_by":5295,"created_at":"2024-08-08 13:57:57","updated_at":"2025-03-17 10:59:30","engineer_id":null,"project_title":"(\u8fc7\u5355)\u65b0\u8d2d1\u53f0PA440","collected":"33042","status_updated_at":"2024-08-14 17:52:40.477283+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-08-08 13:57:57.64459+08","forecast_updated_at":"2024-08-08 13:57:57.64459+08","end_at":"2024-09-02 17:09:09","pinyin_shortcut":"gdxg1tPA440","creator":5295,"used_client":null,"from_contact":null,"total_contact_point":"7606","paid_contact_point":"7606","project_product_version_id":535,"is_sales_order_ready":true,"collected_plan":33042,"change_status_to":null,"is_verify":false,"profits":"181.731000000000000000","remain":"391 days 21:33:07.779386","progress_remain":"398 days 01:27:50.612079","forecast_remain":"398 days 01:27:50.612079","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"25 days 03:11:12.253162","issued_invoices":"33042.00","client":{"id":2150,"key":2150,"name":"\u5317\u4eac\u5730\u5e73\u7ebf\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8\/\u4e0a\u6d77\u5b89\u4ead\u5730\u5e73\u7ebf\u667a\u80fd\u4ea4\u901a\u6280\u672f\u6709\u9650\u516c\u53f8\/\u4e0a\u6d77\u7ea2\u897f\u74dc\u534a\u5bfc\u4f53\u6709\u9650\u516c\u53f8\/\u5b81\u6ce2\u5730\u5e73\u7ebf\u98d2\u817e\u79d1\u6280\u6709\u9650\u516c\u53f8(EDA)","logo":null,"client_type":3,"client_class":43,"client_industry":57,"sales_rep":5295,"salesRep":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"clientType":{"id":3,"key":3,"name":"\u5916\u4f01"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":57,"key":57,"name":"EDA\/CAE"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":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":87,"product_type_id":87,"key":87,"name":"\u5b89\u5168","budget":"33042","pct":"0.55","profit":"181.731","project_id":3623}],"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":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"salesRep":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"casePoints":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3470,"from_project":3623,"payment_collection_remind_ahead":"7 days","serial_no":"HT02-202408140013","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"33042","erp_un_settle_amount":"0","including_tax":true,"amount":"33042","contractScans":[{"id":32994,"object_type":105,"object_id":3470,"attachment_id":21134,"attachment":{"id":21134,"key":21134,"name":"ce6eb426-6203-36c4-b52b-e59d08815a83","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/ce6eb426-6203-36c4-b52b-e59d08815a83\/\u5730\u5e73\u7ebf.pdf","orig_name":"\u5730\u5e73\u7ebf.pdf"}}],"receiptScans":[{"id":28193,"object_type":106,"object_id":3470,"attachment_id":21135,"attachment":{"id":21135,"key":21135,"name":"83ac963d-aca3-36c0-b0ad-54ca6761f37a","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/83ac963d-aca3-36c0-b0ad-54ca6761f37a\/4502731960;4502783053-1.pdf","orig_name":"4502731960;4502783053-1.pdf"}}],"verifyScans":[],"erpCollectTickets":[{"id":80,"serial_no":"SKD-20240902-00002","wrote_date":"2024-09-02","from_date":null,"handler":5295,"user_id":null,"client_id":2150,"sales_contract_id":3470,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2024-09-02 17:09:09","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"33042","settle_amount":"33042","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2024-09-02 17:09:09","updated_at":"2024-09-02 17:09:09","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"180","key":"180","contract_id":3470,"value":"33042","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1755,"key":1755,"contract_id":3470,"value":"33042.00","attachment_id":null,"from_date":"2024-08-23","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":1952,"key":1952,"contract_id":3470,"name":"2024-09-30","value":"33042","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8054,"user_id":5295,"key":5295,"contract_id":3470,"user":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"id":8055,"user_id":5388,"key":5388,"contract_id":3470,"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":8056,"user_id":1001,"key":1001,"contract_id":3470,"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":2509,"contract_id":3470,"supplier_id":163,"purchase_id":3466,"supplier":{"id":163,"key":163,"name":"\u536b\u5b9e\u5eb7\u79d1\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"purchase":{"id":3466,"key":3466,"serial_no":"2024WSCN-E-020-C0944-PAN"}}],"payment_collection_remind_ahead_display":"7\u5929","invoiced":33042},"projectRemindReceivers":[{"id":1182,"user_id":1001,"key":1001,"project_id":3623,"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":9004,"project_id":3623,"product_id":849,"amount":"10886","number":1,"cost":"6211.47","description":"","supplier_id":163,"hardware_from":"2024-08-15","software_from":null,"maintenance_from":null,"hardware_to":"2027-08-14","software_to":null,"maintenance_to":null,"total_amount":"10886","total_cost":"6211.47","erp_sales_order_product_id":1148,"supplier":{"id":163,"key":163,"name":"\u536b\u5b9e\u5eb7\u79d1\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":849,"name":"PAN-PA-440","product_type":5,"product_component":26,"product_brand":8,"product_serie":801,"product_misc":null,"product_qa":null,"pn":"","description":"Palo Alto Networks PA-440","created_by":1013,"created_at":"2022-07-25 15:54:45","updated_at":"2024-01-12 15:21:09","pinyin_shortcut":"PANPA440","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":8,"key":8,"name":"Paloalto"},"productSerie":{"id":801,"key":801,"name":"PA-440\u9632\u706b\u5899\u4e3b\u673a"},"productUnit":{"id":1,"key":1,"name":"\u53f0"}},"erpSalesOrderProduct":{"id":1148,"erp_sales_order_id":1319,"erp_store_id":null,"product_id":849,"description":"","number":"1","outbound":"0","amount":"10886","total_amount":"10886","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"6211.47","total_cost":"6211.47","supplier_id":163,"hardware_from":"2024-08-15","software_from":null,"maintenance_from":null,"hardware_to":"2027-08-14","software_to":null,"maintenance_to":null}},{"id":9005,"project_id":3623,"product_id":1471,"amount":"16788","number":1,"cost":"10367.02","description":"","supplier_id":163,"hardware_from":null,"software_from":"2024-08-15","maintenance_from":null,"hardware_to":null,"software_to":"2027-08-14","maintenance_to":null,"total_amount":"16788","total_cost":"10367.02","erp_sales_order_product_id":1149,"supplier":{"id":163,"key":163,"name":"\u536b\u5b9e\u5eb7\u79d1\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1471,"name":"PAN-PA-440-BND-CORESEC-3YR","product_type":5,"product_component":36,"product_brand":8,"product_serie":999,"product_misc":null,"product_qa":null,"pn":"","description":"PA-440, Core Security Subscription Bundle\n(Advanced Threat Prevention, Advanced URL Filtering, Advanced Wildfire, DNS Security and SD-WAN), 3 years (36 months)term","created_by":1013,"created_at":"2024-03-01 17:41:36","updated_at":"2024-03-01 17:41:52","pinyin_shortcut":"PANPA440BNDCORESEC3YR","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":999,"key":999,"name":"PA440\u8f6f\u4ef6\u6388\u6743"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1149,"erp_sales_order_id":1319,"erp_store_id":null,"product_id":1471,"description":"","number":"1","outbound":"0","amount":"16788","total_amount":"16788","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"10367.02","total_cost":"10367.02","supplier_id":163,"hardware_from":null,"software_from":"2024-08-15","maintenance_from":null,"hardware_to":null,"software_to":"2027-08-14","maintenance_to":null}},{"id":9006,"project_id":3623,"product_id":1340,"amount":"1073","number":1,"cost":"830.14","description":"","supplier_id":163,"hardware_from":"2024-08-15","software_from":null,"maintenance_from":null,"hardware_to":"2027-08-14","software_to":null,"maintenance_to":null,"total_amount":"1073","total_cost":"830.14","erp_sales_order_product_id":1150,"supplier":{"id":163,"key":163,"name":"\u536b\u5b9e\u5eb7\u79d1\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1340,"name":"PAN-PWR-50W-AC","product_type":5,"product_component":157,"product_brand":8,"product_serie":1012,"product_misc":null,"product_qa":null,"pn":"","description":"50W AC power adapter for PA-440 PA-450 and PA-460","created_by":1013,"created_at":"2024-01-25 09:26:04","updated_at":"2024-01-25 09:26:04","pinyin_shortcut":"PANPWR50WAC","product_unit":3,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":157,"key":157,"name":"\u9632\u706b\u5899\u914d\u4ef6"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1012,"key":1012,"name":"PA-440\/450\/460\u7535\u6e90"},"productUnit":{"id":3,"key":3,"name":"\u4e2a"}},"erpSalesOrderProduct":{"id":1150,"erp_sales_order_id":1319,"erp_store_id":null,"product_id":1340,"description":"","number":"1","outbound":"0","amount":"1073","total_amount":"1073","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"830.14","total_cost":"830.14","supplier_id":163,"hardware_from":"2024-08-15","software_from":null,"maintenance_from":null,"hardware_to":"2027-08-14","software_to":null,"maintenance_to":null}},{"id":9007,"project_id":3623,"product_id":1107,"amount":"4295","number":1,"cost":"4610.48","description":"","supplier_id":163,"hardware_from":"2024-08-15","software_from":null,"maintenance_from":null,"hardware_to":"2027-08-14","software_to":null,"maintenance_to":null,"total_amount":"4295","total_cost":"4610.48","erp_sales_order_product_id":1151,"supplier":{"id":163,"key":163,"name":"\u536b\u5b9e\u5eb7\u79d1\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1107,"name":"PAN-SVC-BKLN-440-3YR","product_type":5,"product_component":35,"product_brand":8,"product_serie":784,"product_misc":null,"product_qa":null,"pn":"","description":"PA-440, Premium support, 3 years (36 months), term.","created_by":1013,"created_at":"2023-11-29 13:34:57","updated_at":"2024-01-12 14:10:04","pinyin_shortcut":"PANSVCBKLN4403YR","product_unit":8,"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":8,"key":8,"name":"Paloalto"},"productSerie":{"id":784,"key":784,"name":"PA440\u4e09\u5e74\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1151,"erp_sales_order_id":1319,"erp_store_id":null,"product_id":1107,"description":"","number":"1","outbound":"0","amount":"4295","total_amount":"4295","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"4610.48","total_cost":"4610.48","supplier_id":163,"hardware_from":"2024-08-15","software_from":null,"maintenance_from":null,"hardware_to":"2027-08-14","software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3623,"comment":3},"unreadComments":null,"fromContact":null,"projectContactPoints":[{"id":915,"project_id":3623,"contact_id":5001,"point":"7606.00","paid_point":"7606","contact":{"id":5001,"key":5001,"name":"\u5218\u70b3\u5764","client_id":2150,"supplier_id":null,"client":{"id":2150,"key":2150,"name":"\u5317\u4eac\u5730\u5e73\u7ebf\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8\/\u4e0a\u6d77\u5b89\u4ead\u5730\u5e73\u7ebf\u667a\u80fd\u4ea4\u901a\u6280\u672f\u6709\u9650\u516c\u53f8\/\u4e0a\u6d77\u7ea2\u897f\u74dc\u534a\u5bfc\u4f53\u6709\u9650\u516c\u53f8\/\u5b81\u6ce2\u5730\u5e73\u7ebf\u98d2\u817e\u79d1\u6280\u6709\u9650\u516c\u53f8(EDA)"},"supplier":null},"projectContactPointRels":[{"id":175,"project_id":3623,"contact_id":5001,"point":"7606.00","day_at":"2025-03-17","description":"","created_at":"2025-03-17 16:43:35"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1319,"serial_no":"XSDD-20240902-00001","from_date":null,"wrote_date":"2024-08-19","handler":5295,"client_id":2150,"purchase_contract_id":null,"project_id":3623,"sales_contract_id":3470,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2024-09-02 17:09:09","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"4","amount":"33042","created_by":5295,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-08-14 17:52:40","updated_at":"2024-09-02 17:09:09"},"projectUsedClient":null,"remain_display":391,"progress_remain_display":398,"forecast_remain_display":398,"projectProductTotalAmount":33042,"projectProductAllAmount":true,"projectProductTotalCost":22019.11,"projectProductAllCost":true,"projectProductTotalNumber":4,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":25,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"3.3\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3723,"client_id":3304,"project_status":3,"project_progress":6,"budget":"319460.45","profit_pct":"0.36","bargain_date":"2024-12-11","description":"","created_by":1001,"created_at":"2024-11-26 10:22:44","updated_at":"2025-03-03 10:24:33","engineer_id":null,"project_title":"PAN-M-300\u8bbe\u5907\u91c7\u8d2d\u9879\u76ee","collected":"319460.45","status_updated_at":"2024-12-11 10:33:14.82619+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-11-26 10:22:44.148711+08","forecast_updated_at":"2024-11-26 10:22:44.148711+08","end_at":"2025-02-24 10:15:41","pinyin_shortcut":"PANM300sbcgxm","creator":1001,"used_client":null,"from_contact":1262,"total_contact_point":"14351","paid_contact_point":"14351","project_product_version_id":703,"is_sales_order_ready":true,"collected_plan":319460.45,"change_status_to":null,"is_verify":false,"profits":"1150.057620000000000000","remain":"273 days 04:52:33.430479","progress_remain":"288 days 05:03:04.107958","forecast_remain":"288 days 05:03:04.107958","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"89 days 23:52:57.128544","issued_invoices":"319460.45","client":{"id":3304,"key":3304,"name":"\u5317\u4eac\u6708\u521d\u79d1\u6280\u6709\u9650\u516c\u53f8\uff08\u8fc7\u5355\uff09","logo":null,"client_type":5,"client_class":43,"client_industry":13,"sales_rep":1001,"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":13,"key":13,"name":"SI\/ISV"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":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":"319460.45","pct":"0.36","profit":"1150.05762","project_id":3723}],"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":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"casePoints":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3703,"from_project":3723,"payment_collection_remind_ahead":"2 days","serial_no":"TS-LRC-20241211001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"319460.45","erp_un_settle_amount":"0","including_tax":true,"amount":"319460.45","contractScans":[{"id":32995,"object_type":105,"object_id":3703,"attachment_id":23131,"attachment":{"id":23131,"key":23131,"name":"b8de52a8-dac7-3039-9f15-cb2e96646d45","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/b8de52a8-dac7-3039-9f15-cb2e96646d45\/2024_12_12_09_19_57.pdf","orig_name":"2024_12_12_09_19_57.pdf"}}],"receiptScans":[{"id":31635,"object_type":106,"object_id":3703,"attachment_id":23594,"attachment":{"id":23594,"key":23594,"name":"0f2e2b61-0062-3af4-a515-c0bf17237292","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/0f2e2b61-0062-3af4-a515-c0bf17237292\/\u6708\u521d\u7b7e\u6536\u5355.pdf","orig_name":"\u6708\u521d\u7b7e\u6536\u5355.pdf"}}],"verifyScans":[],"erpCollectTickets":[{"id":206,"serial_no":"SKD-20250224-00001","wrote_date":"2025-02-20","from_date":null,"handler":1001,"user_id":null,"client_id":3304,"sales_contract_id":3703,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2025-02-24 10:15:41","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"319460.45","settle_amount":"319460.45","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-02-24 10:15:41","updated_at":"2025-02-24 10:15:41","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1206","key":"1206","contract_id":3703,"value":"319460.45","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1942,"key":1942,"contract_id":3703,"value":"319460.45","attachment_id":null,"from_date":"2025-01-17","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2301,"key":2301,"contract_id":3703,"name":"2025-02-22","value":"319460.45","overdue_days":2,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8057,"user_id":1001,"key":1001,"contract_id":3703,"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":8058,"user_id":5388,"key":5388,"contract_id":3703,"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":2510,"contract_id":3703,"supplier_id":90,"purchase_id":3704,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3704,"key":3704,"serial_no":"X_2024SBQ32972"}}],"payment_collection_remind_ahead_display":"2\u5929","invoiced":319460.45},"projectRemindReceivers":[{"id":1313,"user_id":1001,"key":1001,"project_id":3723,"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":9008,"project_id":3723,"product_id":1895,"amount":"142435.17","number":1,"cost":"100000.00","description":"","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"142435.17","total_cost":"100000","erp_sales_order_product_id":1431,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1895,"name":"PAN-M-300","product_type":5,"product_component":26,"product_brand":8,"product_serie":1579,"product_misc":null,"product_qa":null,"pn":"","description":"Palo Alto Networks M-300, 16TB RAID storage (4 8TB RAID certified drives preinstalled). Rack mount rails included.","created_by":1013,"created_at":"2024-12-11 10:53:38","updated_at":"2024-12-11 10:53:38","pinyin_shortcut":"PANM300","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":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1579,"key":1579,"name":"PAN-M-300\u9632\u706b\u5899\u4e3b\u673a"},"productUnit":{"id":1,"key":1,"name":"\u53f0"}},"erpSalesOrderProduct":{"id":1431,"erp_sales_order_id":1406,"erp_store_id":null,"product_id":1895,"description":"","number":"1","outbound":"0","amount":"142435.17","total_amount":"142435.17","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"100000.00","total_cost":"100000","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":9009,"project_id":3723,"product_id":1896,"amount":"40695.76","number":1,"cost":"41807.00","description":"","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"40695.76","total_cost":"41807","erp_sales_order_product_id":1432,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1896,"name":"PAN-M-300-P-25","product_type":5,"product_component":36,"product_brand":8,"product_serie":1580,"product_misc":null,"product_qa":null,"pn":"","description":"Panorama central management software license, 25 devices or log collector for the M-300","created_by":1013,"created_at":"2024-12-11 10:55:06","updated_at":"2024-12-11 10:55:06","pinyin_shortcut":"PANM300P25","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1580,"key":1580,"name":"PAN-M-300\u8f6f\u4ef6\u6388\u6743\u8bb8\u53ef"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1432,"erp_sales_order_id":1406,"erp_store_id":null,"product_id":1896,"description":"","number":"1","outbound":"0","amount":"40695.76","total_amount":"40695.76","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"41807.00","total_cost":"41807","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":9010,"project_id":3723,"product_id":1897,"amount":"136329.52","number":1,"cost":"150000.00","description":"","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"136329.52","total_cost":"150000","erp_sales_order_product_id":1433,"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1897,"name":"PAN-SVC-BKLN-M-300-P-25-3Y","product_type":5,"product_component":36,"product_brand":8,"product_serie":1580,"product_misc":null,"product_qa":null,"pn":"","description":"Partner enabled premium support 3-year term, Panorama M-300 25 devices or log collector 36\u4e2a\u6708\u8ba2\u9605\u5f0f","created_by":1013,"created_at":"2024-12-11 10:55:48","updated_at":"2024-12-11 10:55:48","pinyin_shortcut":"PANSVCBKLNM300P253Y","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1580,"key":1580,"name":"PAN-M-300\u8f6f\u4ef6\u6388\u6743\u8bb8\u53ef"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1433,"erp_sales_order_id":1406,"erp_store_id":null,"product_id":1897,"description":"","number":"1","outbound":"0","amount":"136329.52","total_amount":"136329.52","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"150000.00","total_cost":"150000","supplier_id":90,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3723,"comment":4},"unreadComments":null,"fromContact":{"id":1262,"key":1262,"name":"\u5218\u70b3\u5764","client_id":null,"supplier_id":100,"mobiles":[{"id":6789,"contact_id":1262,"mobile":"15810817538","mp_open_id":null}],"client":null,"supplier":{"id":100,"key":100,"name":"\u6d3e\u62d3\u7f51\u7edc(\u4e0a\u6d77)\u6709\u9650\u8d23\u4efb\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8"}},"projectContactPoints":[{"id":916,"project_id":3723,"contact_id":1262,"point":"14351.00","paid_point":"14351","contact":{"id":1262,"key":1262,"name":"\u5218\u70b3\u5764","client_id":null,"supplier_id":100,"client":null,"supplier":{"id":100,"key":100,"name":"\u6d3e\u62d3\u7f51\u7edc(\u4e0a\u6d77)\u6709\u9650\u8d23\u4efb\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8"}},"projectContactPointRels":[{"id":176,"project_id":3723,"contact_id":1262,"point":"14351.00","day_at":"2025-03-17","description":"","created_at":"2025-03-17 16:44:24"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1406,"serial_no":"XSDD-20250224-00001","from_date":null,"wrote_date":"2024-12-11","handler":1001,"client_id":3304,"purchase_contract_id":null,"project_id":3723,"sales_contract_id":3703,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2025-02-24 10:15:41","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"3","amount":"319460.45","created_by":1001,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-12-11 10:33:14","updated_at":"2025-02-24 10:15:41"},"projectUsedClient":null,"remain_display":273,"progress_remain_display":288,"forecast_remain_display":288,"projectProductTotalAmount":319460.45,"projectProductAllAmount":true,"projectProductTotalCost":291807,"projectProductAllCost":true,"projectProductTotalNumber":3,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":89,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"31.95\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":1352,"client_id":97,"project_status":4,"project_progress":1,"budget":"1700000.00","profit_pct":"25","bargain_date":"2019-12-13","description":"\u601d\u79d1\u3001VMWARE\u865a\u62df\u5316\u3001\u6df1\u4fe1\u670d","created_by":1006,"created_at":"2019-07-15 09:02:55","updated_at":"2025-02-28 17:30:55","engineer_id":null,"project_title":"\u6570\u636e\u4e2d\u5fc3\u65b0\u5efa","collected":"0","status_updated_at":"2019-12-23 08:48:29.089544+08","success_rate":null,"comment":"\u601d\u79d1\u3001VMWARE\u865a\u62df\u5316\u3001\u6df1\u4fe1\u670d\r\n\u4ef7\u683c","contract_type":1,"progress_updated_at":"2019-12-23 08:48:29.089544+08","forecast_updated_at":"2019-12-23 08:48:29.089544+08","end_at":"2019-12-23 08:48:29","pinyin_shortcut":"sjzxxj","creator":1006,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":0,"change_status_to":null,"is_verify":false,"profits":"425000.000000000000","remain":"2088 days 06:37:19.167125","progress_remain":"2088 days 06:37:19.167125","forecast_remain":"2088 days 06:37:19.167125","lost_contact_days":"2106.01791963737","last_contact":"2019-12-05 15:00:00","last_arrive_days":null,"last_arrive":null,"duration":"160 days 23:45:33.828505","issued_invoices":null,"client":{"id":97,"key":97,"name":"\u534e\u745e\u4e16\u7eaa\u63a7\u80a1\u96c6\u56e2\u6709\u9650\u516c\u53f8(\u5c71\u897f\u534e\u745e\u7164\u4e1a\u6709\u9650\u516c\u53f8)","logo":null,"client_type":5,"client_class":43,"client_industry":16,"sales_rep":5300,"salesRep":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"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":16,"key":16,"name":"\u80fd\u6e90"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":1352,"value":"1","key":1017,"name":"\u8f66\u660e\u98de"}],"projectStatus":{"id":4,"key":4,"name":"\u5546\u673a\u5931\u8d25","color":"#e5000a"},"projectProgress":{"id":1,"key":1,"name":"\u521d\u76f8\u8bc6","description":"\u5411\u5ba2\u6237\u4ecb\u7ecd\u81ea\u8eab\u4ef7\u503c\uff1a\n1.\u4ea7\u54c1\u9009\u578b\n2.\u6210\u672c\u4f18\u5316\n3.\u4ea7\u54c1\u4ea4\u4ed8\n4.\u540e\u671f\u8fd0\u7ef4"},"projectProductTypes":[{"id":98,"product_type_id":98,"key":98,"name":"\u6df1\u4fe1\u670dHCI","budget":"1700000.00","pct":"25","profit":"425000","project_id":1352}],"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":{"id":179,"key":179,"name":"\u8001\u5ba2\u6237"},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":1006,"key":1006,"name":"\u6731\u5bb8\u96e8","sex":"F","department_id":1,"avatar":{"id":3,"user_id":1006,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1006.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1006,"key":1006,"name":"\u6731\u5bb8\u96e8","sex":"F","department_id":1,"avatar":{"id":3,"user_id":1006,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1006.jpg"}},"salesRep":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"casePoints":{"project_id":1352,"points":"250"},"workLogCount":{"project_id":1352,"count":8},"caseCount":{"project_id":1352,"count":1},"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":{"project_id":1352,"sum":"1","times":"1"},"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":null,"projectRemindReceivers":[],"projectProductRels":[],"commentCount":null,"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":null,"projectUsedClient":null,"remain_display":2088,"progress_remain_display":2088,"forecast_remain_display":2088,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":1700000,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u5546\u673a\u5931\u8d25","is_collected":false,"bgcolor":"#e5000a","can_invoice":false,"can_payment":false,"duration_display":160,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"5\u5e74\u524d","can_view_product":true,"budget_display":"170\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":0,"un_invoiced":0},{"id":3714,"client_id":2538,"project_status":3,"project_progress":6,"budget":"175370","profit_pct":"0.55","bargain_date":"2024-11-13","description":"","created_by":1001,"created_at":"2024-11-13 10:22:53","updated_at":"2025-01-17 10:09:06","engineer_id":null,"project_title":"PA VM\u865a\u62df\u5899(\u897f\u4e91\u6570\u636e)\u91c7\u8d2d\u9879\u76ee","collected":"175370","status_updated_at":"2024-11-14 10:10:45.422774+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-11-13 10:22:53.340658+08","forecast_updated_at":"2024-11-13 10:22:53.340658+08","end_at":"2024-12-09 16:50:46","pinyin_shortcut":"PAVMxnqxysjcgxm","creator":1001,"used_client":null,"from_contact":1262,"total_contact_point":"39902","paid_contact_point":"39902","project_product_version_id":667,"is_sales_order_ready":true,"collected_plan":175370,"change_status_to":null,"is_verify":false,"profits":"964.535000000000000000","remain":"300 days 05:15:02.833895","progress_remain":"301 days 05:02:54.916011","forecast_remain":"301 days 05:02:54.916011","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"26 days 06:27:53.593299","issued_invoices":"175370.00","client":{"id":2538,"key":2538,"name":"\uff08\u8fc7\u5355\uff09\u5317\u4eac\u6606\u4ed1\u8054\u901a\u79d1\u6280\u53d1\u5c55\u80a1\u4efd\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":43,"client_industry":20,"sales_rep":1001,"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":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":"175370.00","pct":"0.55","profit":"964.535","project_id":3714}],"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":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"projectCreator":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"casePoints":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3661,"from_project":3714,"payment_collection_remind_ahead":"1 day","serial_no":"TSKJ20241113-LRC-001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"175370","erp_un_settle_amount":"0","including_tax":true,"amount":"175370","contractScans":[{"id":31064,"object_type":105,"object_id":3661,"attachment_id":22670,"attachment":{"id":22670,"key":22670,"name":"90986b7b-cde8-3ae4-8ac0-621fe0208e1c","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/90986b7b-cde8-3ae4-8ac0-621fe0208e1c\/\u6606\u4ed1\u8054\u901a.pdf","orig_name":"\u6606\u4ed1\u8054\u901a.pdf"}}],"receiptScans":[{"id":30554,"object_type":106,"object_id":3661,"attachment_id":22828,"attachment":{"id":22828,"key":22828,"name":"db7a30bd-1101-3cc3-b46e-f5fed849e2cb","extension":"png","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/db7a30bd-1101-3cc3-b46e-f5fed849e2cb\/image.png","orig_name":"image.png"}}],"verifyScans":[],"erpCollectTickets":[{"id":177,"serial_no":"SKD-20241209-00001","wrote_date":"2024-12-09","from_date":null,"handler":1001,"user_id":null,"client_id":2538,"sales_contract_id":3661,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2024-12-09 16:50:46","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"175370","settle_amount":"175370","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2024-12-09 16:50:46","updated_at":"2024-12-09 16:50:46","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1177","key":"1177","contract_id":3661,"value":"175370","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1869,"key":1869,"contract_id":3661,"value":"175370.00","attachment_id":null,"from_date":"2024-11-21","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2148,"key":2148,"contract_id":3661,"name":"2024-11-29","value":"175370","overdue_days":10,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7309,"user_id":1001,"key":1001,"contract_id":3661,"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":7310,"user_id":5388,"key":5388,"contract_id":3661,"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":2193,"contract_id":3661,"supplier_id":163,"purchase_id":3663,"supplier":{"id":163,"key":163,"name":"\u536b\u5b9e\u5eb7\u79d1\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"purchase":{"id":3663,"key":3663,"serial_no":"2024WSCN-J-020-C2837-PAN"}}],"payment_collection_remind_ahead_display":"1\u5929","invoiced":175370},"projectRemindReceivers":[{"id":1284,"user_id":1001,"key":1001,"project_id":3714,"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":7933,"project_id":3714,"product_id":1624,"amount":"1235","number":142,"cost":"827.4","description":"","supplier_id":163,"hardware_from":null,"software_from":"2024-12-16","maintenance_from":null,"hardware_to":null,"software_to":"2025-12-15","maintenance_to":null,"total_amount":"175370","total_cost":"117490.8","erp_sales_order_product_id":1363,"supplier":{"id":163,"key":163,"name":"\u536b\u5b9e\u5eb7\u79d1\u8d38(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1624,"name":"PAN-SOFTWARE-NGFW-CR","product_type":5,"product_component":36,"product_brand":8,"product_serie":1382,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-05-28 17:27:39","updated_at":"2025-09-04 11:42:10","pinyin_shortcut":"PANSOFTWARENGFWCR","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":36,"key":36,"name":"PA\u8bb8\u53ef\u8bc1"},"productBrand":{"id":8,"key":8,"name":"Paloalto"},"productSerie":{"id":1382,"key":1382,"name":"PA\u865a\u62df\u9632\u706b\u5899\u8f6f\u4ef6\u6388\u6743"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1363,"erp_sales_order_id":1386,"erp_store_id":null,"product_id":1624,"description":"","number":"142","outbound":"0","amount":"1235","total_amount":"175370","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"827.4","total_cost":"117490.8","supplier_id":163,"hardware_from":null,"software_from":"2024-12-16","maintenance_from":null,"hardware_to":null,"software_to":"2025-12-15","maintenance_to":null}}],"commentCount":{"object_id":3714,"comment":4},"unreadComments":null,"fromContact":{"id":1262,"key":1262,"name":"\u5218\u70b3\u5764","client_id":null,"supplier_id":100,"mobiles":[{"id":6789,"contact_id":1262,"mobile":"15810817538","mp_open_id":null}],"client":null,"supplier":{"id":100,"key":100,"name":"\u6d3e\u62d3\u7f51\u7edc(\u4e0a\u6d77)\u6709\u9650\u8d23\u4efb\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8"}},"projectContactPoints":[{"id":768,"project_id":3714,"contact_id":1262,"point":"39902.00","paid_point":"39902","contact":{"id":1262,"key":1262,"name":"\u5218\u70b3\u5764","client_id":null,"supplier_id":100,"client":null,"supplier":{"id":100,"key":100,"name":"\u6d3e\u62d3\u7f51\u7edc(\u4e0a\u6d77)\u6709\u9650\u8d23\u4efb\u516c\u53f8\u5317\u4eac\u5206\u516c\u53f8"}},"projectContactPointRels":[{"id":132,"project_id":3714,"contact_id":1262,"point":"39902.00","day_at":"2024-12-16","description":"","created_at":"2024-12-16 10:05:48"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1386,"serial_no":"XSDD-20241209-00001","from_date":null,"wrote_date":"2024-11-13","handler":1001,"client_id":2538,"purchase_contract_id":null,"project_id":3714,"sales_contract_id":3661,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2024-12-09 16:50:46","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"142","amount":"175370","created_by":1001,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-11-14 10:10:45","updated_at":"2024-12-09 16:50:46"},"projectUsedClient":null,"remain_display":300,"progress_remain_display":301,"forecast_remain_display":301,"projectProductTotalAmount":175370,"projectProductAllAmount":true,"projectProductTotalCost":117490.8,"projectProductAllCost":true,"projectProductTotalNumber":142,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":26,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"17.54\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3144,"client_id":54,"project_status":3,"project_progress":7,"budget":"78000","profit_pct":"84.15","bargain_date":"2023-04-07","description":"\u865a\u62df\u5316\u6280\u672f\u652f\u6301\u670d\u52a1","created_by":5295,"created_at":"2023-03-12 18:36:46","updated_at":"2025-01-16 13:42:09","engineer_id":null,"project_title":"2023\u865a\u62df\u5316\u7eed\u4fdd","collected":"78000","status_updated_at":"2023-04-26 13:01:48.756192+08","success_rate":null,"comment":"\u865a\u62df\u5316\u6280\u672f\u652f\u6301\u670d\u52a1\r\n","contract_type":2,"progress_updated_at":"2023-03-12 18:39:53.668084+08","forecast_updated_at":"2023-03-13 12:25:12.428147+08","end_at":"2023-05-16 16:29:24","pinyin_shortcut":"2023xnhxb","creator":5295,"used_client":null,"from_contact":null,"total_contact_point":"6000","paid_contact_point":"6000","project_product_version_id":147,"is_sales_order_ready":false,"collected_plan":78000,"change_status_to":null,"is_verify":false,"profits":"65637.000000000000000000","remain":"868 days 02:23:59.500477","progress_remain":"912 days 20:45:54.588585","forecast_remain":"912 days 03:00:35.828522","lost_contact_days":"868.140836304039","last_contact":"2023-04-26 12:03:00","last_arrive_days":null,"last_arrive":null,"duration":"64 days 21:52:37.620501","issued_invoices":"78000.00","client":{"id":54,"key":54,"name":"\u5317\u4eac\u519c\u6797\u79d1\u5b66\u9662(\u5317\u4eac\u5229\u97ec\u5174\u4e1a\u79d1\u6280\u6709\u9650\u516c\u53f8)","logo":null,"client_type":1,"client_class":80,"client_industry":1,"sales_rep":5295,"salesRep":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":80,"key":80,"name":"\u7a33\u5b9a\u5ba2\u6237","notice_days":30,"color":"#0EE315"},"clientIndustry":{"id":1,"key":1,"name":"\u653f\u5e9c"}},"usedClient":null,"contractType":{"id":2,"key":2,"name":"\u8fd0\u7ef4\u670d\u52a1"},"projectArchitects":[{"project_id":3144,"value":"0.5","key":1015,"name":"\u5434\u660a"},{"project_id":3144,"value":"0.5","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":7,"key":7,"name":"\u8fbe\u6210\u610f\u5411","description":"\u4e89\u53d6\u5ba2\u6237\u5728\u53e3\u5934\u4e0a\u8868\u8fbe\u610f\u613f\u3002\u6316\u6398\u5ba2\u6237\u987e\u8651\u3002\u6253\u6d88\u5ba2\u6237\u987e\u8651\u3002\n"},"projectProductTypes":[{"id":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"78000.00","pct":"84.15","profit":"65637","project_id":3144}],"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":{"id":179,"key":179,"name":"\u8001\u5ba2\u6237"},"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"salesRep":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}},"casePoints":{"project_id":3144,"points":"1282"},"workLogCount":{"project_id":3144,"count":7},"caseCount":{"project_id":3144,"count":17},"salesTimeCount":null,"implementTimeCount":{"project_id":3144,"sum":"36.8333333333333","times":"17"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":2637,"from_project":3144,"payment_collection_remind_ahead":"00:00:00","serial_no":"TS-WZW-2023040701","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"78000","erp_un_settle_amount":"0","including_tax":true,"amount":"78000","contractScans":[{"id":23570,"object_type":105,"object_id":2637,"attachment_id":12980,"attachment":{"id":12980,"key":12980,"name":"0b4d86cd-aa21-374f-8ca3-ba3a3e947163","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/0b4d86cd-aa21-374f-8ca3-ba3a3e947163\/2023_05_10_14_29_29.pdf","orig_name":"2023_05_10_14_29_29.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":1966,"serial_no":"SKD-20230516-00002","wrote_date":"2023-05-16","from_date":null,"handler":5295,"user_id":null,"client_id":54,"sales_contract_id":2637,"supplier_id":null,"purchase_contract_id":null,"status":2,"abstract":null,"description":null,"verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"verify_at":"2023-05-16 16:29:24","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"78000","settle_amount":"78000","created_by":1014,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2023-05-16 16:29:24","updated_at":"2023-05-16 16:29:24","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"11966","key":"11966","contract_id":2637,"value":"78000","created_by":1014,"createdBy":{"id":1014,"key":1014,"name":"\u6731\u65ed\u9896","sex":"F","department_id":6},"pct":100}],"salesContractInvoices":[{"id":1384,"key":1384,"contract_id":2637,"value":"78000.00","attachment_id":null,"from_date":"2023-04-26","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":1213,"key":1213,"contract_id":2637,"name":"2023-06-30","value":"78000","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":4702,"user_id":5295,"key":5295,"contract_id":2637,"user":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}}],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"\u4e0d\u63d0\u9192","invoiced":78000},"projectRemindReceivers":[{"id":493,"user_id":1001,"key":1001,"project_id":3144,"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":2884,"project_id":3144,"product_id":941,"amount":"78000","number":1,"cost":"0","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"78000","total_cost":"0","erp_sales_order_product_id":128,"supplier":null,"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":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2023-08-03 09:29:24","updated_at":"2025-08-18 13:55:12","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":128,"erp_sales_order_id":1007,"erp_store_id":null,"product_id":941,"description":"","number":"1","outbound":"0","amount":"78000","total_amount":"78000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"0","total_cost":"0","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":2885,"project_id":3144,"product_id":1206,"amount":"0","number":2,"cost":"649.59","description":"\u8d60\u9001","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"0","total_cost":"1299.18","erp_sales_order_product_id":129,"supplier":null,"product":{"id":1206,"name":"\u6d0b\u6cb3\u84dd\u8272\u7ecf\u5178 \u68a6\u4e4b\u84ddM3\u793c\u76d2\u88c5 \uff08 480ml \u00d7 2\uff09","product_type":23,"product_component":194,"product_brand":180,"product_serie":755,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-01-11 10:08:57","updated_at":"2024-01-11 11:51:23","pinyin_shortcut":"yhlsjdmzlM3lhz480ml2","product_unit":9,"is_renew":false,"productType":{"id":23,"key":23,"name":"\u793c\u54c1"},"productComponent":{"id":194,"key":194,"name":"\u70df\u9152\u8336\u53f6"},"productBrand":{"id":180,"key":180,"name":"\u6d0b\u6cb3"},"productSerie":{"id":755,"key":755,"name":"\u6d0b\u6cb3\u84dd\u8272\u7ecf\u5178M3 52\u5ea6\u6d53\u9999\u578b\u767d\u9152"},"productUnit":{"id":9,"key":9,"name":"\u76d2"}},"erpSalesOrderProduct":{"id":129,"erp_sales_order_id":1007,"erp_store_id":null,"product_id":1206,"description":"\u8d60\u9001","number":"2","outbound":"0","amount":"0","total_amount":"0","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"649.59","total_cost":"1299.18","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3144,"comment":5},"unreadComments":null,"fromContact":null,"projectContactPoints":[{"id":319,"project_id":3144,"contact_id":537,"point":"6000.00","paid_point":"6000","contact":{"id":537,"key":537,"name":"\u5f20\u6625\u9e4f","client_id":54,"supplier_id":null,"client":{"id":54,"key":54,"name":"\u5317\u4eac\u519c\u6797\u79d1\u5b66\u9662(\u5317\u4eac\u5229\u97ec\u5174\u4e1a\u79d1\u6280\u6709\u9650\u516c\u53f8)"},"supplier":null},"projectContactPointRels":[{"id":46,"project_id":3144,"contact_id":537,"point":"6000.00","day_at":"2023-06-27","description":"","created_at":"2024-01-11 15:47:15"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1007,"serial_no":"XSDD-20230516-00001","from_date":null,"wrote_date":"2023-04-07","handler":5295,"client_id":54,"purchase_contract_id":null,"project_id":3144,"sales_contract_id":2637,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"\u865a\u62df\u5316\u6280\u672f\u652f\u6301\u670d\u52a1","verify_type":1,"next_verify_user":null,"next_stop_verify_user":null,"next_cancel_verify_user":null,"verify_at":"2023-05-16 16:29:24","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"3","amount":"78000","created_by":5295,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2023-04-26 13:01:48","updated_at":"2023-05-16 16:29:24"},"projectUsedClient":null,"remain_display":868,"progress_remain_display":912,"forecast_remain_display":912,"projectProductTotalAmount":78000,"projectProductAllAmount":true,"projectProductTotalCost":1299.18,"projectProductAllCost":true,"projectProductTotalNumber":3,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":64,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":false,"is_admin":true,"lost_contact_days_display":"2\u5e74\u524d","can_view_product":true,"budget_display":"7.8\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":0}],"pagenation":{"totalcount":109,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-09-10 15:25:48') RETURNING "id" |
15:25:48.213 | 3.4 ms | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om' |
15:25:48.330 | 2.5 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 (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016) ORDER BY "id" DESC |
15:25:48.314 | 2.3 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "c"."project_id" |
15:25:48.322 | 2.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (12980, 19483, 22670, 19980, 21221, 22488, 23474, 21134, 23131, 26741) |
15:25:48.320 | 2.1 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=105) AND ("object_id" IN (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016)) |
15:25:48.219 | 2.1 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
15:25:48.211 | 1.9 ms | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
15:25:48.325 | 1.8 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=106) AND ("object_id" IN (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016)) |
15:25:48.344 | 1.8 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_sales_order_products" WHERE "id" IN (1748, 1749, 1750, 1751, 1752, 969, 970, 971, 1363, 902, 903, 904, 901, 906, 974, 975, 1477, 1478, 1479, 1148, 1149, 1150, 1151, 1431, 1432, 1433, 128, 129, 905, 907) |
15:25:48.327 | 1.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=107) AND ("object_id" IN (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016)) |
15:25:48.317 | 1.5 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "project_id" |
15:25:48.307 | 1.0 ms | yii\db\Command::query | SELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_cases" WHERE "project_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) GROUP BY "project_id" |
15:25:48.329 | 0.9 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_collect_tickets" WHERE ("status"=2) AND ("sales_contract_id" IN (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016)) ORDER BY "id" DESC |
15:25:48.387 | 0.8 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_sales_orders" WHERE ("status" IN (2, 5)) AND ("project_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) |
15:25:48.319 | 0.8 ms | yii\db\Command::query | SELECT "id", "from_project", "payment_collection_remind_ahead", "serial_no", "is_settle", "is_deliver", "is_outbound", "erp_settle_amount", "erp_un_settle_amount", "including_tax", "amount" FROM "a57be577deb434"."tbl_sales_contracts" WHERE "from_project" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.299 | 0.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (3278, 3377, 3280, 1663, 3302, 2150, 3304, 97, 2538, 54) |
15:25:48.291 | 0.7 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) ORDER BY "contribution" DESC, "engineer_id" |
15:25:48.339 | 0.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_product_rels" WHERE "project_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.292 | 0.7 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.340 | 0.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_products" WHERE "id" IN (965, 968, 2034, 2033, 2035, 969, 1586, 1657, 1624, 1357, 590, 942, 1913, 1178, 1940, 849, 1471, 1340, 1107, 1895, 1896, 1897, 941, 1206, 1623) |
15:25:48.334 | 0.6 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 (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016) ORDER BY "remind_date" |
15:25:48.294 | 0.6 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "description" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=13) AND ("id" IN (102, 153, 94, 165, 232, 184, 200, 2, 226, 271, 212, 5, 164, 179, 208, 189, 185, 192, 205, 307, 203, 204, 130, 215, 348, 229, 2100000000, 160, 349, 350, 356, 359, 374, 377, 354, 369, 340)) ORDER BY "sort" |
15:25:48.384 | 0.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_contact_mobiles" WHERE "contact_id"=1262 |
15:25:48.333 | 0.5 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 (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016) ORDER BY "id" |
15:25:48.293 | 0.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.287 | 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 (3278, 3377, 3280, 1663, 3302, 2150, 3304, 97, 2538, 54) |
15:25:48.308 | 0.5 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "project_id" |
15:25:48.336 | 0.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sales_supplier_rels" WHERE "contract_id" IN (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016) |
15:25:48.335 | 0.4 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 (2637, 3316, 3368, 3364, 3470, 3661, 3703, 3738, 4016) |
15:25:48.295 | 0.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.386 | 0.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_contact_point_rels" WHERE ("contact_id", "project_id") IN ((4137, 3874), (537, 3144), (5780, 3578), (5780, 3749), (5001, 3623), (1262, 3577), (1262, 3723), (1262, 3714)) |
15:25:48.337 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (67, 90, 163, 365, 68, 431) |
15:25:48.383 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "client_id", "supplier_id" FROM "a57be577deb434"."tbl_contacts" WHERE "id"=1262 |
15:25:48.306 | 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "project_id" |
15:25:48.296 | 0.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.343 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id" IN (1262, 356, 1359, 1243, 1009, 593, 592, 1579, 1580, 607, 1585, 801, 606, 784, 755, 191, 1012, 1000, 999, 1382) |
15:25:48.337 | 0.4 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "serial_no" FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id" IN (3369, 3690, 3807, 3320, 3466, 3704, 3319, 3405, 3321, 3663, 3365, 4017, 4133) |
15:25:48.288 | 0.4 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, 5295, 1004, 5300)) |
15:25:48.317 | 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144)) GROUP BY "project_id" |
15:25:48.385 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_contact_points" WHERE "project_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.388 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_clients" WHERE "project_id" IN (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.292 | 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, 4) |
15:25:48.341 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id" IN (7, 5, 19, 23) |
15:25:48.298 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id" IN (4, 1) |
15:25:48.342 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id" IN (53, 35, 36, 151, 26, 65, 194, 157) |
15:25:48.296 | 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 (102, 153, 94, 165, 232, 184, 200, 2, 226, 271, 212, 5, 164, 179, 208, 189, 185, 192, 205, 307, 203, 204, 130, 215, 348, 229, 2100000000, 160, 349, 350, 356, 359, 374, 377, 354, 369, 340)) ORDER BY "sort" |
15:25:48.342 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id" IN (138, 8, 134, 133, 180) |
15:25:48.295 | 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 (102, 153, 94, 165, 232, 184, 200, 2, 226, 271, 212, 5, 164, 179, 208, 189, 185, 192, 205, 307, 203, 204, 130, 215, 348, 229, 2100000000, 160, 349, 350, 356, 359, 374, 377, 354, 369, 340)) ORDER BY "sort" |
15:25:48.389 | 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"=136 |
15:25:48.288 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1004, 1001, 5295, 5300) |
15:25:48.290 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_industries" WHERE "id" IN (13, 57, 1, 16, 5, 20) |
15:25:48.289 | 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) |
15:25:48.289 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_types" WHERE "id" IN (5, 3, 1, 6) |
15:25:48.389 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_client_payment_collection_remind_receivers" WHERE "project_used_client_id"=136 |
15:25:48.292 | 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 (9, 5, 6, 1, 7) |
15:25:48.338 | 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 (3577, 3874, 3578, 3507, 3749, 3623, 3723, 1352, 3714, 3144) |
15:25:48.290 | 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) |
15:25:48.343 | 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, 9, 3) |
15:25:48.385 | 0.3 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "client_id", "supplier_id" FROM "a57be577deb434"."tbl_contacts" WHERE "id" IN (4137, 537, 5780, 5001, 1262) |
15:25:48.327 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (22828, 20715, 21135, 23594, 27072) |
15:25:48.340 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (68, 90, 163, 365, 67) |
15:25:48.390 | 0.2 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_client_invoices" WHERE "project_used_client_id"=136 |
15:25:48.333 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1013, 5388, 1014) |
15:25:48.389 | 0.2 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_project_used_client_payments" WHERE "project_used_client_id"=136 |
15:25:48.386 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (54, 2150, 3267) |
15:25:48.297 | 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, 5300, 5295, 1006) |
15:25:48.335 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5295, 5388, 1001, 1004, 5300) |
15:25:48.336 | 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, 5295, 5388, 1004, 5300)) |
15:25:48.297 | 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, 5295, 1006, 1004, 5300)) |
15:25:48.386 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (100, 479) |
15:25:48.300 | 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, 5295, 1004, 5300)) |
15:25:48.298 | 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, 5300, 5295, 1006) |
15:25:48.300 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1004, 1001, 5295, 5300) |
15:25:48.338 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
15:25:48.298 | 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, 5295, 1006, 1004, 5300)) |
15:25:48.384 | 0.2 ms | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id"=100 |
15:25:48.339 | 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) |