Database Queries

总计59条数据
TimeDurationTypeQuery
  
22:34:13.8063.0 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "access_token"='gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om'

22:34:13.8111.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

22:34:13.8220.9 msSELECTSELECT "id" FROM "a57be577deb434"."tbl_users" WHERE "user_status"='1' ORDER BY "id"

22:34:13.82422.5 msSELECTSELECT count(*) as count, sum(case when "sub".status=1 then 1 else 0 end) countStatus1, sum(case when "sub".status=2 then 1 else 0 end) countStatus2, sum(case when "sub".status=4 then 1 else 0 end) countStatus4 FROM (SELECT r.* FROM "a57be577deb434"."tbl_approves" "r" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON r.created_by = u.id LEFT JOIN "a57be577deb434"."tbl_approve_verify_rels" "rvr" ON rvr.approve_id = r.id LEFT JOIN "a57be577deb434"."tbl_approve_cancel_verify_rels" "rcvr" ON rcvr.approve_id = r.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = r.client_id AND client.deleted = FALSE LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt1" ON dt1.object_id = r.id AND dt1.term_id = 17 LEFT JOIN "a57be577deb434"."tbl_approve_carbon_copy_rels" "rccr" ON rccr.approve_id = r.id WHERE ("r"."status" != 0) AND (("r"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5388, 5446, 5449)) OR ("rccr"."user_id"=1000) OR ("rvr"."user_id"=1000) OR ("rcvr"."user_id"=1000)) GROUP BY "r"."id") "sub"

22:34:13.8517.8 msSELECTSELECT COUNT(*) FROM "a57be577deb434"."tbl_approves" WHERE ("next_verify_user"=1000) AND ("status" != 0)

22:34:13.86227.7 msSELECTSELECT count(object_id) as count FROM "a57be577deb434"."tbl_unread_comments" "uc" LEFT JOIN "a57be577deb434"."tbl_approves" "r" ON uc.object_id = r.id LEFT JOIN "a57be577deb434"."tbl_approve_carbon_copy_rels" "rccr" ON rccr.approve_id = r.id WHERE (object_id = r.id AND object_type = '37' AND remind_user_id = '1000' AND is_read = false) AND ("rccr"."user_id"=1000) AND ("r"."status" != '0') GROUP BY "object_id"

22:34:13.89127.1 msSELECTSELECT COUNT(*) FROM (SELECT r.* FROM "a57be577deb434"."tbl_approves" "r" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON r.created_by = u.id LEFT JOIN "a57be577deb434"."tbl_approve_verify_rels" "rvr" ON rvr.approve_id = r.id LEFT JOIN "a57be577deb434"."tbl_approve_cancel_verify_rels" "rcvr" ON rcvr.approve_id = r.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = r.client_id AND client.deleted = FALSE LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt1" ON dt1.object_id = r.id AND dt1.term_id = 17 LEFT JOIN "a57be577deb434"."tbl_approve_carbon_copy_rels" "rccr" ON rccr.approve_id = r.id WHERE ("r"."status" != 0) AND (("r"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5388, 5446, 5449)) OR ("rccr"."user_id"=1000) OR ("rvr"."user_id"=1000) OR ("rcvr"."user_id"=1000)) GROUP BY "r"."id" ORDER BY case when r.status = 1 then 0 else 1 end asc, case when r.status = 1 then r.created_at else r.verify_at end DESC, r.created_at DESC) "c"

22:34:13.91933.4 msSELECTSELECT r.* FROM "a57be577deb434"."tbl_approves" "r" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON r.created_by = u.id LEFT JOIN "a57be577deb434"."tbl_approve_verify_rels" "rvr" ON rvr.approve_id = r.id LEFT JOIN "a57be577deb434"."tbl_approve_cancel_verify_rels" "rcvr" ON rcvr.approve_id = r.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = r.client_id AND client.deleted = FALSE LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt1" ON dt1.object_id = r.id AND dt1.term_id = 17 LEFT JOIN "a57be577deb434"."tbl_approve_carbon_copy_rels" "rccr" ON rccr.approve_id = r.id WHERE ("r"."status" != 0) AND (("r"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5388, 5446, 5449)) OR ("rccr"."user_id"=1000) OR ("rvr"."user_id"=1000) OR ("rcvr"."user_id"=1000)) GROUP BY "r"."id" ORDER BY case when r.status = 1 then 0 else 1 end asc, case when r.status = 1 then r.created_at else r.verify_at end DESC, r.created_at DESC LIMIT 10

22:34:13.9530.5 msSELECTSELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1001, 5446)

22:34:13.9540.7 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1001, 5446))

22:34:13.9550.5 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id" IN (4, 8)

22:34:13.95532.1 msSELECTSELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=37) AND ("object_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)) GROUP BY "object_id"

22:34:13.98821.0 msSELECTSELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=37) AND (remind_user_id = 1000 AND is_read = false) AND ("object_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)) GROUP BY "object_id"

22:34:14.0102.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.02013.0 msSELECTSELECT "id", "name", "approve_verify_user", "approve_carbon_copy_user" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=17) AND ("id" IN (197, 5, 1, 2, 229, 199, 204, 212, 136, 138, 140, 205, 192, 185, 191, 160, 184, 189, 153, 154, 344, 349, 350, 359, 369, 377, 374, 340, 2100000000, 316, 2100000001))

22:34:14.0341.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_approve_carbon_copy_rels" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.0350.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5388, 1013)

22:34:14.0360.2 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (5388, 1013))

22:34:14.0360.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234) ORDER BY "id"

22:34:14.0370.2 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

22:34:14.0380.2 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

22:34:14.0384.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=30) AND ("object_id" IN (2925, 2926, 2930, 2932, 2933, 2934, 2935, 2936, 2937, 2938))

22:34:14.0430.5 msSELECTSELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (28133, 28137)

22:34:14.0443.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=31) AND ("object_id" IN (2925, 2926, 2930, 2932, 2933, 2934, 2935, 2936, 2937, 2938))

22:34:14.0470.3 msSELECTSELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (28134, 28138)

22:34:14.0480.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE ("status"=0) AND ("approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)) ORDER BY "id"

22:34:14.0490.2 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

22:34:14.0490.2 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

22:34:14.0490.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE ("status" != 0) AND ("approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)) ORDER BY "id"

22:34:14.0503.6 msSELECTSELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=28) AND ("object_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234))

22:34:14.0540.2 msSELECTSELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id"=28139

22:34:14.0550.3 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_clients" WHERE "id"=3389

22:34:14.0550.5 msSELECTSELECT "id", "id" AS "key", "project_title" AS "name", "project_status" FROM "a57be577deb434"."tbl_projects" WHERE "id"=3950

22:34:14.0560.9 msSELECTSELECT "id", "from_project", "serial_no" FROM "a57be577deb434"."tbl_sales_contracts" WHERE "from_project"=3950

22:34:14.0570.4 msSELECTSELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_suppliers" WHERE "id" IN (431, 90)

22:34:14.0580.6 msSELECTSELECT "id", "id" AS "key", "serial_no" AS "name", "handler", "cost_type", "erp_un_settle_amount", "created_at", "amount", "erp_un_settle_amount", "serial_no" FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id" IN (4142, 4122, 2364)

22:34:14.0580.8 msSELECTSELECT "id", "id" AS "key", "contract_id", "remind_date" AS "name", "amount" AS "value", "overdue_days", "status" FROM "a57be577deb434"."tbl_purchase_contract_payment_collection_remind_dates" WHERE "contract_id" IN (2364, 4122, 4142) ORDER BY "remind_date"

22:34:14.0590.2 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1011

22:34:14.0600.7 msSELECTSELECT "pt".*, "taxonomy_id" AS "key", "tt"."name" AS "name", "out_amount" AS "amount", "value" AS "description", "extra_int" AS "parent_id", "tt"."serial_no" FROM "a57be577deb434"."tbl_term_taxonomy_relationships" "pt" LEFT JOIN "a57be577deb434"."tbl_term_taxonomies" "tt" ON taxonomy_id = tt.id WHERE ("pt"."term_id"=18) AND ("pt"."object_type"=8) AND ("pt"."object_id" IN (2364, 4122, 4142)) ORDER BY "id"

22:34:14.0640.8 msSELECTSELECT "id", "name", "parent_id" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE "id"=323

22:34:14.0650.3 msSELECTSELECT "id", "name", "parent_id" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE "id"=183

22:34:14.0650.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_approve_cancel_verify_rels" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234) ORDER BY "id"

22:34:14.0660.3 msSELECTSELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001

22:34:14.0660.2 msSELECTSELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)

22:34:14.0673.8 msSELECTSELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=31) AND ("object_id" IN (8, 10, 11))

22:34:14.0710.3 msSELECTSELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (28132, 28136)

22:34:14.0714.0 msSELECTSELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=30) AND ("object_id" IN (8, 10, 11))

22:34:14.0750.2 msSELECTSELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id" IN (28131, 28135)

22:34:14.0760.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_approve_cancel_verify_rels" WHERE ("status"=0) AND ("approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)) ORDER BY "id"

22:34:14.0760.3 msSELECTSELECT * FROM "a57be577deb434"."tbl_approve_cancel_verify_rels" WHERE ("status" != 0) AND ("approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)) ORDER BY "id"

22:34:14.0763.9 msSELECTSELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=29) AND ("object_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234))

22:34:14.0810.2 msSELECTSELECT "id", "id" AS "key", "name", "extension", "path", "orig_name" FROM "a57be577deb434"."tbl_attachments" WHERE "id"=28140

22:34:14.0810.4 msSELECTSELECT * FROM "a57be577deb434"."tbl_erp_other_collect_ticket_approve_borrow_settles" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.0810.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_erp_other_collect_ticket_approve_borrow_settles" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.0820.4 msSELECTSELECT * FROM "a57be577deb434"."tbl_erp_advance_payment_ticket_approve_payment_settles" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.0820.4 msSELECTSELECT * FROM "a57be577deb434"."tbl_erp_cash_cost_ticket_approve_payment_settles" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.0830.5 msSELECTSELECT * FROM "a57be577deb434"."tbl_erp_payment_ticket_approve_payment_settles" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.0830.2 msSELECTSELECT * FROM "a57be577deb434"."tbl_erp_other_collect_ticket_approve_borrow_settles" WHERE "approve_id" IN (2244, 2243, 2242, 2241, 2240, 2236, 2239, 2238, 2235, 2234)

22:34:14.0918.5 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 0, 266, 'v2/approve/list', '{"ApproveSearch":{"filter":"","form_department":"","borrow_collect_status":"","form_approveVerifyRels":"","verify_at_period":"","created_by":"","status":"","form_type":"","created_at_period":""},"access_token":"gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om","device_type":"0","version_code":"266","page":"1","token":"d883984ef73fd6181f62631e8be33968","posttime":"1757687654","pagesize":"10"}', '{"code":200,"data":{"list":[{"id":2244,"client_id":"","project_id":"","title":"324","status":1,"next_verify_user":1001,"verify_at":"","description":"\u7684\u65b9\u5f0f\u5e7f\u6cdb","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 16:56:31","updated_at":"2025-09-12 16:56:31","supplier_id":"","purchase_contract_id":"","amount":"22","borrow_amount":"","borrow_collect_day":"","borrow_collect_status":0,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"22","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{},"unreadComments":{},"type":{"id":2100000000,"name":"\u4ed8\u6b3e\u7533\u8bf7","approve_verify_user":"","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7930,"approve_id":2244,"user_id":5388,"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":7931,"approve_id":2244,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2938,"approve_id":2244,"user_id":1001,"status":0,"description":"","verify_at":"","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{"id":2938,"approve_id":2244,"user_id":1001,"status":0,"description":"","verify_at":"","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"}}},"haveApproveVerifyRel":{},"attachmentRelationships":[{"id":49532,"object_type":28,"object_id":2244,"attachment_id":28139,"attachment":{"id":28139,"key":28139,"name":"1e76d6a4-8dc9-3b1f-83c7-b4423291e346","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/1e76d6a4-8dc9-3b1f-83c7-b4423291e346\/\u56fe\u7247.png","orig_name":"\u56fe\u7247.png"}}],"client":{},"project":{},"supplier":"","purchaseContract":"","approveCancelVerifyRels":[],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":"","files":[{"id":49533,"object_type":29,"object_id":2244,"attachment_id":28140,"attachment":{"id":28140,"key":28140,"name":"482c39eb-7a0b-3c25-bbcb-5eb0feae0fe6","extension":"pdf","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/482c39eb-7a0b-3c25-bbcb-5eb0feae0fe6\/\u5ba1\u6279\u7ba1\u7406(53).pdf","orig_name":"\u5ba1\u6279\u7ba1\u7406(53).pdf"}}],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":true,"can_delete":true,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":false,"payment_done_display":false,"payment_un_done_display":false,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#FBDFCC","fgcolor":"#EB6100","status_display":"\u5ba1\u6838\u4e2d","borrow_expire_day":""},{"id":2243,"client_id":"","project_id":"","title":"34534","status":2,"next_verify_user":"","verify_at":"2025-09-12 16:54:15","description":"3534","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 16:54:05","updated_at":"2025-09-12 16:54:15","supplier_id":"","purchase_contract_id":"","amount":"","borrow_amount":"55","borrow_collect_day":"","borrow_collect_status":0,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"0","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"55","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2243,"comment":1},"unreadComments":{},"type":{"id":2100000001,"name":"\u501f\u6b3e\u7533\u8bf7","approve_verify_user":"1001","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7928,"approve_id":2243,"user_id":5388,"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":7929,"approve_id":2243,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2937,"approve_id":2243,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:54:15","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"}},"attachmentRelationships":[{"id":49530,"object_type":30,"object_id":2937,"attachment_id":28137,"attachment":{"id":28137,"key":28137,"name":"536cca8b-02ce-366e-8184-49d69fb9da00","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/536cca8b-02ce-366e-8184-49d69fb9da00\/\u56fe\u7247.png","orig_name":"\u56fe\u7247.png"}}],"files":[{"id":49531,"object_type":31,"object_id":2937,"attachment_id":28138,"attachment":{"id":28138,"key":28138,"name":"17d9faa0-b14d-33e2-b4a4-5d18f5934e66","extension":"xls","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/17d9faa0-b14d-33e2-b4a4-5d18f5934e66\/\u5ba1\u6279\u7ba1\u7406(19).xls","orig_name":"\u5ba1\u6279\u7ba1\u7406(19).xls"}}]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2937,"approve_id":2243,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:54:15"},"attachmentRelationships":[],"client":{},"project":{},"supplier":"","purchaseContract":"","approveCancelVerifyRels":[],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":"","files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":false,"payment_done_display":false,"payment_un_done_display":false,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":true,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":true,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#E8F5E5","fgcolor":"#22A100","status_display":"\u5df2\u901a\u8fc7","borrow_expire_day":""},{"id":2242,"client_id":"","project_id":"","title":"\u501f\u6b3e\u7533\u8bf7","status":6,"next_verify_user":"","verify_at":"2025-09-12 16:52:17","description":"\u6d4b\u8bd5","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 16:52:14","updated_at":"2025-09-12 16:52:45","supplier_id":"","purchase_contract_id":"","amount":"","borrow_amount":"545","borrow_collect_day":"","borrow_collect_status":0,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"0","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"545","next_cancel_verify_user":"","cancel_at":"2025-09-12 16:52:45.346851+08","cancel_description":"\u7279\u7279","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2242,"comment":2},"unreadComments":{},"type":{"id":2100000001,"name":"\u501f\u6b3e\u7533\u8bf7","approve_verify_user":"1001","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7926,"approve_id":2242,"user_id":5388,"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":7927,"approve_id":2242,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2936,"approve_id":2242,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:52:17","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2936,"approve_id":2242,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:52:17"},"attachmentRelationships":[],"client":{},"project":{},"supplier":"","purchaseContract":"","approveCancelVerifyRels":[{"id":11,"approve_id":2242,"user_id":1001,"status":1,"description":"\u7279\u513f\u7ae5","verify_at":"2025-09-12 16:52:45","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"}},"files":[{"id":49529,"object_type":31,"object_id":11,"attachment_id":28136,"attachment":{"id":28136,"key":28136,"name":"b847cd1f-8832-328e-a100-8b456c627634","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/b847cd1f-8832-328e-a100-8b456c627634\/shenhemokuai.png","orig_name":"shenhemokuai.png"}}],"attachmentRelationships":[{"id":49528,"object_type":30,"object_id":11,"attachment_id":28135,"attachment":{"id":28135,"key":28135,"name":"2e4a6a00-af1a-3bad-9e97-d8596189712d","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/2e4a6a00-af1a-3bad-9e97-d8596189712d\/shenhemokuai.png","orig_name":"shenhemokuai.png"}}]}],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":{"id":11,"approve_id":2242,"user_id":1001,"status":1,"description":"\u7279\u513f\u7ae5","verify_at":"2025-09-12 16:52:45"},"files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":false,"payment_done_display":false,"payment_un_done_display":false,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#FFE4FD","fgcolor":"#C700BB","status_display":"\u5df2\u64a4\u9500","borrow_expire_day":""},{"id":2241,"client_id":"","project_id":"","title":"\u6d4b\u8bd5\u501f\u6b3e","status":2,"next_verify_user":"","verify_at":"2025-09-12 16:51:46","description":"\u6d4b\u8bd5","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 16:51:33","updated_at":"2025-09-12 16:51:46","supplier_id":"","purchase_contract_id":"","amount":"","borrow_amount":"33","borrow_collect_day":"","borrow_collect_status":1,"borrow_collect_description":"\u65b9\u5f0f\u5730\u65b9","borrow_collect_at":"2025-09-12 16:51:54.750042+08","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"0","erp_borrow_settle_amount":"","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2241,"comment":2},"unreadComments":{},"type":{"id":2100000001,"name":"\u501f\u6b3e\u7533\u8bf7","approve_verify_user":"1001","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7924,"approve_id":2241,"user_id":5388,"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":7925,"approve_id":2241,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2935,"approve_id":2241,"user_id":1001,"status":1,"description":"\u53d1\u9001\u5230","verify_at":"2025-09-12 16:51:46","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"}},"attachmentRelationships":[{"id":49526,"object_type":30,"object_id":2935,"attachment_id":28133,"attachment":{"id":28133,"key":28133,"name":"942bd5ba-0991-3a33-96d0-2dc14ec3840c","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/942bd5ba-0991-3a33-96d0-2dc14ec3840c\/\u56fe\u7247.png","orig_name":"\u56fe\u7247.png"}}],"files":[{"id":49527,"object_type":31,"object_id":2935,"attachment_id":28134,"attachment":{"id":28134,"key":28134,"name":"de80b1c4-de4a-3995-b0a2-4952b3bef90a","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/de80b1c4-de4a-3995-b0a2-4952b3bef90a\/shenhemokuai.png","orig_name":"shenhemokuai.png"}}]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2935,"approve_id":2241,"user_id":1001,"status":1,"description":"\u53d1\u9001\u5230","verify_at":"2025-09-12 16:51:46"},"attachmentRelationships":[],"client":{},"project":{},"supplier":"","purchaseContract":"","approveCancelVerifyRels":[],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":"","files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":false,"payment_done_display":false,"payment_un_done_display":false,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#E8F5E5","fgcolor":"#22A100","status_display":"\u5df2\u901a\u8fc7","borrow_expire_day":""},{"id":2240,"client_id":"","project_id":"","title":"\u53d6\u6d88\u4ed8\u6b3e\u5ba1\u6279","status":6,"next_verify_user":"","verify_at":"2025-09-12 16:47:35","description":"d\u7684","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 16:47:31","updated_at":"2025-09-12 16:49:02","supplier_id":431,"purchase_contract_id":4142,"amount":"22","borrow_amount":"","borrow_collect_day":"","borrow_collect_status":0,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"22","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"2025-09-12 16:49:02.625316+08","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2240,"comment":3},"unreadComments":{},"type":{"id":2100000000,"name":"\u4ed8\u6b3e\u7533\u8bf7","approve_verify_user":"","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7922,"approve_id":2240,"user_id":5388,"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":7923,"approve_id":2240,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2934,"approve_id":2240,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:47:35","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2934,"approve_id":2240,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:47:35"},"attachmentRelationships":[],"client":{},"project":{},"supplier":{"id":431,"key":431,"name":"\u5317\u4eac\u60e0\u8054\u8baf\u901a\u4fe1\u606f\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8"},"purchaseContract":{"id":4142,"key":4142,"name":"\u6d4b\u8bd5","handler":1011,"cost_type":2,"erp_un_settle_amount":"500000000000","created_at":"2025-09-12 16:28:32","amount":"500000000000","serial_no":"\u6d4b\u8bd5","purchaseContractPaymentCollectionRemindDates":[],"handlerPerson":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F"},"costContractAmounts":[{"id":129233,"object_id":4142,"taxonomy_id":323,"term_id":18,"value":"","object_type":8,"extra_int":"183","in_amount":"","out_amount":"500000000000","key":323,"name":"\u5f80\u8fd4\u4ea4\u901a\u8d39","amount":"500000000000","description":"","parent_id":"183","serial_no":"660131","taxonomy":{"id":323,"name":"\u5f80\u8fd4\u4ea4\u901a\u8d39","parent_id":183,"parent":{"id":183,"name":"\u5dee\u65c5\u8d39","parent_id":""}}}]},"approveCancelVerifyRels":[{"id":10,"approve_id":2240,"user_id":1001,"status":1,"description":"f\u4e0a","verify_at":"2025-09-12 16:49:02","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"}},"files":[{"id":49525,"object_type":31,"object_id":10,"attachment_id":28132,"attachment":{"id":28132,"key":28132,"name":"1d90b25b-1872-3432-ac1a-8733ebd99eab","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/1d90b25b-1872-3432-ac1a-8733ebd99eab\/shenhemokuai.png","orig_name":"shenhemokuai.png"}}],"attachmentRelationships":[{"id":49524,"object_type":30,"object_id":10,"attachment_id":28131,"attachment":{"id":28131,"key":28131,"name":"350d603d-6a94-3e7c-9b72-b07bdbc21c47","extension":"png","path":"\/v2\/attachment\/view\/gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om\/350d603d-6a94-3e7c-9b72-b07bdbc21c47\/shenhemokuai.png","orig_name":"shenhemokuai.png"}}]}],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":{"id":10,"approve_id":2240,"user_id":1001,"status":1,"description":"f\u4e0a","verify_at":"2025-09-12 16:49:02"},"files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":false,"payment_done_display":false,"payment_un_done_display":false,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#FFE4FD","fgcolor":"#C700BB","status_display":"\u5df2\u64a4\u9500","borrow_expire_day":""},{"id":2236,"client_id":"","project_id":"","title":"\u5b9d\u8d1d\u5b9d\u8d1d","status":2,"next_verify_user":"","verify_at":"2025-09-12 16:25:30","description":"\u82b1\u955c\u5a1c\u5a1c","refuse_description":"","is_resubmited":false,"created_by":5446,"created_at":"2025-09-12 14:01:11","updated_at":"2025-09-12 16:25:30","supplier_id":"","purchase_contract_id":"","amount":"","borrow_amount":"","borrow_collect_day":"","borrow_collect_status":1,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"0","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":5446,"key":5446,"name":"\u5218\u5a1f","sex":"F","department_id":8,"avatar":{"id":164,"user_id":5446,"name":"\/files\/cdn\/a57be577deb434\/avatar\/5631bbfb-fa6e-308e-b87c-b159e8042209.jpg"},"department":{"id":8,"key":8,"name":"\u4eba\u529b\u8d44\u6e90"}},"commentCount":{"object_id":2236,"comment":3},"unreadComments":{},"type":{"id":316,"name":"\u63d0\u6b3e\u7533\u8bf7","approve_verify_user":"1001","approve_carbon_copy_user":"1013,5388"},"approveCarbonCopyRels":[{"id":7915,"approve_id":2236,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}},{"id":7916,"approve_id":2236,"user_id":5388,"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"}}}],"approveVerifyRels":[{"id":2930,"approve_id":2236,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:25:30","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2930,"approve_id":2236,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 16:25:30"},"attachmentRelationships":[],"client":{},"project":{},"supplier":"","purchaseContract":"","approveCancelVerifyRels":[],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":"","files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":false,"payment_done_display":false,"payment_un_done_display":false,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#E8F5E5","fgcolor":"#22A100","status_display":"\u5df2\u901a\u8fc7","borrow_expire_day":""},{"id":2239,"client_id":"","project_id":"","title":"1","status":2,"next_verify_user":"","verify_at":"2025-09-12 15:46:03","description":"1","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 15:45:32","updated_at":"2025-09-12 15:46:03","supplier_id":90,"purchase_contract_id":4122,"amount":"11","borrow_amount":"","borrow_collect_day":"","borrow_collect_status":1,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"1","erp_payment_un_settle_amount":"10","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2239,"comment":1},"unreadComments":{},"type":{"id":2100000000,"name":"\u4ed8\u6b3e\u7533\u8bf7","approve_verify_user":"","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7920,"approve_id":2239,"user_id":5388,"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":7921,"approve_id":2239,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2933,"approve_id":2239,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 15:46:03","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2933,"approve_id":2239,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 15:46:03"},"attachmentRelationships":[],"client":{},"project":{},"supplier":{"id":90,"key":90,"name":"\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8"},"purchaseContract":{"id":4122,"key":4122,"name":"X_2025SBQ23652","handler":1011,"cost_type":1,"erp_un_settle_amount":"19456","created_at":"2025-08-26 13:37:22","amount":"19502","serial_no":"X_2025SBQ23652","purchaseContractPaymentCollectionRemindDates":[{"id":861,"key":861,"contract_id":4122,"name":"2026-10-28","value":"19502","overdue_days":"","status":0}],"handlerPerson":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F"},"costContractAmounts":[]},"approveCancelVerifyRels":[],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":"","files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[{"id":323,"erp_payment_ticket_id":2128,"erp_payment_ticket_settle_id":2136,"sales_contract_id":"","purchase_contract_id":4122,"erp_cost_ticket_id":"","erp_other_payment_ticket_id":"","approve_id":2239,"amount":"1","description":""}],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":true,"payment_done_display":false,"payment_un_done_display":true,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#E8F5E5","fgcolor":"#22A100","status_display":"\u5df2\u901a\u8fc7","borrow_expire_day":""},{"id":2238,"client_id":"","project_id":"","title":"\u6d4b\u8bd5\u5173\u8054\u663e\u793a\u53d6\u6d88\u6309\u94ae","status":2,"next_verify_user":"","verify_at":"2025-09-12 15:44:18","description":"\u6d4b\u8bd5","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 15:44:15","updated_at":"2025-09-12 15:44:18","supplier_id":431,"purchase_contract_id":2364,"amount":"22","borrow_amount":"","borrow_collect_day":"","borrow_collect_status":1,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"22","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2238,"comment":1},"unreadComments":{},"type":{"id":2100000000,"name":"\u4ed8\u6b3e\u7533\u8bf7","approve_verify_user":"","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7918,"approve_id":2238,"user_id":5388,"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":7919,"approve_id":2238,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2932,"approve_id":2238,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 15:44:18","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2932,"approve_id":2238,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 15:44:18"},"attachmentRelationships":[],"client":{},"project":{},"supplier":{"id":431,"key":431,"name":"\u5317\u4eac\u60e0\u8054\u8baf\u901a\u4fe1\u606f\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8"},"purchaseContract":{"id":2364,"key":2364,"name":"BJHLXT-GFJ-20220610","handler":1011,"cost_type":1,"erp_un_settle_amount":"0","created_at":"2022-08-03 10:59:27","amount":"4060.00","serial_no":"BJHLXT-GFJ-20220610","purchaseContractPaymentCollectionRemindDates":[],"handlerPerson":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F"},"costContractAmounts":[]},"approveCancelVerifyRels":[],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":"","files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":true,"payment_done_display":false,"payment_un_done_display":true,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":true,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#E8F5E5","fgcolor":"#22A100","status_display":"\u5df2\u901a\u8fc7","borrow_expire_day":""},{"id":2235,"client_id":"","project_id":"","title":"\u6d4b\u8bd5","status":2,"next_verify_user":"","verify_at":"2025-09-12 09:03:39","description":"c\u989d\u4e0a","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 09:03:35","updated_at":"2025-09-12 09:03:39","supplier_id":431,"purchase_contract_id":2364,"amount":"555","borrow_amount":"","borrow_collect_day":"","borrow_collect_status":1,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"1","erp_payment_un_settle_amount":"554","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2235,"comment":2},"unreadComments":{},"type":{"id":2100000000,"name":"\u4ed8\u6b3e\u7533\u8bf7","approve_verify_user":"","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7909,"approve_id":2235,"user_id":5388,"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":7910,"approve_id":2235,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2926,"approve_id":2235,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 09:03:39","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2926,"approve_id":2235,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 09:03:39"},"attachmentRelationships":[],"client":{},"project":{},"supplier":{"id":431,"key":431,"name":"\u5317\u4eac\u60e0\u8054\u8baf\u901a\u4fe1\u606f\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8"},"purchaseContract":{"id":2364,"key":2364,"name":"BJHLXT-GFJ-20220610","handler":1011,"cost_type":1,"erp_un_settle_amount":"0","created_at":"2022-08-03 10:59:27","amount":"4060.00","serial_no":"BJHLXT-GFJ-20220610","purchaseContractPaymentCollectionRemindDates":[],"handlerPerson":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F"},"costContractAmounts":[]},"approveCancelVerifyRels":[],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":"","files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[{"id":322,"erp_payment_ticket_id":1646,"erp_payment_ticket_settle_id":1646,"sales_contract_id":"","purchase_contract_id":2364,"erp_cost_ticket_id":"","erp_other_payment_ticket_id":"","approve_id":2235,"amount":"1","description":""}],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":true,"payment_done_display":false,"payment_un_done_display":true,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":false,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#E8F5E5","fgcolor":"#22A100","status_display":"\u5df2\u901a\u8fc7","borrow_expire_day":""},{"id":2234,"client_id":3389,"project_id":3950,"title":"\u6d4b\u8bd5","status":2,"next_verify_user":"","verify_at":"2025-09-12 09:03:15","description":"\u6d4b\u8bd5","refuse_description":"","is_resubmited":false,"created_by":1001,"created_at":"2025-09-12 09:03:12","updated_at":"2025-09-12 10:08:49","supplier_id":"","purchase_contract_id":"","amount":"444","borrow_amount":"","borrow_collect_day":"","borrow_collect_status":1,"borrow_collect_description":"","borrow_collect_at":"","erp_payment_settle_amount":"0","erp_payment_un_settle_amount":"444","erp_borrow_settle_amount":"0","erp_borrow_un_settle_amount":"0","next_cancel_verify_user":"","cancel_at":"","cancel_description":"","createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"commentCount":{"object_id":2234,"comment":2},"unreadComments":{},"type":{"id":2100000000,"name":"\u4ed8\u6b3e\u7533\u8bf7","approve_verify_user":"","approve_carbon_copy_user":"5388,1013"},"approveCarbonCopyRels":[{"id":7907,"approve_id":2234,"user_id":5388,"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":7908,"approve_id":2234,"user_id":1013,"user":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}}}],"approveVerifyRels":[{"id":2925,"approve_id":2234,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 09:03:15","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"}},"attachmentRelationships":[],"files":[]}],"lastApproveVerifyRel":{},"haveApproveVerifyRel":{"id":2925,"approve_id":2234,"user_id":1001,"status":1,"description":"","verify_at":"2025-09-12 09:03:15"},"attachmentRelationships":[],"client":{"id":3389,"key":3389,"name":"\u4e2d\u56fd\u8bc1\u5238\u62a5\u6709\u9650\u8d23\u4efb\u516c\u53f8"},"project":{"id":3950,"key":3950,"name":"\u6d4b-\u9500\u552e\u4e1a\u7ee9\u5206\u644a\u5355\uff1a\u6df1\u4fe1\u670d\u9632\u706b\u5899AF-1000-FH2300B","project_status":3,"buildContract":{"id":4131,"from_project":3950,"serial_no":"2025-09-03-001"}},"supplier":"","purchaseContract":"","approveCancelVerifyRels":[{"id":8,"approve_id":2234,"user_id":1001,"status":2,"description":"","verify_at":"2025-09-12 10:08:49","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"}},"files":[],"attachmentRelationships":[]}],"lastApproveCancelVerifyRel":"","haveApproveCancelVerifyRel":{"id":8,"approve_id":2234,"user_id":1001,"status":2,"description":"","verify_at":"2025-09-12 10:08:49"},"files":[],"erpOtherCollectTickets":[],"erpCollectTicketSettles":[],"erpAdvancePaymentTicketApprovePaymentSettles":[],"erpCashCostTicketApprovePaymentSettles":[],"erpPaymentTicketApprovePaymentSettles":[],"erpOtherCollectTicketApproveBorrowSettles":[],"un_settle_amount":0,"unread":0,"can_update":false,"can_delete":false,"can_resubmit":false,"can_verify":false,"can_refuse":false,"can_payment":false,"payment_done_display":false,"payment_un_done_display":false,"can_borrow":false,"can_cancel_verify":false,"can_cancel_borrow":false,"can_cancel_payment":true,"can_create_erp_other_collect_ticket":false,"can_create_erp_collect_ticket":false,"can_create_erp_cash_cost_ticket":false,"bgcolor":"#E8F5E5","fgcolor":"#22A100","status_display":"\u5df2\u901a\u8fc7","borrow_expire_day":""}],"countArr":[{"key":"all","name":"\u5168\u90e8","count":2094},{"key":1,"name":"\u5ba1\u6279\u4e2d","count":1},{"key":2,"name":"\u5df2\u901a\u8fc7","count":2060},{"key":4,"name":"\u5df2\u62d2\u7edd","count":25}],"navCount":[{"key":"approve","name":"\u6211\u5ba1\u6279\u7684","value":0},{"key":"copy","name":"\u6284\u9001\u6211\u7684","value":0}],"can_create":true,"pagenation":{"totalcount":2094,"thispage":1,"pagesize":10}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-09-12 22:34:14') RETURNING "id"