Log Messages

总计115条数据
TimeLevelCategoryMessage
 
15:31:52.615traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
15:31:52.615traceyii\base\Module::getModuleLoading module: debug
15:31:52.615traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
15:31:52.616traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
15:31:52.616traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
15:31:52.616traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.616traceyii\base\Module::getModuleLoading module: gii
15:31:52.616traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
15:31:52.616traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
15:31:52.616traceyii\web\Application::handleRequestRoute requested: 'v2/project/list'
15:31:52.616traceyii\base\Module::getModuleLoading module: v2
15:31:52.617infoyii\web\Session::openSession started
15:31:52.617infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
15:31:52.619infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om'
15:31:52.622traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.622traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:31:52.622traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.623traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:31:52.623infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
15:31:52.624traceyii\base\Controller::runActionRoute to run: v2/project/list
15:31:52.625traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.625traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
15:31:52.626traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\ProjectController::actionList()
15:31:52.626traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.626traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:31:52.626traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.627traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.628infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT p.*, (p.budget / 100 * p.profit_pct) as profits, now() - status_updated_at as remain, now() - progress_updated_at as progress_remain, now() - forecast_updated_at as forecast_remain, extract(epoch from (now() - max(sl.end_at))) / 86400 AS lost_contact_days, max(sl.end_at) as last_contact, extract(epoch from (now() - max(arrive.end_at))) / 86400 AS last_arrive_days, max(arrive.end_at) as last_arrive, case when p.end_at IS NOT NULL THEN p.end_at - p.created_at ELSE now() - p.created_at END as duration, (SELECT sum(amount) FROM a57be577deb434.tbl_invoices i WHERE i.project_id = p.id) as issued_invoices FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN "a57be577deb434"."tbl_project_remind_receivers" "prr" ON prr.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON p.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_clients" "usedclient" ON p.used_client = usedclient.id LEFT JOIN "a57be577deb434"."tbl_sales_group_relationships" "sgr" ON sgr.sales_id = c.sales_rep LEFT JOIN "a57be577deb434"."tbl_work_logs" "arrive" ON (arrive.project_id = p.id) AND ("arrive"."scenario_id"=1) AND ("arrive"."is_draft"=FALSE) AND ("arrive"."location_in_id" IS NOT NULL) AND ("arrive"."location_out_id" IS NOT NULL) AND ("arrive"."client_id" IS NOT NULL) LEFT JOIN "a57be577deb434"."tbl_work_logs" "sl" ON sl.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr" ON ttr.object_id = p.id AND ttr.term_id = 10 LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr2" ON ttr2.object_id = p.id AND ttr2.term_id = 13 LEFT JOIN "a57be577deb434"."tbl_project_architects" "pa" ON "pa"."project_id" = "p"."id" LEFT JOIN "a57be577deb434"."tbl_engineer_group_relationships" "egr" ON egr.engineer_id = pa.engineer_id WHERE ("c"."deleted"=FALSE) AND (c.id is not null) AND ("pa"."engineer_id"='1023') 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))) GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC) "c"
15:31:52.653infoyii\db\Command::querySELECT p.*, (p.budget / 100 * p.profit_pct) as profits, now() - status_updated_at as remain, now() - progress_updated_at as progress_remain, now() - forecast_updated_at as forecast_remain, extract(epoch from (now() - max(sl.end_at))) / 86400 AS lost_contact_days, max(sl.end_at) as last_contact, extract(epoch from (now() - max(arrive.end_at))) / 86400 AS last_arrive_days, max(arrive.end_at) as last_arrive, case when p.end_at IS NOT NULL THEN p.end_at - p.created_at ELSE now() - p.created_at END as duration, (SELECT sum(amount) FROM a57be577deb434.tbl_invoices i WHERE i.project_id = p.id) as issued_invoices FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN "a57be577deb434"."tbl_project_remind_receivers" "prr" ON prr.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON p.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_clients" "usedclient" ON p.used_client = usedclient.id LEFT JOIN "a57be577deb434"."tbl_sales_group_relationships" "sgr" ON sgr.sales_id = c.sales_rep LEFT JOIN "a57be577deb434"."tbl_work_logs" "arrive" ON (arrive.project_id = p.id) AND ("arrive"."scenario_id"=1) AND ("arrive"."is_draft"=FALSE) AND ("arrive"."location_in_id" IS NOT NULL) AND ("arrive"."location_out_id" IS NOT NULL) AND ("arrive"."client_id" IS NOT NULL) LEFT JOIN "a57be577deb434"."tbl_work_logs" "sl" ON sl.project_id = p.id LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr" ON ttr.object_id = p.id AND ttr.term_id = 10 LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr2" ON ttr2.object_id = p.id AND ttr2.term_id = 13 LEFT JOIN "a57be577deb434"."tbl_project_architects" "pa" ON "pa"."project_id" = "p"."id" LEFT JOIN "a57be577deb434"."tbl_engineer_group_relationships" "egr" ON egr.engineer_id = pa.engineer_id WHERE ("c"."deleted"=FALSE) AND (c.id is not null) AND ("pa"."engineer_id"='1023') 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))) GROUP BY "p"."id" ORDER BY "p"."updated_at" DESC LIMIT 10
15:31:52.684infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "logo", "client_type", "client_class", "client_industry", "sales_rep" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (85, 2526, 3343, 20, 12, 25, 4, 3367, 48)
15:31:52.685infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1005, 5300, 1004, 5087)
15:31:52.685infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1005, 5087, 1004, 5300))
15:31:52.686infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_types" WHERE "id" IN (6, 5, 1)
15:31:52.686infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "notice_days", "color" FROM "a57be577deb434"."tbl_client_classes" WHERE "id" IN (47, 43, 80)
15:31:52.687infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_industries" WHERE "id" IN (5, 13, 17, 2, 8)
15:31:52.687infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=3339
15:31:52.687infoyii\db\Command::querySELECT "id", "id" AS "key", "type" AS "name" FROM "a57be577deb434"."tbl_contract_types" WHERE "id" IN (1, 2)
15:31:52.688infoyii\db\Command::querySELECT "project_id", "contribution" AS "value", "engineer_id" AS "key", "u"."name" FROM "a57be577deb434"."tbl_project_architects" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON engineer_id = u.id WHERE "a57be577deb434"."tbl_project_architects"."project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556) ORDER BY "contribution" DESC, "engineer_id"
15:31:52.689traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.689traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:31:52.689infoyii\db\Command::querySELECT "id", "id" AS "key", "project_status" AS "name", "color" FROM "a57be577deb434"."tbl_project_statuses" WHERE "id" IN (3, 5)
15:31:52.689infoyii\db\Command::querySELECT "id", "id" AS "key", "project_progress" AS "name", "description" FROM "a57be577deb434"."tbl_project_progresses" WHERE "id" IN (9, 49, 6)
15:31:52.690infoyii\db\Command::querySELECT id, product_type_id, product_type_id as key, name, coalesce(budget, 0) as budget, coalesce(pct, 0) as pct, coalesce(profit, 0) as profit, project_id FROM "a57be577deb434"."tbl_project_product_types" WHERE "project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.690infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.691infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "description" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=13) AND ("id" IN (1, 215, 226, 2, 5, 164, 181, 205, 192, 196, 204, 307, 203, 184, 189, 185, 191, 165, 340, 142, 349, 350, 356, 369, 129, 130, 348, 364, 355)) ORDER BY "sort"
15:31:52.692infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.692infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=10) AND ("id" IN (1, 215, 226, 2, 5, 164, 181, 205, 192, 196, 204, 307, 203, 184, 189, 185, 191, 165, 340, 142, 349, 350, 356, 369, 129, 130, 348, 364, 355)) ORDER BY "sort"
15:31:52.693infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.693infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=9) AND ("id" IN (1, 215, 226, 2, 5, 164, 181, 205, 192, 196, 204, 307, 203, 184, 189, 185, 191, 165, 340, 142, 349, 350, 356, 369, 129, 130, 348, 364, 355)) ORDER BY "sort"
15:31:52.694infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5087, 1004, 1005, 5300)
15:31:52.694infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1005, 5087, 1004, 5300))
15:31:52.694infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=1
15:31:52.695infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5087, 1004, 1005, 5300)
15:31:52.695infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1005, 5087, 1004, 5300))
15:31:52.696infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (85, 2526, 3343, 20, 12, 25, 4, 3367, 48)
15:31:52.696infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1005, 5300, 1004, 5087)
15:31:52.697infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1005, 5087, 1004, 5300))
15:31:52.697infoyii\db\Command::querySELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", sum(points) as points FROM "a57be577deb434"."tbl_case_assignments" GROUP BY "case_id") "ca" ON ca.case_id = c.id WHERE "c"."project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556) GROUP BY "c"."project_id"
15:31:52.703traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.703traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:31:52.703infoyii\db\Command::querySELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "project_id"
15:31:52.704infoyii\db\Command::querySELECT "project_id", count(id) as count FROM "a57be577deb434"."tbl_cases" WHERE "project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556) GROUP BY "project_id"
15:31:52.705infoyii\db\Command::querySELECT "project_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("scenario_id"=1) AND (("location_in_id" IS NOT NULL) AND ("location_out_id" IS NOT NULL) AND ("client_id" IS NOT NULL)) AND ("project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "project_id"
15:31:52.705infoyii\db\Command::querySELECT "c"."project_id", sum(hours), sum(times) as times FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", EXTRACT(epoch FROM sum(left_at - arrived_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_implement_records" WHERE "is_draft"=FALSE GROUP BY "case_id") "i" ON i.case_id = c.id WHERE ("case_type"=2) AND ("c"."project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "c"."project_id"
15:31:52.711infoyii\db\Command::querySELECT "c"."project_id", sum(hours), sum(times) as times FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_pre_sales" WHERE "is_draft"=FALSE GROUP BY "case_id") "i" ON i.case_id = c.id WHERE ("case_type"=1) AND ("c"."project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "c"."project_id"
15:31:52.712infoyii\db\Command::querySELECT "project_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("scenario_id"=2) AND ("project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "project_id"
15:31:52.713infoyii\db\Command::querySELECT "project_id", sum(amount) AS sum FROM "a57be577deb434"."tbl_reimbursements" WHERE ("status" IN (2, 3)) AND ("project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "project_id"
15:31:52.714infoyii\db\Command::querySELECT "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 (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.716infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=105) AND ("object_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854))
15:31:52.718infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (19979, 24558, 25345, 26002, 24959, 24973)
15:31:52.719infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=106) AND ("object_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854))
15:31:52.721infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (16509, 23534, 24897, 25524, 27224)
15:31:52.722infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=107) AND ("object_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854))
15:31:52.723infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id"=26671
15:31:52.724infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_collect_tickets" WHERE ("status"=2) AND ("sales_contract_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854)) ORDER BY "id" DESC
15:31:52.725infoyii\db\Command::querySELECT "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 (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854) ORDER BY "id" DESC
15:31:52.728infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1013
15:31:52.728infoyii\db\Command::querySELECT "id", "id" AS "key", "contract_id", "amount" AS "value", "attachment_id", "from_date" FROM "a57be577deb434"."tbl_sales_contract_invoices" WHERE "contract_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854) ORDER BY "id"
15:31:52.729infoyii\db\Command::querySELECT "id", "id" AS "key", "contract_id", "remind_date" AS "name", "amount" AS "value", "overdue_days" FROM "a57be577deb434"."tbl_sales_contract_payment_collection_remind_dates" WHERE "contract_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854) ORDER BY "remind_date"
15:31:52.730infoyii\db\Command::querySELECT "id", "user_id", "user_id" AS "key", "contract_id" FROM "a57be577deb434"."tbl_sales_contract_payment_collection_remind_receivers" WHERE "contract_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854)
15:31:52.730infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5300, 5087, 5388, 1005, 1004, 1001)
15:31:52.731infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 1005, 5388, 5087, 1004, 5300))
15:31:52.731infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_sales_supplier_rels" WHERE "contract_id" IN (2988, 3366, 3713, 3809, 3881, 3952, 4035, 3854)
15:31:52.732infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (485, 719, 236, 669, 59, 67, 262, 366, 116, 505, 38, 489)
15:31:52.732infoyii\db\Command::querySELECT "id", "id" AS "key", "serial_no" FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id" IN (2990, 4063, 3098, 4038, 3828, 3721, 3889, 3890, 3885, 3722, 3716, 3810)
15:31:52.734infoyii\db\Command::querySELECT "id", "user_id", "user_id" AS "key", "project_id" FROM "a57be577deb434"."tbl_project_remind_receivers" WHERE "project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.735infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:31:52.735infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
15:31:52.735infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_product_rels" WHERE "project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.736infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (116, 478, 505, 59, 669, 366, 38, 67, 262, 236, 719, 489)
15:31:52.737infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_products" WHERE "id" IN (941, 1376, 1899, 1900, 1908, 1909, 942, 1971, 1970, 1923, 1521, 1601, 1944, 2043, 2044, 2045, 2047, 2048, 1873, 2049, 2046, 2042, 1954, 1126)
15:31:52.739infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_types" WHERE "id" IN (7, 19, 5, 4, 11, 2, 3)
15:31:52.739infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_components" WHERE "id" IN (53, 65, 151, 26, 35, 43, 179, 5, 4, 39, 13, 2)
15:31:52.740infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id" IN (138, 134, 133, 12, 245, 246, 2, 10, 6, 191, 24, 4)
15:31:52.740infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_series" WHERE "id" IN (1262, 1365, 593, 592, 1033, 103, 712, 104, 1581, 1582, 1584, 889, 31, 1608, 813, 678, 1052, 627)
15:31:52.741infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_units" WHERE "id" IN (2, 17, 7, 1, 8, 3, 4, 6)
15:31:52.742infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_sales_order_products" WHERE "id" IN (972, 973, 1441, 1442, 1443, 1444, 1566, 1595, 1596, 1597, 1598, 1599, 1600, 1780, 1781, 1782, 1784, 1785, 1786, 1787, 1788, 1783, 1789, 1542, 505, 1693)
15:31:52.743infoyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=1) AND ("object_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "object_id"
15:31:52.765infoyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=1) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)) GROUP BY "object_id"
15:31:52.787infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_contact_points" WHERE "project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.788infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "client_id", "supplier_id" FROM "a57be577deb434"."tbl_contacts" WHERE "id" IN (1079, 1022)
15:31:52.792infoyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=12
15:31:52.792infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_contact_point_rels" WHERE ("contact_id", "project_id") IN ((1079, 3784), (1022, 3784))
15:31:52.793infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_erp_sales_orders" WHERE ("status" IN (2, 5)) AND ("project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556))
15:31:52.795infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_clients" WHERE "project_id" IN (3387, 3743, 3841, 3823, 3784, 3665, 3626, 3789, 3866, 3556)
15:31:52.795infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_client_payment_collection_remind_receivers" WHERE "project_used_client_id" IN (95, 125, 103, 101, 109)
15:31:52.796infoyii\db\Command::querySELECT "id", "id" AS "key", "project_used_client_id", "remind_date", "amount", "remind_date" AS "name", "amount" AS "value", "overdue_days" FROM "a57be577deb434"."tbl_project_used_client_payment_collection_remind_dates" WHERE "project_used_client_id" IN (95, 125, 103, 101, 109)
15:31:52.797infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_client_payments" WHERE "project_used_client_id" IN (95, 125, 103, 101, 109)
15:31:52.797infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_used_client_invoices" WHERE "project_used_client_id" IN (95, 125, 103, 101, 109)
15:31:52.798traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: viewProduct
15:31:52.798traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: StoreKeeper
15:31:52.798traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
15:31:52.802traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:31:52.803traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:31:52.804infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 6, 170, 'v2/project/list', '{"ProjectSearch":{"keyword":"","projectProductTypes":"","project_progress":"","project_status":"","engineer_id":"1023","created_by":"","salesForecast":"","period":"","from":"","to":""},"page":"1","pagesize":"10","posttime":"1757489512","access_token":"gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om","device_type":"6","version_code":"170","token":"9e0285e5df3c9fb8b5ea86a30102f556"}', '{"code":200,"data":{"list":[{"id":3387,"client_id":85,"project_status":3,"project_progress":9,"budget":"23500","profit_pct":"23.63","bargain_date":"2023-12-06","description":"","created_by":5087,"created_at":"2023-12-06 05:51:30","updated_at":"2025-08-31 22:57:49","engineer_id":null,"project_title":"NAS\u6388\u6743\u5b89\u88c5-K","collected":"0","status_updated_at":"2023-12-06 12:28:19.027436+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2023-12-06 05:51:30.442658+08","forecast_updated_at":"2024-06-03 18:15:52.885389+08","end_at":"","pinyin_shortcut":"NASsqazK","creator":5087,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":52,"is_sales_order_ready":true,"collected_plan":23500,"change_status_to":null,"is_verify":false,"profits":"5553.050000000000000000","remain":"644 days 03:03:33.627295","progress_remain":"644 days 09:40:22.212073","forecast_remain":"463 days 21:15:59.769342","lost_contact_days":"614.258248318646","last_contact":"2024-01-05 09:20:00","last_arrive_days":null,"last_arrive":null,"duration":"644 days 09:40:22.212073","issued_invoices":null,"client":{"id":85,"key":85,"name":"\u5317\u4eac\u52a8\u529b\u673a\u68b0\u7814\u7a76\u6240 31\u6240","logo":null,"client_type":1,"client_class":47,"client_industry":5,"sales_rep":5087,"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3387,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":86,"product_type_id":86,"key":86,"name":"\u8ba1\u7b97","budget":"23500.00","pct":"23.63","profit":"5553.05","project_id":3387}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"casePoints":null,"workLogCount":{"project_id":3387,"count":2},"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":2988,"from_project":3387,"payment_collection_remind_ahead":"7 days","serial_no":"","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"0","erp_un_settle_amount":"23500","including_tax":true,"amount":"23500","contractScans":[],"receiptScans":[{"id":22298,"object_type":106,"object_id":2988,"attachment_id":16509,"attachment":{"id":16509,"key":16509,"name":"221415dd-a738-3f7d-9a26-c2e76b516a9f","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/221415dd-a738-3f7d-9a26-c2e76b516a9f\/\u52a8\u529b\u673a\u68b0\u7814\u7a76\u6240\u201420231207.pdf","orig_name":"\u52a8\u529b\u673a\u68b0\u7814\u7a76\u6240\u201420231207.pdf"}}],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":1700,"key":1700,"contract_id":2988,"name":"2024-06-30","value":"23500","overdue_days":null,"pct":100,"collect_status":"\u903e\u671f437\u5929"}],"salesContractPaymentCollectionRemindReceivers":[{"id":5251,"user_id":5087,"key":5087,"contract_id":2988,"user":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}}},{"id":5252,"user_id":5388,"key":5388,"contract_id":2988,"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":51,"contract_id":2988,"supplier_id":485,"purchase_id":2990,"supplier":{"id":485,"key":485,"name":"\u5317\u4eac\u9f50\u4fe1\u5171\u5229\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":2990,"key":2990,"serial_no":"QXGL20231206"}},{"id":112,"contract_id":2988,"supplier_id":485,"purchase_id":3098,"supplier":{"id":485,"key":485,"name":"\u5317\u4eac\u9f50\u4fe1\u5171\u5229\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3098,"key":3098,"serial_no":"QXGL20231220"}}],"payment_collection_remind_ahead_display":"7\u5929","invoiced":0},"projectRemindReceivers":[{"id":829,"user_id":1001,"key":1001,"project_id":3387,"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":2572,"project_id":3387,"product_id":1126,"amount":"23500","number":1,"cost":"15300","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"23500","total_cost":"15300","erp_sales_order_product_id":505,"supplier":null,"product":{"id":1126,"name":"AS5500G5 NAS\u6388\u6743\u534f\u8bae","product_type":3,"product_component":39,"product_brand":24,"product_serie":678,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2023-12-07 16:50:57","updated_at":"2024-01-16 14:43:38","pinyin_shortcut":"AS5500G5NASsqxy","product_unit":2,"is_renew":false,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":39,"key":39,"name":"\u5b58\u50a8\u914d\u4ef6"},"productBrand":{"id":24,"key":24,"name":"\u6d6a\u6f6e"},"productSerie":{"id":678,"key":678,"name":"NAS\u6388\u6743\u534f\u8bae"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":505,"erp_sales_order_id":1150,"erp_store_id":null,"product_id":1126,"description":"","number":"1","outbound":"0","amount":"23500","total_amount":"23500","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"15300","total_cost":"15300","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3387,"comment":6},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1150,"serial_no":"XSDD-20250803-00001","from_date":null,"wrote_date":"2023-12-06","handler":5087,"client_id":85,"purchase_contract_id":null,"project_id":3387,"sales_contract_id":2988,"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":"1","amount":"23500","created_by":5087,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2023-12-06 12:28:19","updated_at":"2023-12-06 12:28:19"},"projectUsedClient":null,"remain_display":644,"progress_remain_display":644,"forecast_remain_display":463,"projectProductTotalAmount":23500,"projectProductAllAmount":true,"projectProductTotalCost":15300,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":23500,"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":644,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"1\u5e74\u524d","can_view_product":true,"budget_display":"2.35\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"23500","un_invoiced":23500},{"id":3743,"client_id":2526,"project_status":3,"project_progress":49,"budget":"21870","profit_pct":"41.57","bargain_date":"2024-12-17","description":"12-25\u65e5\u4fee\u6539\u91d1\u989d\uff1b\u589e\u52a0950+1350=2300\u5143","created_by":5087,"created_at":"2024-12-17 08:22:52","updated_at":"2025-08-31 22:56:37","engineer_id":null,"project_title":"SATA512G\u56fa\u6001\u786c\u76d8 \u9879\u76ee-K","collected":"0","status_updated_at":"2024-12-22 22:36:40.481424+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-12-22 22:36:40.481424+08","forecast_updated_at":"2024-12-22 22:36:40.481424+08","end_at":"","pinyin_shortcut":"SATA512GgtypxmK","creator":5087,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":725,"is_sales_order_ready":true,"collected_plan":21870,"change_status_to":null,"is_verify":false,"profits":"9091.359000000000000000","remain":"261 days 16:55:12.173307","progress_remain":"261 days 16:55:12.173307","forecast_remain":"261 days 16:55:12.173307","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"267 days 07:09:00.029063","issued_invoices":null,"client":{"id":2526,"key":2526,"name":"\u5317\u4eac\u822a\u5929\u6d4b\u63a7\u6280\u672f\u6709\u9650\u516c\u53f8","logo":null,"client_type":6,"client_class":43,"client_industry":5,"sales_rep":5087,"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"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":[{"project_id":3743,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":49,"key":49,"name":"\u6536\u6b3e\u4e2d","description":"\u5b9a\u4e49\uff1a\u5f00\u53d1\u7968\uff0c\u5b8c\u6210\u6536\u6b3e \u3002\n\u65b9\u6cd5\uff1a\u5411\u8d22\u52a1\u7533\u8bf7\u5f00\u53d1\u7968\u3002"},"projectProductTypes":[{"id":3,"product_type_id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907","budget":"21870.00","pct":"41.57","profit":"9091.359","project_id":3743}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"casePoints":{"project_id":3743,"points":"263"},"workLogCount":null,"caseCount":{"project_id":3743,"count":3},"salesTimeCount":null,"implementTimeCount":{"project_id":3743,"sum":"16.9","times":"3"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3743,"sum":"590.67"},"buildContract":{"id":3713,"from_project":3743,"payment_collection_remind_ahead":"30 days","serial_no":"","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"0","erp_un_settle_amount":"21870","including_tax":true,"amount":"21870","contractScans":[],"receiptScans":[{"id":31543,"object_type":106,"object_id":3713,"attachment_id":23534,"attachment":{"id":23534,"key":23534,"name":"40189d54-e2d7-3b9c-83d4-76242601c0a8","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/40189d54-e2d7-3b9c-83d4-76242601c0a8\/\u7b7e\u6536\u5355.pdf","orig_name":"\u7b7e\u6536\u5355.pdf"}}],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":2240,"key":2240,"contract_id":3713,"name":"2025-12-31","value":"21870","overdue_days":null,"pct":100,"collect_status":""}],"salesContractPaymentCollectionRemindReceivers":[{"id":7517,"user_id":5087,"key":5087,"contract_id":3713,"user":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}}},{"id":7518,"user_id":5388,"key":5388,"contract_id":3713,"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":7519,"user_id":1001,"key":1001,"contract_id":3713,"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":2406,"contract_id":3713,"supplier_id":59,"purchase_id":3721,"supplier":{"id":59,"key":59,"name":"\u5317\u4eac\u592a\u8c37\u8baf\u8bda\u79d1\u6280\u53d1\u5c55\u6709\u9650\u516c\u53f8"},"purchase":{"id":3721,"key":3721,"serial_no":"TSKJ20250110-HYF-001"}},{"id":2317,"contract_id":3713,"supplier_id":505,"purchase_id":3716,"supplier":{"id":505,"key":505,"name":"\u795e\u5dde\u6167\u667a\uff08\u5317\u4eac\uff09\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3716,"key":3716,"serial_no":"TSKJ20241217-ZHF-001"}}],"payment_collection_remind_ahead_display":"30\u5929","invoiced":0},"projectRemindReceivers":[{"id":1349,"user_id":1001,"key":1001,"project_id":3743,"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":8266,"project_id":3743,"product_id":1899,"amount":"160.00","number":2,"cost":"160.00","description":"","supplier_id":478,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"320","total_cost":"320","erp_sales_order_product_id":1441,"supplier":{"id":478,"key":478,"name":"\u5317\u4eac\u957f\u987a\u7f51\u8054\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1899,"name":"netLINK HTB-4100A\/4GE-3KM+HTB-4100B-3KM","product_type":4,"product_component":43,"product_brand":245,"product_serie":1581,"product_misc":null,"product_qa":null,"pn":"","description":"netLINK HTB-4100A\/4GE-3KM+HTB-4100B-3KM\u5149\u7ea4\u6536\u53d1\u5668\u5343\u5146\u5355\u6a21\u5355\u7ea41\u51494\u7535+1\u51491\u7535\u5957\u88c5\u5149\u7535\u8f6c\u6362\u56683\u516c\u91cc\u4e00\u5bf9","created_by":1013,"created_at":"2024-12-17 13:57:50","updated_at":"2024-12-17 13:57:50","pinyin_shortcut":"netLINKHTB4100A4GE3KMHTB4100B3KM","product_unit":2,"is_renew":false,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":43,"key":43,"name":"\u7f51\u7edc\u8bbe\u5907\u914d\u4ef6"},"productBrand":{"id":245,"key":245,"name":"netLINK"},"productSerie":{"id":1581,"key":1581,"name":"\u5149\u7ea4\u6536\u53d1\u5668"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1441,"erp_sales_order_id":1411,"erp_store_id":null,"product_id":1899,"description":"","number":"2","outbound":"0","amount":"160.00","total_amount":"320","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"160.00","total_cost":"320","supplier_id":478,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":8267,"project_id":3743,"product_id":1900,"amount":"550.00","number":35,"cost":"270","description":"","supplier_id":505,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"19250","total_cost":"9450.00","erp_sales_order_product_id":1442,"supplier":{"id":505,"key":505,"name":"\u795e\u5dde\u6167\u667a\uff08\u5317\u4eac\uff09\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1900,"name":"\u9ea6\u5149Msata 1.3\u5bf8 512GB\u56fa\u6001\u786c\u76d8","product_type":11,"product_component":179,"product_brand":246,"product_serie":1582,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-12-17 14:29:52","updated_at":"2024-12-17 14:29:52","pinyin_shortcut":"mgMsata13c512GBgtyp","product_unit":3,"is_renew":false,"productType":{"id":11,"key":11,"name":"\u4e2a\u4eba\u8ba1\u7b97\u673a"},"productComponent":{"id":179,"key":179,"name":"\u914d\u4ef6"},"productBrand":{"id":246,"key":246,"name":"\u9ea6\u5149"},"productSerie":{"id":1582,"key":1582,"name":"\u9ea6\u5149Msata 1.3\u5bf8\u56fa\u6001\u786c\u76d8"},"productUnit":{"id":3,"key":3,"name":"\u4e2a"}},"erpSalesOrderProduct":{"id":1442,"erp_sales_order_id":1411,"erp_store_id":null,"product_id":1900,"description":"","number":"35","outbound":"0","amount":"550.00","total_amount":"19250","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"270","total_cost":"9450.00","supplier_id":505,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":8268,"project_id":3743,"product_id":1908,"amount":"1350.00","number":1,"cost":"450.00","description":"","supplier_id":59,"hardware_from":"2024-12-25","software_from":null,"maintenance_from":null,"hardware_to":"2025-12-24","software_to":null,"maintenance_to":null,"total_amount":"1350","total_cost":"450","erp_sales_order_product_id":1443,"supplier":{"id":59,"key":59,"name":"\u5317\u4eac\u592a\u8c37\u8baf\u8bda\u79d1\u6280\u53d1\u5c55\u6709\u9650\u516c\u53f8"},"product":{"id":1908,"name":"605474-001","product_type":2,"product_component":5,"product_brand":2,"product_serie":1584,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-12-25 10:39:00","updated_at":"2024-12-25 10:39:00","pinyin_shortcut":"605474001","product_unit":4,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":5,"key":5,"name":"\u670d\u52a1\u5668\u786c\u76d8"},"productBrand":{"id":2,"key":2,"name":"HP"},"productSerie":{"id":1584,"key":1584,"name":"1TB 7.2K 3.5 SAS \u786c\u76d8"},"productUnit":{"id":4,"key":4,"name":"\u5757"}},"erpSalesOrderProduct":{"id":1443,"erp_sales_order_id":1411,"erp_store_id":null,"product_id":1908,"description":"","number":"1","outbound":"0","amount":"1350.00","total_amount":"1350","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"450.00","total_cost":"450","supplier_id":59,"hardware_from":"2024-12-25","software_from":null,"maintenance_from":null,"hardware_to":"2025-12-24","software_to":null,"maintenance_to":null}},{"id":8269,"project_id":3743,"product_id":1909,"amount":"950.00","number":1,"cost":"150.00","description":"","supplier_id":59,"hardware_from":"2024-12-25","software_from":null,"maintenance_from":null,"hardware_to":"2025-12-24","software_to":null,"maintenance_to":null,"total_amount":"950","total_cost":"150","erp_sales_order_product_id":1444,"supplier":{"id":59,"key":59,"name":"\u5317\u4eac\u592a\u8c37\u8baf\u8bda\u79d1\u6280\u53d1\u5c55\u6709\u9650\u516c\u53f8"},"product":{"id":1909,"name":"507284-001","product_type":2,"product_component":5,"product_brand":2,"product_serie":889,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2024-12-25 10:40:01","updated_at":"2024-12-25 10:40:01","pinyin_shortcut":"507284001","product_unit":4,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":5,"key":5,"name":"\u670d\u52a1\u5668\u786c\u76d8"},"productBrand":{"id":2,"key":2,"name":"HP"},"productSerie":{"id":889,"key":889,"name":"300G 10K 2.5 SAS \u786c\u76d8"},"productUnit":{"id":4,"key":4,"name":"\u5757"}},"erpSalesOrderProduct":{"id":1444,"erp_sales_order_id":1411,"erp_store_id":null,"product_id":1909,"description":"","number":"1","outbound":"0","amount":"950.00","total_amount":"950","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"150.00","total_cost":"150","supplier_id":59,"hardware_from":"2024-12-25","software_from":null,"maintenance_from":null,"hardware_to":"2025-12-24","software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3743,"comment":5},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1411,"serial_no":"XSDD-20250803-00001","from_date":null,"wrote_date":"2024-12-17","handler":5087,"client_id":2526,"purchase_contract_id":null,"project_id":3743,"sales_contract_id":3713,"erp_store_id":null,"status":2,"erp_send_type_id":null,"abstract":null,"description":"12-25\u65e5\u4fee\u6539\u91d1\u989d\uff1b\u589e\u52a0950+1350=2300\u5143","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":"39","amount":"21870","created_by":5087,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2024-12-17 09:24:39","updated_at":"2024-12-17 09:24:39"},"projectUsedClient":null,"remain_display":261,"progress_remain_display":261,"forecast_remain_display":261,"projectProductTotalAmount":21870,"projectProductAllAmount":true,"projectProductTotalCost":10370,"projectProductAllCost":true,"projectProductTotalNumber":39,"unissued_invoice":21870,"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":267,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"2.19\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"21870","un_invoiced":21870},{"id":3841,"client_id":3343,"project_status":3,"project_progress":6,"budget":"183000","profit_pct":"20.76","bargain_date":"2025-07-12","description":"","created_by":1004,"created_at":"2025-04-29 09:07:50","updated_at":"2025-08-29 12:20:40","engineer_id":null,"project_title":"2025PA\u9632\u706b\u5899\u66ff\u6362","collected":"0","status_updated_at":"2025-07-27 22:19:40.220985+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2025-07-27 22:19:40.220985+08","forecast_updated_at":"2025-07-27 22:19:40.220985+08","end_at":"","pinyin_shortcut":"2025PAfhqth","creator":1004,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":974,"is_sales_order_ready":true,"collected_plan":183000,"change_status_to":null,"is_verify":false,"profits":"37990.800000000000000000","remain":"44 days 17:12:12.433746","progress_remain":"44 days 17:12:12.433746","forecast_remain":"44 days 17:12:12.433746","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"134 days 06:24:02.266318","issued_invoices":null,"client":{"id":3343,"key":3343,"name":"\u5317\u4eac\u5317\u6c7d\u79d1\u6280\u670d\u52a1\u6709\u9650\u516c\u53f8(\u4e2d\u90fd\u4e09\u4ea7\uff09","logo":null,"client_type":5,"client_class":43,"client_industry":5,"sales_rep":1004,"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3841,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":6,"key":6,"name":"\u63a8\u52a8\u6210\u4ea4","description":"\u5b9a\u4e49\uff1a\u5ba2\u6237\u786e\u8ba4\u4e86\u65b9\u6848\uff0c\u4e86\u89e3\u4e86\u6210\u4ea4\u4ef7\u683c\u3002 \n\u65b9\u6cd5\uff1a\u901a\u8fc7\u5229\u76ca\u5206\u4eab\uff0c\u5b9e\u529b\u8bc1\u660e\uff0c\u9ad8\u5c42\u62dc\u8bbf\uff0c\u5382\u5546\u62dc\u8bbf\uff0c\u6848\u4f8b\u53c2\u89c2\uff0c\u7a81\u51fa\u6211\u65b9\u4f18\u52bf\uff0c\u6253\u51fb\u5bf9\u624b\u52a3\u52bf\u3002"},"projectProductTypes":[{"id":5,"product_type_id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907","budget":"183000","pct":"20.76","profit":"38000","project_id":3841}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":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":{"project_id":3841,"points":"507"},"workLogCount":null,"caseCount":{"project_id":3841,"count":4},"salesTimeCount":null,"implementTimeCount":{"project_id":3841,"sum":"16.2","times":"4"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3841,"sum":"193.75"},"buildContract":{"id":4035,"from_project":3841,"payment_collection_remind_ahead":"1 day","serial_no":"","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"0","erp_un_settle_amount":"183000","including_tax":true,"amount":"183000","contractScans":[],"receiptScans":[{"id":37457,"object_type":106,"object_id":4035,"attachment_id":27224,"attachment":{"id":27224,"key":27224,"name":"0e1493c0-37be-3040-b105-ca62c48009ec","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/0e1493c0-37be-3040-b105-ca62c48009ec\/2025_08_04_10_38_47.pdf","orig_name":"2025_08_04_10_38_47.pdf"}}],"verifyScans":[],"erpCollectTickets":[],"salesContractPayments":[],"salesContractInvoices":[],"salesContractPaymentCollectionRemindDates":[{"id":2544,"key":2544,"contract_id":4035,"name":"2025-09-30","value":"183000","overdue_days":null,"pct":100,"collect_status":""}],"salesContractPaymentCollectionRemindReceivers":[{"id":8800,"user_id":1004,"key":1004,"contract_id":4035,"user":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}}},{"id":8801,"user_id":5388,"key":5388,"contract_id":4035,"user":{"id":5388,"key":5388,"name":"\u6768\u71d5\u971e","sex":"F","avatar":{"id":156,"user_id":5388,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b8d4f68f-e736-3c38-9e2f-1ab47885b3d8.png"}}},{"id":8802,"user_id":1001,"key":1001,"contract_id":4035,"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":3078,"contract_id":4035,"supplier_id":719,"purchase_id":4063,"supplier":{"id":719,"key":719,"name":"\u5317\u4eac\u5408\u529b\u521b\u535a\u4fe1\u606f\u5de5\u7a0b\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":4063,"key":4063,"serial_no":"TSKJ20250807-HYF-002"}},{"id":3079,"contract_id":4035,"supplier_id":236,"purchase_id":4038,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"purchase":{"id":4038,"key":4038,"serial_no":"TSKJ20250716-HYF-001"}}],"payment_collection_remind_ahead_display":"1\u5929","invoiced":0},"projectRemindReceivers":[],"projectProductRels":[{"id":10597,"project_id":3841,"product_id":2043,"amount":"49202.81","number":2,"cost":"40536.61","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"98405.62","total_cost":"81073.22","erp_sales_order_product_id":1780,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2043,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6V8.0(\u9002\u7528\u4e8eAF-1000-FH2300B)","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":null,"product_qa":null,"pn":"","description":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6\u57fa\u7840\u7ea7","created_by":1013,"created_at":"2025-07-16 10:48:29","updated_at":"2025-07-16 10:48:29","pinyin_shortcut":"sxffhqrjV80syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1780,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2043,"description":"","number":"2","outbound":"0","amount":"49202.81","total_amount":"98405.62","last_number":"2","last_amount":"49202.81","last_total_amount":"98405.62","cost":"40536.61","total_cost":"81073.22","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10598,"project_id":3841,"product_id":2044,"amount":"6237.31","number":2,"cost":"4556.04","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"12474.62","total_cost":"9112.08","erp_sales_order_product_id":1781,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2044,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u589e\u5f3a\u7ea7\u8f6f\u4ef6V6.0(\u9002\u7528\u4e8eAF-1000-FH2300B)","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":null,"product_qa":null,"pn":"","description":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6\u589e\u5f3a\u7ea7\u6a21\u5757\uff0c\u4e0b\u4e00\u4ee3\u5e94\u7528\u9632\u706b\u5899\u8f6f\u4ef6\u589e\u5f3a\u7ea7\u529f\u80fd\u6a21\u5757\u6388\u6743\u8d2d\u4e70\u8d39\u7528","created_by":1013,"created_at":"2025-07-16 10:49:09","updated_at":"2025-07-16 10:49:09","pinyin_shortcut":"sxffhqzqjrjV60syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1781,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2044,"description":"","number":"2","outbound":"0","amount":"6237.31","total_amount":"12474.62","last_number":"2","last_amount":"6237.31","last_total_amount":"12474.62","cost":"4556.04","total_cost":"9112.08","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10599,"project_id":3841,"product_id":2045,"amount":"0","number":2,"cost":"0","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"0","total_cost":"0","erp_sales_order_product_id":1782,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2045,"name":"\u7b2c\u4e09\u65b9\u63a5\u5165\u6388\u6743\uff08IPSec VPN\uff09","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":null,"product_qa":null,"pn":"","description":"IPSec VPN\u4e0e\u7b2c\u4e09\u65b9\u8bbe\u5907\u7684IPSec VPN\u8fdb\u884c\u7ec4\u7f51\u6a21\u5757\u6388\u6743\uff0c\u4ea7\u54c1\u51fa\u5382\u9ed8\u8ba4\u6388\u6743100\u6761\uff0c\u52a0\u70b9\u9700\u9009\u8d2d\u6b64\u6a21\u5757","created_by":1013,"created_at":"2025-07-16 10:49:56","updated_at":"2025-07-16 10:49:56","pinyin_shortcut":"dsfjrsqIPSecVPN","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1782,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2045,"description":"","number":"2","outbound":"0","amount":"0","total_amount":"0","last_number":"2","last_amount":"0","last_total_amount":"0","cost":"0","total_cost":"0","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10600,"project_id":3841,"product_id":2047,"amount":"12474.62","number":2,"cost":"9112.08","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"24949.24","total_cost":"18224.16","erp_sales_order_product_id":1784,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2047,"name":"\u6df1\u4fe1\u670d\u4e91\u5a01\u80c1\u60c5\u62a5\u7f51\u5173\u8f6f\u4ef6V8.0\uff08\u9002\u7528\u4e8eAF-1000-FH2300B\uff09","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":null,"product_qa":null,"pn":"","description":"\u6df1\u4fe1\u670d\u4e91\u5a01\u80c1\u60c5\u62a5\u7f51\u5173\u8ba2\u9605\u8f6f\u4ef6\uff08\u9002\u7528\u4e8eAF8.0.85R\u53ca\u4ee5\u4e0a\u7248\u672c)\u3010\u65b0\u3011\n\u6309\u5e74\u6536\u8d39\uff0c\u60a8\u5c06\u83b7\u5f97\u4ee5\u4e0b\u80fd\u529b\uff1a\n\u3010\u4e91\u7aef\u767e\u4ebf\u7ea7\u5a01\u80c1\u60c5\u62a5\u89c4\u5219\u5e93\uff0c\u5931\u9677\u5916\u8054\u5b9e\u65f6\u68c0\u6d4b\u4e0e\u62e6\u622a\u3011\u901a\u8fc7\u672c\u5730&\u4e91\u7aef\u767e\u4ebf\u7ea7\u5a01\u80c1\u60c5\u62a5\u548c\u5168\u56fd30+\u8fd0\u8425\u5546POP\u8282\u70b9 \uff0c\u5b9e\u65f6\u963b\u65ad\u4e3b\u673a\/PC\u5931\u9677\u5916\u8054\u3001\u6316\u77ff\u3001URL\u9493\u9c7c\u7b49\u98ce\u9669\uff1b\n\u3010\u65b0\u5a01\u80c1\/\u672a\u77e5\u5a01\u80c15min\u5185\u540c\u6b65\u3011\u83b7\u53d6\u4e91\u7aefAI\u667a\u80fd\u5f15\u64ce\u68c0\u6d4b\u80fd\u529b\uff0c\u672c\u5730\u9632\u706b\u5899\u89c4\u5219\u5e93\u6bcf5\u5206\u949f\u66f4\u65b0\u4e00\u6b21\uff0c\u540c\u6b65\u6700\u65b0\u7684\u672a\u77e5\u5a01\u80c1\u60c5\u62a5\u81f3\u5ba2\u6237\u672c\u5730\uff0c\u5b9e\u65f6\u83b7\u53d6\u672a\u77e5\u5a01\u80c1\u7684\u9632\u5fa1\u80fd\u529b\uff08\u5982\u6f0f\u6d1e\\\u6076\u610fIP\\\u9493\u9c7cURL\u7b49\uff09\u907f\u514d\u6210\u4e3a\u65b0\u578b\u5a01\u80c1\u7684\u9996\u6279\u53d7\u5bb3\u8005\uff1b\n\u3010\u6740\u6bd2\u529f\u80fd\u4e0e\u66f4\u65b0\u3011\u63d0\u4f9b\u672c\u5730\u8bbe\u5907\u7f51\u7edc\u6740\u6bd2\u529f\u80fd\u4e0e\u66f4\u65b0\u670d\u52a1\uff0c\u672a\u77e5\u6587\u4ef6MD5\u503c\u5b9e\u65f6\u4e91\u67e5\u529f\u80fd\u3002","created_by":1013,"created_at":"2025-07-16 10:51:12","updated_at":"2025-07-16 10:51:12","pinyin_shortcut":"sxfywxqbwgrjV80syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1784,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2047,"description":"","number":"2","outbound":"0","amount":"12474.62","total_amount":"24949.24","last_number":"2","last_amount":"12474.62","last_total_amount":"24949.24","cost":"9112.08","total_cost":"18224.16","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10601,"project_id":3841,"product_id":2048,"amount":"0","number":2,"cost":"0","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"0","total_cost":"0","erp_sales_order_product_id":1785,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2048,"name":"\u7ef4\u4fdd\u670d\u52a1\uff08\u5feb\u901f\u7248\uff09","product_type":19,"product_component":151,"product_brand":12,"product_serie":712,"product_misc":null,"product_qa":null,"pn":"","description":"\"1\u3001\u6df1\u4fe1\u670d\u5c06\u63d0\u4f9b\u786c\u4ef6\u8bbe\u5907\u6545\u969c\u8fd4\u5382\u7ef4\u4fee\u670d\u52a1\uff0c\u7ef4\u4fee\u5c06\u5728 30 \u4e2a\u81ea\u7136\u65e5\u5185\u5b8c\u6210\u5e76\u5bc4\u56de\u8bbe\u5907\n2\u3001\u63d0\u4f9b\u8d2d\u4e70\u8bbe\u5907\u7684\u8f6f\u4ef6\u5347\u7ea7\u6388\u6743\uff0c\u8f6f\u4ef6\u5b9a\u671f\u66f4\u65b0\uff0c\u6301\u7eed\u83b7\u5f97\u6700\u65b0\u7684\u529f\u80fd\u7279\u6027\u548c\u9632\u62a4\u80fd\u529b\n3\u3001\u81ea\u5ba2\u6237\u62a5\u969c\u4e4b\u65e5\u8d77\uff0c\u5907\u673a\u53ef\u4e8e3\u4e2a\u81ea\u7136\u65e5\u5185\u62b5\u8fbe\u73b0\u573a\uff0c\u8ba9\u6838\u5fc3\u4e1a\u52a1\u7cfb\u7edf\u5373\u4f7f\u906d\u9047\u786c\u4ef6\u6545\u969c\u4e5f\u80fd\u5feb\u901f\u5207\u6362\"","created_by":1013,"created_at":"2025-07-16 10:51:52","updated_at":"2025-07-16 10:51:52","pinyin_shortcut":"wbfwksb","product_unit":8,"is_renew":false,"productType":{"id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1"},"productComponent":{"id":151,"key":151,"name":"\u4eba\u5de5\u670d\u52a1"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":712,"key":712,"name":"\u5b89\u5168\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":1785,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2048,"description":"","number":"2","outbound":"0","amount":"0","total_amount":"0","last_number":"2","last_amount":"0","last_total_amount":"0","cost":"0","total_cost":"0","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10602,"project_id":3841,"product_id":1873,"amount":"3667.20","number":2,"cost":"2910.88","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"7334.4","total_cost":"5821.76","erp_sales_order_product_id":1786,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":1873,"name":"\u6df1\u4fe1\u670dSSL VPN\u8f6f\u4ef6V6.0","product_type":5,"product_component":35,"product_brand":12,"product_serie":104,"product_misc":null,"product_qa":null,"pn":"","description":"\u79fb\u52a8\u63a5\u5165\u6388\u6743\u6a21\u5757","created_by":1013,"created_at":"2024-11-08 11:16:40","updated_at":"2024-11-08 11:16:40","pinyin_shortcut":"sxfSSLVPNrjV60","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":104,"key":104,"name":"\u6df1\u4fe1\u670dVPN\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1786,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":1873,"description":"","number":"2","outbound":"0","amount":"3667.20","total_amount":"7334.4","last_number":"2","last_amount":"3667.20","last_total_amount":"7334.4","cost":"2910.88","total_cost":"5821.76","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10603,"project_id":3841,"product_id":2049,"amount":"150.79","number":90,"cost":"131.23","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"13571.1","total_cost":"11810.7","erp_sales_order_product_id":1787,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2049,"name":"\u6df1\u4fe1\u670dSSL VPN\u6388\u6743\u8f6f\u4ef6V6.0","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":null,"product_qa":null,"pn":"","description":"\u79fb\u52a8\u63a5\u5165\u6388\u6743\n\u6df1\u4fe1\u670dSSL VPN\u63a5\u5165\u6388\u6743\uff08\u6bcf\u589e\u52a0\u4e00\u4e2aSSL\u63a5\u5165\u8bb8\u53ef\uff09","created_by":1013,"created_at":"2025-07-16 10:55:32","updated_at":"2025-07-16 10:55:32","pinyin_shortcut":"sxfSSLVPNsqrjV60","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1787,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2049,"description":"","number":"90","outbound":"0","amount":"150.79","total_amount":"13571.1","last_number":"90","last_amount":"150.79","last_total_amount":"13571.1","cost":"131.23","total_cost":"11810.7","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10604,"project_id":3841,"product_id":942,"amount":"0","number":1,"cost":"3000.00","description":"","supplier_id":719,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"0","total_cost":"3000","erp_sales_order_product_id":1788,"supplier":{"id":719,"key":719,"name":"\u5317\u4eac\u5408\u529b\u521b\u535a\u4fe1\u606f\u5de5\u7a0b\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":942,"name":"\u7b2c\u4e09\u65b9\u5916\u91c7\u6280\u672f\u670d\u52a1","product_type":19,"product_component":151,"product_brand":134,"product_serie":593,"product_misc":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":1788,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":942,"description":"","number":"1","outbound":"0","amount":"0","total_amount":"0","last_number":"1","last_amount":"0","last_total_amount":"0","cost":"3000.00","total_cost":"3000","supplier_id":719,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":10605,"project_id":3841,"product_id":2046,"amount":"6237.31","number":2,"cost":"4556.04","description":"","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null,"total_amount":"12474.62","total_cost":"9112.08","erp_sales_order_product_id":1783,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2046,"name":"\u6df1\u4fe1\u670d\u5b89\u5168\u4e91\u8111-\u4e91\u667a\u8ba2\u9605\u8f6f\u4ef6V8.0\uff08\u9002\u7528\u4e8eAF-1000-FH2300B\uff09","product_type":5,"product_component":35,"product_brand":12,"product_serie":103,"product_misc":null,"product_qa":null,"pn":"","description":"\u6df1\u4fe1\u670d\u4e91\u667a\u8ba2\u9605\u8f6f\u4ef6\uff08AF8.0.7\u53ca\u4ee5\u4e0a\u7248\u672c\u9002\u7528\uff09\n\u6309\u5e74\u6536\u8d39\uff0c\u5305\u62ecWEB\u5e94\u7528\u9632\u62a4\u8bc6\u522b\u5e93\u3001IPS\u7279\u5f81\u5e93\u3001\u50f5\u5c38\u7f51\u7edc\u9632\u62a4\u5e93\u3001\u5b9e\u65f6\u6f0f\u6d1e\u5206\u6790\u8bc6\u522b\u5e93\u548cURL&\u5e94\u7528\u8bc6\u522b\u5e93\u5b9a\u671f\u66f4\u65b0\uff0c\u4fdd\u6301\u8bbe\u5907\u5177\u5907\u68c0\u6d4b\u9632\u5fa1\u6700\u65b0\u5a01\u80c1\u7684\u80fd\u529b\u3002","created_by":1013,"created_at":"2025-07-16 10:50:34","updated_at":"2025-07-16 10:50:34","pinyin_shortcut":"sxfaqynyzdyrjV80syyAF1000FH2300B","product_unit":2,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":35,"key":35,"name":"\u9632\u706b\u5899\u8f6f\u4ef6"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":103,"key":103,"name":"\u6df1\u4fe1\u670d\u9632\u706b\u5899\u8f6f\u4ef6"},"productUnit":{"id":2,"key":2,"name":"\u5957"}},"erpSalesOrderProduct":{"id":1783,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2046,"description":"","number":"2","outbound":"0","amount":"6237.31","total_amount":"12474.62","last_number":"2","last_amount":"6237.31","last_total_amount":"12474.62","cost":"4556.04","total_cost":"9112.08","supplier_id":236,"hardware_from":null,"software_from":"2025-07-18","maintenance_from":null,"hardware_to":null,"software_to":"2026-07-18","maintenance_to":null}},{"id":10606,"project_id":3841,"product_id":2042,"amount":"6895.20","number":2,"cost":"4923.00","description":"","supplier_id":236,"hardware_from":"2025-07-18","software_from":null,"maintenance_from":null,"hardware_to":"2026-07-18","software_to":null,"maintenance_to":null,"total_amount":"13790.4","total_cost":"9846","erp_sales_order_product_id":1789,"supplier":{"id":236,"key":236,"name":"\u5317\u4eac\u5929\u4fe1\u5b8f\u8fbe\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8"},"product":{"id":2042,"name":"AF-1000-FH2300B","product_type":5,"product_component":26,"product_brand":12,"product_serie":1033,"product_misc":null,"product_qa":null,"pn":"","description":"\u6027\u80fd\u53c2\u6570\uff1a\u7f51\u7edc\u5c42\u541e\u5410\u91cf\uff1a35G\uff0c\u5e94\u7528\u5c42\u541e\u5410\u91cf\uff1a20G\uff0c\u9632\u75c5\u6bd2\u541e\u5410\u91cf\uff1a3.5G\uff0cIPS\u541e\u5410\u91cf\uff1a3G\uff0c\u5168\u5a01\u80c1\u541e\u5410\u91cf\uff08\u4e0d\u542bWAF\uff09\uff1a2G\uff0c\u5e76\u53d1\u8fde\u63a5\u6570\uff1a800\u4e07\uff0cHTTP\u65b0\u5efa\u8fde\u63a5\u6570\uff1a18\u4e07\uff0cSSL VPN\u63a8\u8350\u7528\u6237\u6570\uff08\u5355\u72ec\u8d2d\u4e70\uff09\uff1a35\uff0cSSL VPN\u6700\u5927\u7528\u6237\u6570\uff08\u5355\u72ec\u8d2d\u4e70\uff09\uff1a120\uff0cSSL VPN\u6700\u5927\u7406\u8bba\u52a0\u5bc6\u6d41\u91cf\uff08\u5355\u72ec\u8d2d\u4e70\uff09\uff1a300M\uff0cIPSec VPN \u6700\u5927\u63a5\u5165\u6570\uff1a4000\uff0cIPSec VPN\u541e\u5410\u91cf\uff1a1.2G\u3002\n\u786c\u4ef6\u53c2\u6570\uff1a\u89c4\u683c\uff1a1U\uff0c\u5185\u5b58\u5927\u5c0f\uff1a16G\uff0c\u786c\u76d8\u5bb9\u91cf\uff1a256G SSD\uff0c\u7535\u6e90\uff1a\u5197\u4f59\u7535\u6e90\uff0c\u63a5\u53e3\uff1a16\u5343\u5146\u7535\u53e3+6\u4e07\u5146\u5149\u53e3SFP+\u3002\n\u529f\u80fd\u63cf\u8ff0\uff1a\u6df1\u4fe1\u670d\u4e0b\u4e00\u4ee3\u9632\u706b\u5899\u4ee5\u4fdd\u969c\u7528\u6237\u6838\u5fc3\u8d44\u4ea7\u4e3a\u76ee\u6807\uff0c\u63d0\u4f9bL2-L7\u5c42\u5404\u7c7b\u5a01\u80c1\u7684\u68c0\u6d4b\u548c\u9632\u62a4\uff0c\u662f\u4e00\u6b3e\u80fd\u591f\u6709\u6548\u5e94\u5bf9\u4f20\u7edf\u7f51\u7edc\u653b\u51fb\u548c\u672a\u77e5\u5a01\u80c1\u653b\u51fb\u7684\u7f51\u7edc\u5b89\u5168\u4ea7\u54c1\u3002","created_by":1013,"created_at":"2025-07-16 10:47:41","updated_at":"2025-07-16 10:47:41","pinyin_shortcut":"AF1000FH2300B","product_unit":1,"is_renew":false,"productType":{"id":5,"key":5,"name":"\u5b89\u5168\u8bbe\u5907"},"productComponent":{"id":26,"key":26,"name":"\u9632\u706b\u5899\u4e3b\u673a"},"productBrand":{"id":12,"key":12,"name":"\u6df1\u4fe1\u670d"},"productSerie":{"id":1033,"key":1033,"name":"\u6df1\u4fe1\u670d AF-1000\u9632\u706b\u5899"},"productUnit":{"id":1,"key":1,"name":"\u53f0"}},"erpSalesOrderProduct":{"id":1789,"erp_sales_order_id":1543,"erp_store_id":null,"product_id":2042,"description":"","number":"2","outbound":"0","amount":"6895.20","total_amount":"13790.4","last_number":"2","last_amount":"6895.20","last_total_amount":"13790.4","cost":"4923.00","total_cost":"9846","supplier_id":236,"hardware_from":"2025-07-18","software_from":null,"maintenance_from":null,"hardware_to":"2026-07-18","software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3841,"comment":2},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1543,"serial_no":"XSDD-20250808-00001","from_date":null,"wrote_date":"2025-07-12","handler":1004,"client_id":3343,"purchase_contract_id":null,"project_id":3841,"sales_contract_id":4035,"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":"2025-08-11 18:27:44.186699+08","cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"107","amount":"183000","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-15 14:11:42","updated_at":"2025-08-11 18:27:44"},"projectUsedClient":{"id":109,"project_id":3841,"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":44,"progress_remain_display":44,"forecast_remain_display":44,"projectProductTotalAmount":183000,"projectProductAllAmount":true,"projectProductTotalCost":148000,"projectProductAllCost":true,"projectProductTotalNumber":107,"unissued_invoice":183000,"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":134,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"18.3\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"183000","un_invoiced":183000},{"id":3823,"client_id":20,"project_status":3,"project_progress":6,"budget":"237950","profit_pct":"15.93","bargain_date":"2025-04-25","description":"","created_by":1005,"created_at":"2025-04-20 19:55:10","updated_at":"2025-08-29 11:57:46","engineer_id":null,"project_title":"\u4fe1\u521b\u5e73\u53f0\u6269\u5bb9-2025\u5e74","collected":"237950","status_updated_at":"2025-04-27 14:56:59.407317+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2025-04-20 19:55:10.500857+08","forecast_updated_at":"2025-04-20 19:55:10.500857+08","end_at":"2025-05-14 16:47:38","pinyin_shortcut":"xcptkr2025n","creator":1005,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":845,"is_sales_order_ready":true,"collected_plan":237950,"change_status_to":null,"is_verify":false,"profits":"37905.435000000000000000","remain":"136 days 00:34:53.247414","progress_remain":"142 days 19:36:42.153874","forecast_remain":"142 days 19:36:42.153874","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"23 days 20:52:27.550662","issued_invoices":"237950.00","client":{"id":20,"key":20,"name":"\u4e2d\u56fd\u91cd\u578b\u673a\u68b0\u6709\u9650\u516c\u53f8\u3001\u56fd\u673a\u91cd\u578b\u88c5\u5907(\u67ec\u57d4\u5be8\u8fbe\u5cb1\u6c34\u7535\u6709\u9650\u516c\u53f8)","logo":null,"client_type":6,"client_class":47,"client_industry":5,"sales_rep":1005,"salesRep":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"clientType":{"id":6,"key":6,"name":"\u592e\u4f01"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3823,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":6,"key":6,"name":"\u63a8\u52a8\u6210\u4ea4","description":"\u5b9a\u4e49\uff1a\u5ba2\u6237\u786e\u8ba4\u4e86\u65b9\u6848\uff0c\u4e86\u89e3\u4e86\u6210\u4ea4\u4ef7\u683c\u3002 \n\u65b9\u6cd5\uff1a\u901a\u8fc7\u5229\u76ca\u5206\u4eab\uff0c\u5b9e\u529b\u8bc1\u660e\uff0c\u9ad8\u5c42\u62dc\u8bbf\uff0c\u5382\u5546\u62dc\u8bbf\uff0c\u6848\u4f8b\u53c2\u89c2\uff0c\u7a81\u51fa\u6211\u65b9\u4f18\u52bf\uff0c\u6253\u51fb\u5bf9\u624b\u52a3\u52bf\u3002"},"projectProductTypes":[{"id":88,"product_type_id":88,"key":88,"name":"\u79c1\u6709\u4e91","budget":"98400.00","pct":"15.93","profit":"15675.12","project_id":3823},{"id":2,"product_type_id":2,"key":2,"name":"\u670d\u52a1\u5668","budget":"139550.00","pct":"15.93","profit":"22230.315","project_id":3823}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"salesRep":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"casePoints":{"project_id":3823,"points":"596"},"workLogCount":null,"caseCount":{"project_id":3823,"count":9},"salesTimeCount":null,"implementTimeCount":{"project_id":3823,"sum":"26.9333333333333","times":"9"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3823,"sum":"264.29"},"buildContract":{"id":3881,"from_project":3823,"payment_collection_remind_ahead":"1 day","serial_no":"TS-ZHY-20250422001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"237950","erp_un_settle_amount":"0","including_tax":true,"amount":"237950","contractScans":[{"id":33997,"object_type":105,"object_id":3881,"attachment_id":25345,"attachment":{"id":25345,"key":25345,"name":"5748dc81-a43d-31f8-b899-53daa380302c","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/5748dc81-a43d-31f8-b899-53daa380302c\/2025_04_28_11_34_10.pdf","orig_name":"2025_04_28_11_34_10.pdf"}}],"receiptScans":[{"id":34079,"object_type":106,"object_id":3881,"attachment_id":25524,"attachment":{"id":25524,"key":25524,"name":"31c93d49-005c-37c6-b78f-f4404a1152cc","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/31c93d49-005c-37c6-b78f-f4404a1152cc\/2025_05_12_09_27_12.pdf","orig_name":"2025_05_12_09_27_12.pdf"}}],"verifyScans":[],"erpCollectTickets":[{"id":316,"serial_no":"SKD-20250514-00002","wrote_date":"2025-05-14","from_date":null,"handler":1005,"user_id":null,"client_id":20,"sales_contract_id":3881,"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-05-14 16:47:37","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"237950","settle_amount":"237950","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-05-14 16:47:37","updated_at":"2025-05-14 16:47:37","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1316","key":"1316","contract_id":3881,"value":"237950","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":2036,"key":2036,"contract_id":3881,"value":"237950.00","attachment_id":null,"from_date":"2025-05-08","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2411,"key":2411,"contract_id":3881,"name":"2025-05-31","value":"237950","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8333,"user_id":1005,"key":1005,"contract_id":3881,"user":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}}}],"salesSupplierRels":[{"id":2662,"contract_id":3881,"supplier_id":67,"purchase_id":3889,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"purchase":{"id":3889,"key":3889,"serial_no":"XM20250428000340"}},{"id":2663,"contract_id":3881,"supplier_id":262,"purchase_id":3890,"supplier":{"id":262,"key":262,"name":"\u4eac\u4e1c\u5546\u57ce"},"purchase":{"id":3890,"key":3890,"serial_no":"313945171929"}},{"id":2711,"contract_id":3881,"supplier_id":366,"purchase_id":3885,"supplier":{"id":366,"key":366,"name":"\u5317\u4eac\u82f1\u4fe1\u672a\u6765\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3885,"key":3885,"serial_no":"BJYXWL20250428002"}},{"id":2660,"contract_id":3881,"supplier_id":366,"purchase_id":null,"supplier":{"id":366,"key":366,"name":"\u5317\u4eac\u82f1\u4fe1\u672a\u6765\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":null},{"id":2880,"contract_id":3881,"supplier_id":38,"purchase_id":null,"supplier":{"id":38,"key":38,"name":"\u5317\u4eac\u4e91\u9526\u975e\u51e1\u79d1\u6280\u6709\u9650\u516c\u53f8 \/\u5317\u4eac\u5929\u52e4\u76ca\u8fbe\u79d1\u6280\u6709\u9650\u516c\u53f8\u3010\u5b89\u82af\u64ce\u5929(\u5929\u6d25)\u79d1\u6280\u6709\u9650\u516c\u53f8\u3011\/\u5317\u4eac\u5747\u4f18\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":null}],"payment_collection_remind_ahead_display":"1\u5929","invoiced":237950},"projectRemindReceivers":[],"projectProductRels":[{"id":9410,"project_id":3823,"product_id":1971,"amount":"68750.00","number":1,"cost":"58500.00","description":"","supplier_id":366,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"68750","total_cost":"58500","erp_sales_order_product_id":1595,"supplier":{"id":366,"key":366,"name":"\u5317\u4eac\u82f1\u4fe1\u672a\u6765\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1971,"name":"CS5260H2(CPU5380*2\/\u5185\u5b5832G 3200*2\/\u786c\u76d8480G SSD*2+16T SATA*10)","product_type":2,"product_component":2,"product_brand":24,"product_serie":627,"product_misc":null,"product_qa":null,"pn":"","description":"CS5260H2 CPU5380*2\/\u5185\u5b5832G 3200*2\/\u786c\u76d8480G SSD*2+16T SATA*10\/RAID8204-2G*1\/2*GE+2*10GE(\u542b\u6a21\u5757)\/\u7535\u6e90800W*2\/\u5bfc\u8f68","created_by":1013,"created_at":"2025-04-28 11:19:52","updated_at":"2025-04-28 11:19:52","pinyin_shortcut":"CS5260H2CPU53802nc32G32002yp480GSSD216TSATA10","product_unit":1,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":2,"key":2,"name":"\u670d\u52a1\u5668\u4e3b\u673a"},"productBrand":{"id":24,"key":24,"name":"\u6d6a\u6f6e"},"productSerie":{"id":627,"key":627,"name":"CS5260H\u670d\u52a1\u5668"},"productUnit":{"id":1,"key":1,"name":"\u53f0"}},"erpSalesOrderProduct":{"id":1595,"erp_sales_order_id":1484,"erp_store_id":null,"product_id":1971,"description":"","number":"1","outbound":"0","amount":"68750.00","total_amount":"68750","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"58500.00","total_cost":"58500","supplier_id":366,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":9411,"project_id":3823,"product_id":1970,"amount":"62800.00","number":1,"cost":"51900.00","description":"","supplier_id":366,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"62800","total_cost":"51900","erp_sales_order_product_id":1596,"supplier":{"id":366,"key":366,"name":"\u5317\u4eac\u82f1\u4fe1\u672a\u6765\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1970,"name":"CS5260H2(CPU5380*2\/\u5185\u5b5832G 3200*2\/\u786c\u76d8480G SSD*2+3.84T SSD*2+16T SATA*4)","product_type":2,"product_component":2,"product_brand":24,"product_serie":627,"product_misc":null,"product_qa":null,"pn":"","description":"CS5260H2 CPU5380*2\/\u5185\u5b5832G 3200*2\/\u786c\u76d8480G SSD*2+3.84T SSD*2+16T SATA*4\/RAID8204-2G*1\/2*GE+2*10GE(\u542b\u6a21\u5757)\/\u7535\u6e90800W*2\/\u5bfc\u8f68","created_by":1013,"created_at":"2025-04-28 11:18:28","updated_at":"2025-04-28 11:18:28","pinyin_shortcut":"CS5260H2CPU53802nc32G32002yp480GSSD2384TSSD216TSATA4","product_unit":1,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":2,"key":2,"name":"\u670d\u52a1\u5668\u4e3b\u673a"},"productBrand":{"id":24,"key":24,"name":"\u6d6a\u6f6e"},"productSerie":{"id":627,"key":627,"name":"CS5260H\u670d\u52a1\u5668"},"productUnit":{"id":1,"key":1,"name":"\u53f0"}},"erpSalesOrderProduct":{"id":1596,"erp_sales_order_id":1484,"erp_store_id":null,"product_id":1970,"description":"","number":"1","outbound":"0","amount":"62800.00","total_amount":"62800","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"51900.00","total_cost":"51900","supplier_id":366,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":9412,"project_id":3823,"product_id":1923,"amount":"1000.00","number":8,"cost":"430.00","description":"","supplier_id":38,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"8000","total_cost":"3440","erp_sales_order_product_id":1597,"supplier":{"id":38,"key":38,"name":"\u5317\u4eac\u4e91\u9526\u975e\u51e1\u79d1\u6280\u6709\u9650\u516c\u53f8 \/\u5317\u4eac\u5929\u52e4\u76ca\u8fbe\u79d1\u6280\u6709\u9650\u516c\u53f8\u3010\u5b89\u82af\u64ce\u5929(\u5929\u6d25)\u79d1\u6280\u6709\u9650\u516c\u53f8\u3011\/\u5317\u4eac\u5747\u4f18\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1923,"name":"32GB PC4-2666P\u5185\u5b58","product_type":2,"product_component":4,"product_brand":10,"product_serie":31,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2025-01-09 10:41:37","updated_at":"2025-01-09 10:41:37","pinyin_shortcut":"32GBPC42666Pnc","product_unit":6,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":4,"key":4,"name":"\u670d\u52a1\u5668\u5185\u5b58"},"productBrand":{"id":10,"key":10,"name":"\u4e09\u661f"},"productSerie":{"id":31,"key":31,"name":"DDR4"},"productUnit":{"id":6,"key":6,"name":"\u6761"}},"erpSalesOrderProduct":{"id":1597,"erp_sales_order_id":1484,"erp_store_id":null,"product_id":1923,"description":"","number":"8","outbound":"0","amount":"1000.00","total_amount":"8000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"430.00","total_cost":"3440","supplier_id":38,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":9413,"project_id":3823,"product_id":1521,"amount":"9200.00","number":2,"cost":"5480.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":"18400","total_cost":"10960","erp_sales_order_product_id":1598,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1521,"name":"ZStack Cloud \u4e91\u5e73\u53f0 V4.0 \u4fe1\u521b\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\u4fe1\u521b\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 Intel\u3001AMD\u3001\u6d77\u5149\u3001\u5146\u82af\u7b49\u4e3b\u6d41 X86 \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\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,\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\u3001 NetFlow \u7b49\u9ad8\u7ea7\u7f51\u7edc\u529f\u80fd;\u652f\u6301\u4e8c \u5c42\u7f51\u7edc\u9694\u79bb\u529f\u80fd:\u652f\u6301 noVLAN\u3001 VLAN\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\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;","created_by":1013,"created_at":"2024-03-22 17:22:41","updated_at":"2024-03-22 17:22:41","pinyin_shortcut":"ZStackCloudyptV40xcb","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":1598,"erp_sales_order_id":1484,"erp_store_id":null,"product_id":1521,"description":"","number":"2","outbound":"0","amount":"9200.00","total_amount":"18400","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"5480.00","total_cost":"10960","supplier_id":67,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":9414,"project_id":3823,"product_id":1601,"amount":"500.00","number":160,"cost":"400.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":"80000","total_cost":"64000","erp_sales_order_product_id":1599,"supplier":{"id":67,"key":67,"name":"\u4f73\u6770\u79d1\u6280(\u4e0a\u6d77)\u6709\u9650\u516c\u53f8"},"product":{"id":1601,"name":"ZStack\u5206\u5e03\u5f0f\u5b58\u50a8V4.0\uff08\u5757\u5b58\u50a8\uff09","product_type":7,"product_component":65,"product_brand":138,"product_serie":1365,"product_misc":null,"product_qa":null,"pn":"","description":"ZStone\u662f\u7531ZStack\u5f00\u53d1\u7684\u4f01\u4e1a\u7ea7\u5206\u5e03\u5f0f\u5b58\u50a8\u4ea7\u54c1\uff0c\u63d0\u4f9b\u5757\u5b58\u50a8\u670d\u52a1\uff0c\u5305\u542b\u4ee5\u4e0b\u529f\u80fd\u548c\u7279\u6027\uff1a\n1. \u63d0\u4f9b\u7f13\u5b58\u52a0\u901f\u80fd\u529b\uff0c\u652f\u6301\u4f7f\u7528SSD\u5bf9HDD\u8fdb\u884c\u8bfb\u5199\u52a0\u901f\uff0c\u4fdd\u969c\u5404\u7c7b\u4e1a\u52a1\u573a\u666f\u4e0b\u7684\u6027\u80fd\u63d0\u5347\u3002\n2. \u63d0\u4f9b\u6570\u636e\u53ef\u9760\u80fd\u529b\uff0c\u652f\u6301\u591a\u526f\u672c\uff0c2~6\u526f\u672c\u5b89\u5168\u4fdd\u62a4\u673a\u5236\u3002\n3. \u53ef\u89c6\u5316\u76d1\u63a7\u4e0e\u544a\u8b66\uff0c\u652f\u6301\u5c55\u793a\u96c6\u7fa4\u5065\u5eb7\u72b6\u6001\u4e0e\u96c6\u7fa4\u8d1f\u8f7d\u6307\u6807\uff0c\u9488\u5bf9\u8d44\u6e90\u5f02\u5e38\u7b49\u573a\u666f\u53ef\u63d0\u4f9b\u544a\u8b66\u80fd\u529b\u3002","created_by":1013,"created_at":"2024-05-09 09:30:46","updated_at":"2024-05-09 09:35:31","pinyin_shortcut":"ZStackfbsccV40kcc","product_unit":17,"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":1365,"key":1365,"name":"ZStack\u5206\u5e03\u5f0f\u5b58\u50a8V4.0"},"productUnit":{"id":17,"key":17,"name":"TB"}},"erpSalesOrderProduct":{"id":1599,"erp_sales_order_id":1484,"erp_store_id":null,"product_id":1601,"description":"","number":"160","outbound":"0","amount":"500.00","total_amount":"80000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"400.00","total_cost":"64000","supplier_id":67,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}},{"id":9415,"project_id":3823,"product_id":1944,"amount":"0","number":4,"cost":"26.12","description":"","supplier_id":262,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"0","total_cost":"104.47","erp_sales_order_product_id":1600,"supplier":{"id":262,"key":262,"name":"\u4eac\u4e1c\u5546\u57ce"},"product":{"id":1944,"name":"\u8d85\u516d\u7c7b\u7f51\u7ebf 10M","product_type":4,"product_component":43,"product_brand":191,"product_serie":813,"product_misc":null,"product_qa":null,"pn":"","description":"","created_by":1013,"created_at":"2025-02-26 15:20:50","updated_at":"2025-02-26 15:20:50","pinyin_shortcut":"cllwx10M","product_unit":6,"is_renew":false,"productType":{"id":4,"key":4,"name":"\u7f51\u7edc\u8bbe\u5907 "},"productComponent":{"id":43,"key":43,"name":"\u7f51\u7edc\u8bbe\u5907\u914d\u4ef6"},"productBrand":{"id":191,"key":191,"name":"\u957f\u987a\u7f51\u8054"},"productSerie":{"id":813,"key":813,"name":"\u8d85\u516d\u7c7b\u7f51\u7edc\u7ebf\u7f06"},"productUnit":{"id":6,"key":6,"name":"\u6761"}},"erpSalesOrderProduct":{"id":1600,"erp_sales_order_id":1484,"erp_store_id":null,"product_id":1944,"description":"","number":"4","outbound":"0","amount":"0","total_amount":"0","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"26.12","total_cost":"104.47","supplier_id":262,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3823,"comment":3},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1484,"serial_no":"XSDD-20250514-00001","from_date":null,"wrote_date":"2025-04-25","handler":1005,"client_id":20,"purchase_contract_id":null,"project_id":3823,"sales_contract_id":3881,"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-05-14 16:47:38","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"176","amount":"237950","created_by":1005,"stop_description":null,"extra":null,"outbound_status":false,"is_used":false,"is_cancel":false,"is_settle":false,"is_old":true,"created_at":"2025-04-27 14:56:59","updated_at":"2025-05-14 16:47:38"},"projectUsedClient":{"id":103,"project_id":3823,"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":136,"progress_remain_display":142,"forecast_remain_display":142,"projectProductTotalAmount":237950,"projectProductAllAmount":true,"projectProductTotalCost":188904.47,"projectProductAllCost":true,"projectProductTotalNumber":176,"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":23,"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":"23.8\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3784,"client_id":12,"project_status":3,"project_progress":9,"budget":"151000","profit_pct":"49.29","bargain_date":"2025-04-03","description":"","created_by":5300,"created_at":"2025-02-26 18:53:15","updated_at":"2025-08-11 19:15:42","engineer_id":null,"project_title":"\u6570\u636e\u6062\u590d-K-2025","collected":"151000","status_updated_at":"2025-04-03 14:08:35.768795+08","success_rate":null,"comment":"","contract_type":2,"progress_updated_at":"2025-03-03 09:42:46.888657+08","forecast_updated_at":"2025-03-03 09:42:46.888657+08","end_at":"2025-09-03 15:35:31","pinyin_shortcut":"sjhfK2025","creator":5300,"used_client":null,"from_contact":null,"total_contact_point":"34625","paid_contact_point":"34625","project_product_version_id":824,"is_sales_order_ready":true,"collected_plan":151000,"change_status_to":null,"is_verify":false,"profits":"74427.900000000000000000","remain":"160 days 01:23:16.885936","progress_remain":"191 days 05:49:05.766074","forecast_remain":"191 days 05:49:05.766074","lost_contact_days":"88.9672760964236","last_contact":"2025-06-13 16:19:00","last_arrive_days":"88.9672760964236","last_arrive":"2025-06-13 16:19:00+08","duration":"188 days 20:42:16.451891","issued_invoices":"151000.00","client":{"id":12,"key":12,"name":"smc(\u4e2d\u56fd)\u6709\u9650\u516c\u53f8\/SMC(\u5317\u4eac)\u5236\u9020\u6709\u9650\u516c\u53f8","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":[{"project_id":3784,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":19,"product_type_id":19,"key":19,"name":"\u6280\u672f\u670d\u52a1","budget":"151000.00","pct":"49.29","profit":"74427.9","project_id":3784}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":null,"purchaseType":{"id":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":3784,"points":"127"},"workLogCount":{"project_id":3784,"count":16},"caseCount":{"project_id":3784,"count":6},"salesTimeCount":{"project_id":3784,"hours":"13.0166666666667","times":6},"implementTimeCount":{"project_id":3784,"sum":"9.86666666666667","times":"3"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3784,"sum":"1724.01"},"buildContract":{"id":3854,"from_project":3784,"payment_collection_remind_ahead":"2 days","serial_no":"SMC\u4e2d\u56fd\u8ba2\u5355POCN25041073","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"151000","erp_un_settle_amount":"0","including_tax":true,"amount":"151000","contractScans":[{"id":48444,"object_type":105,"object_id":3854,"attachment_id":24959,"attachment":{"id":24959,"key":24959,"name":"120cad4a-54d3-3b6d-809f-99b40e22099e","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/120cad4a-54d3-3b6d-809f-99b40e22099e\/2025_04_07_13_37_36.pdf","orig_name":"2025_04_07_13_37_36.pdf"}},{"id":48445,"object_type":105,"object_id":3854,"attachment_id":24973,"attachment":{"id":24973,"key":24973,"name":"5f9bffe1-c116-3d5c-96c7-c725dd8584ab","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/5f9bffe1-c116-3d5c-96c7-c725dd8584ab\/POCN25041073.pdf","orig_name":"POCN25041073.pdf"}}],"receiptScans":[],"verifyScans":[{"id":35508,"object_type":107,"object_id":3854,"attachment_id":26671,"attachment":{"id":26671,"key":26671,"name":"238e17ce-c13c-361e-9f94-9759abc5f9e8","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/238e17ce-c13c-361e-9f94-9759abc5f9e8\/\u9a8c\u6536\u535520250703.pdf","orig_name":"\u9a8c\u6536\u535520250703.pdf"}}],"erpCollectTickets":[{"id":355,"serial_no":"SKD-20250714-00002","wrote_date":"2025-07-14","from_date":null,"handler":5300,"user_id":null,"client_id":12,"sales_contract_id":3854,"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-07-14 17:06:28","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"75500","settle_amount":"75500","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-07-14 17:06:28","updated_at":"2025-07-14 17:06:28","paid_amount":null,"contact_id":null},{"id":289,"serial_no":"SKD-20250411-00001","wrote_date":"2025-04-11","from_date":null,"handler":5300,"user_id":null,"client_id":12,"sales_contract_id":3854,"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-04-11 17:05:11","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"75500","settle_amount":"75500","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-04-11 17:05:11","updated_at":"2025-04-11 17:05:11","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1355","key":"1355","contract_id":3854,"value":"75500","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":50},{"id":"1289","key":"1289","contract_id":3854,"value":"75500","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":50}],"salesContractInvoices":[{"id":2091,"key":2091,"contract_id":3854,"value":"151000.00","attachment_id":null,"from_date":"2025-07-03","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2388,"key":2388,"contract_id":3854,"name":"2025-04-30","value":"75500","overdue_days":null,"pct":50,"collect_status":"\u5df2\u5b8c\u6210"},{"id":2389,"key":2389,"contract_id":3854,"name":"2025-06-13","value":"75500","overdue_days":31,"pct":50,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8806,"user_id":5300,"key":5300,"contract_id":3854,"user":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}}}],"salesSupplierRels":[{"id":3107,"contract_id":3854,"supplier_id":669,"purchase_id":3828,"supplier":{"id":669,"key":669,"name":"\u5b8b\u56fd\u5efa"},"purchase":{"id":3828,"key":3828,"serial_no":"TSKJ20250312-HYF-002"}}],"payment_collection_remind_ahead_display":"2\u5929","invoiced":151000},"projectRemindReceivers":[{"id":1470,"user_id":1001,"key":1001,"project_id":3784,"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":9236,"project_id":3784,"product_id":942,"amount":"151000.00","number":1,"cost":"15000.00","description":"\u672a\u7a0e","supplier_id":669,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null,"total_amount":"151000","total_cost":"15000","erp_sales_order_product_id":1566,"supplier":{"id":669,"key":669,"name":"\u5b8b\u56fd\u5efa"},"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":1566,"erp_sales_order_id":1471,"erp_store_id":null,"product_id":942,"description":"\u672a\u7a0e","number":"1","outbound":"0","amount":"151000.00","total_amount":"151000","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"15000.00","total_cost":"15000","supplier_id":669,"hardware_from":null,"software_from":null,"maintenance_from":null,"hardware_to":null,"software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3784,"comment":4},"unreadComments":null,"fromContact":null,"projectContactPoints":[{"id":1114,"project_id":3784,"contact_id":1079,"point":"20000.00","paid_point":"20000","contact":{"id":1079,"key":1079,"name":"\u5168\u52c7\u7537","client_id":12,"supplier_id":null,"client":{"id":12,"key":12,"name":"smc(\u4e2d\u56fd)\u6709\u9650\u516c\u53f8\/SMC(\u5317\u4eac)\u5236\u9020\u6709\u9650\u516c\u53f8"},"supplier":null},"projectContactPointRels":[{"id":210,"project_id":3784,"contact_id":1079,"point":"20000.00","day_at":"2025-08-14","description":"","created_at":"2025-08-14 13:01:16"}],"status_display":"\u5df2\u6838\u9500"},{"id":1115,"project_id":3784,"contact_id":1022,"point":"14625.00","paid_point":"14625","contact":{"id":1022,"key":1022,"name":"\u674e\u7194\u53cb","client_id":12,"supplier_id":null,"client":{"id":12,"key":12,"name":"smc(\u4e2d\u56fd)\u6709\u9650\u516c\u53f8\/SMC(\u5317\u4eac)\u5236\u9020\u6709\u9650\u516c\u53f8"},"supplier":null},"projectContactPointRels":[{"id":211,"project_id":3784,"contact_id":1022,"point":"14625.00","day_at":"2025-08-14","description":"","created_at":"2025-08-14 13:01:16"}],"status_display":"\u5df2\u6838\u9500"}],"erpSalesOrder":{"id":1471,"serial_no":"XSDD-20250714-00001","from_date":null,"wrote_date":"2025-04-03","handler":5300,"client_id":12,"purchase_contract_id":null,"project_id":3784,"sales_contract_id":3854,"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-07-14 17:06:28","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"1","amount":"151000","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":"2025-04-03 14:08:35","updated_at":"2025-07-14 17:06:28"},"projectUsedClient":{"id":95,"project_id":3784,"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":160,"progress_remain_display":191,"forecast_remain_display":191,"projectProductTotalAmount":151000,"projectProductAllAmount":true,"projectProductTotalCost":15000,"projectProductAllCost":true,"projectProductTotalNumber":1,"unissued_invoice":0,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":"2\u4e2a\u6708\u524d","project_status_display":"\u6536\u6b3e\u5b8c\u6210","is_collected":true,"bgcolor":"#6200fe","can_invoice":true,"can_payment":true,"duration_display":188,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":false,"is_admin":true,"lost_contact_days_display":"2\u4e2a\u6708\u524d","can_view_product":true,"budget_display":"15.1\u4e07","contact_points_status_display":"\u5df2\u6838\u9500","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3665,"client_id":25,"project_status":5,"project_progress":9,"budget":"122640","profit_pct":"20","bargain_date":"2025-07-31","description":null,"created_by":1005,"created_at":"2024-09-22 19:26:17","updated_at":"2025-07-31 14:01:25","engineer_id":null,"project_title":"24\u5e74\u865a\u62df\u5316\u7eed\u4fdd\u53ca\u670d\u52a1","collected":"0","status_updated_at":"2025-07-28 17:38:53.525412+08","success_rate":null,"comment":"vmware\uff0cveeam\uff0c\u4e9a\u4fe1\u7eed\u4fdd","contract_type":1,"progress_updated_at":"2025-07-07 10:31:49.856409+08","forecast_updated_at":"2025-07-28 17:38:53.525412+08","end_at":"2025-07-28 17:38:53","pinyin_shortcut":"24nxnhxbjfw","creator":1005,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":true,"collected_plan":0,"change_status_to":null,"is_verify":false,"profits":"24528.0000000000000000","remain":"43 days 21:52:59.129319","progress_remain":"65 days 05:00:02.798322","forecast_remain":"43 days 21:52:59.129319","lost_contact_days":"166.056859429757","last_contact":"2025-03-28 14:10:00","last_arrive_days":null,"last_arrive":null,"duration":"308 days 22:12:35.679253","issued_invoices":null,"client":{"id":25,"key":25,"name":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u6559\u5e08\u8fdb\u4fee\u5b66\u6821","logo":null,"client_type":1,"client_class":47,"client_industry":2,"sales_rep":1005,"salesRep":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":2,"key":2,"name":"\u6559\u80b2\uff08\u9ad8\u6821\uff09"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3665,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"122640.00","pct":"20","profit":"24528","project_id":3665}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":null,"purchaseType":{"id":129,"key":129,"name":"\u7279\u7ea6\u9080\u6807"},"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"salesRep":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}},"casePoints":{"project_id":3665,"points":"281"},"workLogCount":{"project_id":3665,"count":2},"caseCount":{"project_id":3665,"count":2},"salesTimeCount":null,"implementTimeCount":{"project_id":3665,"sum":"7.5","times":"2"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3665,"sum":"1748.00"},"buildContract":null,"projectRemindReceivers":[],"projectProductRels":[],"commentCount":{"object_id":3665,"comment":3},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":null,"projectUsedClient":{"id":101,"project_id":3665,"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":43,"progress_remain_display":65,"forecast_remain_display":43,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":122640,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":308,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":true,"is_admin":true,"lost_contact_days_display":"5\u4e2a\u6708\u524d","can_view_product":true,"budget_display":"12.26\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":0,"un_invoiced":0},{"id":3626,"client_id":85,"project_status":5,"project_progress":6,"budget":"347700","profit_pct":"24","bargain_date":"2024-10-31","description":null,"created_by":5087,"created_at":"2024-08-12 07:22:16","updated_at":"2025-07-31 13:51:26","engineer_id":null,"project_title":"\u5b58\u50a8\u6269\u5bb9-K","collected":"0","status_updated_at":"2024-11-03 21:49:39.73875+08","success_rate":null,"comment":"","contract_type":2,"progress_updated_at":"2024-09-01 23:28:33.330264+08","forecast_updated_at":"2024-11-03 21:49:39.73875+08","end_at":"2024-11-03 21:49:39","pinyin_shortcut":"cckrK","creator":5087,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":true,"collected_plan":0,"change_status_to":null,"is_verify":false,"profits":"83448.0000000000000000","remain":"310 days 17:42:12.915981","progress_remain":"373 days 16:03:19.324467","forecast_remain":"310 days 17:42:12.915981","lost_contact_days":"366.332553874201","last_contact":"2024-09-09 07:33:00","last_arrive_days":null,"last_arrive":null,"duration":"83 days 14:27:23.382807","issued_invoices":null,"client":{"id":85,"key":85,"name":"\u5317\u4eac\u52a8\u529b\u673a\u68b0\u7814\u7a76\u6240 31\u6240","logo":null,"client_type":1,"client_class":47,"client_industry":5,"sales_rep":5087,"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"}},"usedClient":null,"contractType":{"id":2,"key":2,"name":"\u8fd0\u7ef4\u670d\u52a1"},"projectArchitects":[{"project_id":3626,"value":"0.5","key":1015,"name":"\u5434\u660a"},{"project_id":3626,"value":"0.5","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":5,"key":5,"name":"\u5546\u673a\u6401\u7f6e","color":"#222222"},"projectProgress":{"id":6,"key":6,"name":"\u63a8\u52a8\u6210\u4ea4","description":"\u5b9a\u4e49\uff1a\u5ba2\u6237\u786e\u8ba4\u4e86\u65b9\u6848\uff0c\u4e86\u89e3\u4e86\u6210\u4ea4\u4ef7\u683c\u3002 \n\u65b9\u6cd5\uff1a\u901a\u8fc7\u5229\u76ca\u5206\u4eab\uff0c\u5b9e\u529b\u8bc1\u660e\uff0c\u9ad8\u5c42\u62dc\u8bbf\uff0c\u5382\u5546\u62dc\u8bbf\uff0c\u6848\u4f8b\u53c2\u89c2\uff0c\u7a81\u51fa\u6211\u65b9\u4f18\u52bf\uff0c\u6253\u51fb\u5bf9\u624b\u52a3\u52bf\u3002"},"projectProductTypes":[{"id":3,"product_type_id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907","budget":"347700.00","pct":"24","profit":"83448","project_id":3626}],"salesForecast":{"id":142,"key":142,"name":"\u6211\u4e0e\u5ba2\u6237\u8054\u624b","description":"\u4e0e\u5ba2\u6237\u8054\u624b\u5411\u5382\u5546\u4e89\u53d6\u6700\u4f18\u60e0\u4ef7\u683c\u3002\u5229\u6da6\u540450%\u3002"},"opportunityFrom":null,"purchaseType":{"id":165,"key":165,"name":"\u534f\u8bae\u4f9b\u8d27"},"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"salesRep":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}},"casePoints":{"project_id":3626,"points":"213"},"workLogCount":{"project_id":3626,"count":1},"caseCount":{"project_id":3626,"count":7},"salesTimeCount":null,"implementTimeCount":{"project_id":3626,"sum":"11.2141666666667","times":"7"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3626,"sum":"997.67"},"buildContract":null,"projectRemindReceivers":[{"id":1200,"user_id":1001,"key":1001,"project_id":3626,"user":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}}}],"projectProductRels":[],"commentCount":{"object_id":3626,"comment":2},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":null,"projectUsedClient":null,"remain_display":310,"progress_remain_display":373,"forecast_remain_display":310,"projectProductTotalAmount":0,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":0,"unissued_invoice":347700,"is_exceeded":false,"can_update":true,"can_delete":true,"unread":0,"last_arrive_days_display":null,"project_status_display":"\u5546\u673a\u6401\u7f6e","is_collected":false,"bgcolor":"#222222","can_invoice":false,"can_payment":false,"duration_display":83,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":true,"is_admin":true,"lost_contact_days_display":"1\u5e74\u524d","can_view_product":true,"budget_display":"34.77\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":0,"un_invoiced":0},{"id":3789,"client_id":4,"project_status":3,"project_progress":9,"budget":"1700","profit_pct":"33.82","bargain_date":"2025-03-04","description":"","created_by":5300,"created_at":"2025-03-04 10:28:11","updated_at":"2025-07-15 16:16:20","engineer_id":null,"project_title":"\u7535\u6e90-netapp-FAS2240-2\u5757-G-2025","collected":"1700","status_updated_at":"2025-03-05 14:27:35.453201+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2025-03-04 10:28:11.213084+08","forecast_updated_at":"2025-03-04 10:28:11.213084+08","end_at":"2025-03-06 17:01:07","pinyin_shortcut":"dynetappFAS22402kG2025","creator":5300,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":796,"is_sales_order_ready":true,"collected_plan":1700,"change_status_to":null,"is_verify":false,"profits":"574.940000000000000000","remain":"189 days 01:04:17.20153","progress_remain":"190 days 05:03:41.441647","forecast_remain":"190 days 05:03:41.441647","lost_contact_days":"190.188803874201","last_contact":"2025-03-04 11:00:00","last_arrive_days":null,"last_arrive":null,"duration":"2 days 06:32:56.107432","issued_invoices":"1700.00","client":{"id":4,"key":4,"name":"\u6cb3\u5317\u9ad8\u7891\u5e97\u5e02\u5b9c\u4f73\u65fa\u5546\u8d38\u6709\u9650\u516c\u53f8\/\u6cb3\u5317\u5c1a\u548c\u5546\u8d38\u6709\u9650\u516c\u53f8","logo":null,"client_type":1,"client_class":43,"client_industry":17,"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":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC"},"clientIndustry":{"id":17,"key":17,"name":"\u96f6\u552e"}},"usedClient":null,"contractType":{"id":1,"key":1,"name":"\u4ea7\u54c1\u9500\u552e"},"projectArchitects":[{"project_id":3789,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":9,"key":9,"name":"\u7b7e\u8ba2\u5408\u540c","description":"\u5b9a\u4e49\uff1a\u786e\u8ba4\u4ea7\u54c1\u914d\u7f6e\uff0c\u4ea7\u54c1\u6570\u91cf\uff0c\u4ea7\u54c1\u4ef7\u683c\uff0c\u4ed8\u6b3e\u65b9\u5f0f\uff0c\u5230\u8d27\u65e5\u671f\uff0c\u8fdd\u7ea6\u6761\u6b3e\uff0c\u9a8c\u6536\u6807\u51c6\u3002 \n\u65b9\u6cd5\uff1a\u6309\u7167\u516c\u53f8\u5408\u540c\u8303\u672c\u6216\u6309\u7167\u5ba2\u6237\u8303\u672c\u7b7e\u8ba2\u5408\u540c\u3002"},"projectProductTypes":[{"id":3,"product_type_id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907","budget":"1700.00","pct":"33.82","profit":"574.94","project_id":3789}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"salesRep":{"id":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":null,"workLogCount":{"project_id":3789,"count":1},"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3809,"from_project":3789,"payment_collection_remind_ahead":"1 day","serial_no":"TS-SQY-20250304002","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"1700","erp_un_settle_amount":"0","including_tax":true,"amount":"1700","contractScans":[{"id":32904,"object_type":105,"object_id":3809,"attachment_id":24558,"attachment":{"id":24558,"key":24558,"name":"ae0ec17f-0550-3439-8e8e-b4cf2f6a51e9","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/ae0ec17f-0550-3439-8e8e-b4cf2f6a51e9\/\u9ad8\u7891\u5e97.pdf","orig_name":"\u9ad8\u7891\u5e97.pdf"}}],"receiptScans":[{"id":33246,"object_type":106,"object_id":3809,"attachment_id":24897,"attachment":{"id":24897,"key":24897,"name":"702b4ea1-6a85-391c-83dd-e8c8dec0448b","extension":"jpg","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/702b4ea1-6a85-391c-83dd-e8c8dec0448b\/751743469655_.pic_hd.jpg","orig_name":"751743469655_.pic_hd.jpg"}}],"verifyScans":[],"erpCollectTickets":[{"id":266,"serial_no":"SKD-20250306-00002","wrote_date":"2025-03-06","from_date":null,"handler":5300,"user_id":null,"client_id":4,"sales_contract_id":3809,"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-03-06 17:01:07","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"1700","settle_amount":"1700","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-03-06 17:01:07","updated_at":"2025-03-06 17:01:07","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1266","key":"1266","contract_id":3809,"value":"1700","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1966,"key":1966,"contract_id":3809,"value":"1700.00","attachment_id":null,"from_date":"2025-03-06","attachment":null},{"id":1967,"key":1967,"contract_id":3809,"value":"-1700.00","attachment_id":null,"from_date":"2025-03-06","attachment":null},{"id":1970,"key":1970,"contract_id":3809,"value":"1700.00","attachment_id":null,"from_date":"2025-03-06","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2351,"key":2351,"contract_id":3809,"name":"2025-04-05","value":"1700","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8012,"user_id":5300,"key":5300,"contract_id":3809,"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":8013,"user_id":5388,"key":5388,"contract_id":3809,"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":8014,"user_id":1001,"key":1001,"contract_id":3809,"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":2954,"contract_id":3809,"supplier_id":489,"purchase_id":3810,"supplier":{"id":489,"key":489,"name":"\u5317\u4eac\u6234\u68ee\u7279\u7cfb\u7edf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchase":{"id":3810,"key":3810,"serial_no":"DST20250109"}}],"payment_collection_remind_ahead_display":"1\u5929","invoiced":1700},"projectRemindReceivers":[{"id":1424,"user_id":1001,"key":1001,"project_id":3789,"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":8959,"project_id":3789,"product_id":1954,"amount":"850.00","number":2,"cost":"500.00","description":"","supplier_id":489,"hardware_from":"2025-03-06","software_from":null,"maintenance_from":null,"hardware_to":"2026-03-05","software_to":null,"maintenance_to":null,"total_amount":"1700","total_cost":"1000","erp_sales_order_product_id":1542,"supplier":{"id":489,"key":489,"name":"\u5317\u4eac\u6234\u68ee\u7279\u7cfb\u7edf\u79d1\u6280\u6709\u9650\u516c\u53f8"},"product":{"id":1954,"name":"114-00087+C0","product_type":3,"product_component":39,"product_brand":6,"product_serie":1608,"product_misc":null,"product_qa":null,"pn":"","description":"NetApp FAS2XXX 750W\u7535\u6e90","created_by":1013,"created_at":"2025-03-06 10:01:07","updated_at":"2025-03-07 17:56:13","pinyin_shortcut":"11400087C0","product_unit":3,"is_renew":false,"productType":{"id":3,"key":3,"name":"\u5b58\u50a8\u8bbe\u5907"},"productComponent":{"id":39,"key":39,"name":"\u5b58\u50a8\u914d\u4ef6"},"productBrand":{"id":6,"key":6,"name":"NetAPP"},"productSerie":{"id":1608,"key":1608,"name":"NetApp FAS\u7cfb\u5217\u7535\u6e90"},"productUnit":{"id":3,"key":3,"name":"\u4e2a"}},"erpSalesOrderProduct":{"id":1542,"erp_sales_order_id":1455,"erp_store_id":null,"product_id":1954,"description":"","number":"2","outbound":"0","amount":"850.00","total_amount":"1700","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"500.00","total_cost":"1000","supplier_id":489,"hardware_from":"2025-03-06","software_from":null,"maintenance_from":null,"hardware_to":"2026-03-05","software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3789,"comment":4},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1455,"serial_no":"XSDD-20250306-00001","from_date":null,"wrote_date":"2025-03-04","handler":5300,"client_id":4,"purchase_contract_id":null,"project_id":3789,"sales_contract_id":3809,"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-03-06 17:01:07","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"2","amount":"1700","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":"2025-03-05 14:27:35","updated_at":"2025-03-06 17:01:07"},"projectUsedClient":null,"remain_display":189,"progress_remain_display":190,"forecast_remain_display":190,"projectProductTotalAmount":1700,"projectProductAllAmount":true,"projectProductTotalCost":1000,"projectProductAllCost":true,"projectProductTotalNumber":2,"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":2,"contract_type_display":"\u4ea7\u54c1\u9500\u552e","can_change_status":false,"is_admin":true,"lost_contact_days_display":"6\u4e2a\u6708\u524d","can_view_product":true,"budget_display":"1700","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3866,"client_id":3367,"project_status":3,"project_progress":9,"budget":"8200","profit_pct":"93","bargain_date":"2025-05-28","description":"","created_by":5300,"created_at":"2025-05-22 11:53:30","updated_at":"2025-07-03 15:06:45","engineer_id":null,"project_title":"\u6280\u672f\u670d\u52a1-2025","collected":"8200","status_updated_at":"2025-06-04 15:02:20.192712+08","success_rate":null,"comment":"","contract_type":2,"progress_updated_at":"2025-05-26 10:16:14.079616+08","forecast_updated_at":"2025-05-26 10:16:14.079616+08","end_at":"2025-06-13 16:56:58","pinyin_shortcut":"jsfw2025","creator":5300,"used_client":3339,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":882,"is_sales_order_ready":true,"collected_plan":8200,"change_status_to":null,"is_verify":false,"profits":"7626.0000000000000000","remain":"98 days 00:29:32.462019","progress_remain":"107 days 05:15:38.575115","forecast_remain":"107 days 05:15:38.575115","lost_contact_days":null,"last_contact":"","last_arrive_days":null,"last_arrive":null,"duration":"22 days 05:03:28.414689","issued_invoices":"8200.00","client":{"id":3367,"key":3367,"name":"\u5317\u4eac\u7f51\u667a\u7396\u5b89\u79d1\u6280\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":43,"client_industry":13,"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":13,"key":13,"name":"SI\/ISV"}},"usedClient":{"id":3339,"key":3339,"name":"\u535a\u96c5CC"},"contractType":{"id":2,"key":2,"name":"\u8fd0\u7ef4\u670d\u52a1"},"projectArchitects":[{"project_id":3866,"value":"0.6","key":1023,"name":"\u5468\u5b50\u5065"},{"project_id":3866,"value":"0.4","key":5085,"name":"\u970d\u4e1c\u9633"}],"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":16,"product_type_id":16,"key":16,"name":"\u8fd0\u7ef4\u670d\u52a1","budget":"8200.00","pct":"93","profit":"7626","project_id":3866}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"projectCreator":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}},"salesRep":{"id":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":null,"workLogCount":null,"caseCount":null,"salesTimeCount":null,"implementTimeCount":null,"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":null,"buildContract":{"id":3952,"from_project":3866,"payment_collection_remind_ahead":"7 days","serial_no":"TS-SQY-20250528001","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"8200","erp_un_settle_amount":"0","including_tax":true,"amount":"8200","contractScans":[{"id":34684,"object_type":105,"object_id":3952,"attachment_id":26002,"attachment":{"id":26002,"key":26002,"name":"2e9b047d-db38-3da8-97ae-1ff8f6a6a75c","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/2e9b047d-db38-3da8-97ae-1ff8f6a6a75c\/\u7f51\u667a\u7396\u5b898200.pdf","orig_name":"\u7f51\u667a\u7396\u5b898200.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":351,"serial_no":"SKD-20250613-00001","wrote_date":"2025-06-13","from_date":null,"handler":5300,"user_id":null,"client_id":3367,"sales_contract_id":3952,"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-06-13 16:56:58","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"8200","settle_amount":"8200","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2025-06-13 16:56:58","updated_at":"2025-06-13 16:56:58","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"1351","key":"1351","contract_id":3952,"value":"8200","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":2063,"key":2063,"contract_id":3952,"value":"8200.00","attachment_id":null,"from_date":"2025-06-04","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2448,"key":2448,"contract_id":3952,"name":"2025-07-04","value":"8200","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":8482,"user_id":5300,"key":5300,"contract_id":3952,"user":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}}}],"salesSupplierRels":[],"payment_collection_remind_ahead_display":"7\u5929","invoiced":8200},"projectRemindReceivers":[{"id":1549,"user_id":1001,"key":1001,"project_id":3866,"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":9752,"project_id":3866,"product_id":941,"amount":"8200.00","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":"8200","total_cost":"0","erp_sales_order_product_id":1693,"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":1693,"erp_sales_order_id":1511,"erp_store_id":null,"product_id":941,"description":"","number":"1","outbound":"0","amount":"8200.00","total_amount":"8200","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}}],"commentCount":{"object_id":3866,"comment":3},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1511,"serial_no":"XSDD-20250613-00001","from_date":null,"wrote_date":"2025-05-28","handler":5300,"client_id":3367,"purchase_contract_id":null,"project_id":3866,"sales_contract_id":3952,"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-06-13 16:56:58","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"1","amount":"8200","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":"2025-06-04 15:02:20","updated_at":"2025-06-13 16:56:58"},"projectUsedClient":{"id":125,"project_id":3866,"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":98,"progress_remain_display":107,"forecast_remain_display":107,"projectProductTotalAmount":8200,"projectProductAllAmount":true,"projectProductTotalCost":0,"projectProductAllCost":true,"projectProductTotalNumber":1,"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":22,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":false,"is_admin":true,"lost_contact_days_display":null,"can_view_product":true,"budget_display":"8200","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"0","un_invoiced":0},{"id":3556,"client_id":48,"project_status":3,"project_progress":6,"budget":"47204.1","profit_pct":"74.42","bargain_date":"2024-06-25","description":"","created_by":1004,"created_at":"2024-06-03 16:27:44","updated_at":"2025-06-19 17:36:01","engineer_id":null,"project_title":"2024\u5e74\u670d\u52a1\u5668\u53ca\u5b58\u50a8\u8fd0\u7ef4\u670d\u52a1","collected":"47204.1","status_updated_at":"2024-06-26 15:25:34.691733+08","success_rate":null,"comment":"","contract_type":2,"progress_updated_at":"2024-06-15 21:35:05.581025+08","forecast_updated_at":"2024-06-15 21:35:05.581025+08","end_at":"2024-07-19 15:53:28","pinyin_shortcut":"2024nfwqjccywfw","creator":1004,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":458,"is_sales_order_ready":true,"collected_plan":47204.1,"change_status_to":null,"is_verify":false,"profits":"35129.291220000000000000","remain":"441 days 00:06:17.962998","progress_remain":"451 days 17:56:47.073706","forecast_remain":"451 days 17:56:47.073706","lost_contact_days":"441.01519276309","last_contact":"2024-06-26 15:10:00","last_arrive_days":null,"last_arrive":null,"duration":"45 days 23:25:44.317365","issued_invoices":"47204.10","client":{"id":48,"key":48,"name":"\u4e2d\u90fd\u6570\u79d1\u4f9b\u5e94\u94fe\u7ba1\u7406\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":47,"client_industry":8,"sales_rep":1004,"salesRep":{"id":1004,"key":1004,"name":"\u4f0a\u5cfb\u8fb0","sex":"M","avatar":{"id":10,"user_id":1004,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1004.jpg"}},"clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":47,"key":47,"name":"\u76ee\u6807\u5ba2\u6237","notice_days":30,"color":"#EB13C3"},"clientIndustry":{"id":8,"key":8,"name":"\u7269\u6d41"}},"usedClient":null,"contractType":{"id":2,"key":2,"name":"\u8fd0\u7ef4\u670d\u52a1"},"projectArchitects":[{"project_id":3556,"value":"1","key":1023,"name":"\u5468\u5b50\u5065"}],"projectStatus":{"id":3,"key":3,"name":"\u5546\u673a\u6210\u4ea4","color":"#53cd02"},"projectProgress":{"id":6,"key":6,"name":"\u63a8\u52a8\u6210\u4ea4","description":"\u5b9a\u4e49\uff1a\u5ba2\u6237\u786e\u8ba4\u4e86\u65b9\u6848\uff0c\u4e86\u89e3\u4e86\u6210\u4ea4\u4ef7\u683c\u3002 \n\u65b9\u6cd5\uff1a\u901a\u8fc7\u5229\u76ca\u5206\u4eab\uff0c\u5b9e\u529b\u8bc1\u660e\uff0c\u9ad8\u5c42\u62dc\u8bbf\uff0c\u5382\u5546\u62dc\u8bbf\uff0c\u6848\u4f8b\u53c2\u89c2\uff0c\u7a81\u51fa\u6211\u65b9\u4f18\u52bf\uff0c\u6253\u51fb\u5bf9\u624b\u52a3\u52bf\u3002"},"projectProductTypes":[{"id":22,"product_type_id":22,"key":22,"name":"\u670d\u52a1","budget":"47204.10","pct":"74.42","profit":"35129.29122","project_id":3556}],"salesForecast":{"id":181,"key":181,"name":"\u6211\u81ea\u5df1\u505a\u5e84","description":"\u5382\u5546\u542c\u6211\u652f\u914d\uff0c\u7ed9\u6211\u597d\u4ef7\u683c\u3002\n\u5ba2\u6237\u542c\u6211\u652f\u914d\uff0c\u6309\u7167\u6211\u7684\u65b9\u5f0f\u91c7\u8d2d\u3002"},"opportunityFrom":null,"purchaseType":{"id":164,"key":164,"name":"\u591a\u5bb6\u6bd4\u4ef7"},"createdBy":{"id":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":3556,"points":"388"},"workLogCount":{"project_id":3556,"count":1},"caseCount":{"project_id":3556,"count":6},"salesTimeCount":null,"implementTimeCount":{"project_id":3556,"sum":"11.8833333333333","times":"6"},"presalesTimeCount":null,"engineerTimeCount":null,"reimbursementAmountSum":{"project_id":3556,"sum":"312.77"},"buildContract":{"id":3366,"from_project":3556,"payment_collection_remind_ahead":"7 days","serial_no":"TS-YJC-2024061301","is_settle":true,"is_deliver":true,"is_outbound":true,"erp_settle_amount":"47204.1","erp_un_settle_amount":"0","including_tax":true,"amount":"47204.1","contractScans":[{"id":31371,"object_type":105,"object_id":3366,"attachment_id":19979,"attachment":{"id":19979,"key":19979,"name":"f9a5630f-1384-37d7-a265-de60fa0fdea9","extension":"pdf","path":"\/v2\/attachment\/preview\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/f9a5630f-1384-37d7-a265-de60fa0fdea9\/\u4e2d\u90fd.pdf","orig_name":"\u4e2d\u90fd.pdf"}}],"receiptScans":[],"verifyScans":[],"erpCollectTickets":[{"id":57,"serial_no":"SKD-20240719-00004","wrote_date":"2024-07-19","from_date":null,"handler":1004,"user_id":null,"client_id":48,"sales_contract_id":3366,"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-19 15:53:28","stop_at":null,"refuse_description":null,"is_resubmitted":false,"amount":"47204.1","settle_amount":"47204.1","created_by":1013,"stop_description":null,"is_settle":false,"is_old":true,"created_at":"2024-07-19 15:53:28","updated_at":"2024-07-19 15:53:28","paid_amount":null,"contact_id":null}],"salesContractPayments":[{"id":"157","key":"157","contract_id":3366,"value":"47204.1","created_by":1013,"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7},"pct":100}],"salesContractInvoices":[{"id":1698,"key":1698,"contract_id":3366,"value":"47204.10","attachment_id":null,"from_date":"2024-07-01","attachment":null}],"salesContractPaymentCollectionRemindDates":[{"id":2225,"key":2225,"contract_id":3366,"name":"2024-12-26","value":"47204.1","overdue_days":null,"pct":100,"collect_status":"\u5df2\u5b8c\u6210"}],"salesContractPaymentCollectionRemindReceivers":[{"id":7493,"user_id":1004,"key":1004,"contract_id":3366,"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":7494,"user_id":5388,"key":5388,"contract_id":3366,"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":7495,"user_id":1001,"key":1001,"contract_id":3366,"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":2269,"contract_id":3366,"supplier_id":116,"purchase_id":3722,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"purchase":{"id":3722,"key":3722,"serial_no":"20241224001"}}],"payment_collection_remind_ahead_display":"7\u5929","invoiced":47204.1},"projectRemindReceivers":[],"projectProductRels":[{"id":8242,"project_id":3556,"product_id":941,"amount":"21157.6","number":1,"cost":"0","description":"","supplier_id":null,"hardware_from":null,"software_from":null,"maintenance_from":"2024-07-14","hardware_to":null,"software_to":null,"maintenance_to":"2025-07-13","total_amount":"21157.6","total_cost":"0","erp_sales_order_product_id":972,"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":972,"erp_sales_order_id":1272,"erp_store_id":null,"product_id":941,"description":"","number":"1","outbound":"0","amount":"21157.6","total_amount":"21157.6","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":"2024-07-14","hardware_to":null,"software_to":null,"maintenance_to":"2025-07-13"}},{"id":8243,"project_id":3556,"product_id":1376,"amount":"5209.3","number":5,"cost":"1500","description":"","supplier_id":116,"hardware_from":"2024-08-08","software_from":null,"maintenance_from":null,"hardware_to":"2025-08-07","software_to":null,"maintenance_to":null,"total_amount":"26046.5","total_cost":"7500","erp_sales_order_product_id":973,"supplier":{"id":116,"key":116,"name":"\u56db\u5ddd\u957f\u8679\u4f73\u534e\u4fe1\u606f\u4ea7\u54c1\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"product":{"id":1376,"name":"CBSOMA11M","product_type":2,"product_component":13,"product_brand":4,"product_serie":1052,"product_misc":null,"product_qa":null,"pn":"","description":"\u8054\u60f3\u539f\u5382\u4e00\u5e745*9\u670d\u52a1","created_by":1001,"created_at":"2024-01-26 17:55:26","updated_at":"2024-01-26 17:55:26","pinyin_shortcut":"CBSOMA11M","product_unit":8,"is_renew":false,"productType":{"id":2,"key":2,"name":"\u670d\u52a1\u5668"},"productComponent":{"id":13,"key":13,"name":"\u670d\u52a1\u5668\u91d1\u724c\u670d\u52a1"},"productBrand":{"id":4,"key":4,"name":"\u8054\u60f3"},"productSerie":{"id":1052,"key":1052,"name":"SR650\u670d\u52a1\u5668\u4e00\u5e745*9\u539f\u5382\u670d\u52a1"},"productUnit":{"id":8,"key":8,"name":"\u5e74"}},"erpSalesOrderProduct":{"id":973,"erp_sales_order_id":1272,"erp_store_id":null,"product_id":1376,"description":"","number":"5","outbound":"0","amount":"5209.3","total_amount":"26046.5","last_number":null,"last_amount":null,"last_total_amount":null,"cost":"1500","total_cost":"7500","supplier_id":116,"hardware_from":"2024-08-08","software_from":null,"maintenance_from":null,"hardware_to":"2025-08-07","software_to":null,"maintenance_to":null}}],"commentCount":{"object_id":3556,"comment":13},"unreadComments":null,"fromContact":null,"projectContactPoints":[],"erpSalesOrder":{"id":1272,"serial_no":"XSDD-20240719-00001","from_date":null,"wrote_date":"2024-06-25","handler":1004,"client_id":48,"purchase_contract_id":null,"project_id":3556,"sales_contract_id":3366,"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-19 15:53:28","stop_at":null,"cancel_at":null,"refuse_description":null,"is_resubmitted":false,"is_done":true,"number":"6","amount":"47204.1","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 15:25:34","updated_at":"2024-07-19 15:53:28"},"projectUsedClient":null,"remain_display":441,"progress_remain_display":451,"forecast_remain_display":451,"projectProductTotalAmount":47204.1,"projectProductAllAmount":true,"projectProductTotalCost":7500,"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":45,"contract_type_display":"\u8fd0\u7ef4\u670d\u52a1","can_change_status":false,"is_admin":true,"lost_contact_days_display":"1\u5e74\u524d","can_view_product":true,"budget_display":"4.72\u4e07","contact_points_status_display":"\u672a\u8bbe\u7f6e","verify_display":0,"un_collected":"0","un_invoiced":0}],"pagenation":{"totalcount":126,"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:31:52') RETURNING "id"