diff --git a/documents/source/Procurement/api.rst b/documents/source/Procurement/api.rst index 7d9b56f..e6360c5 100644 --- a/documents/source/Procurement/api.rst +++ b/documents/source/Procurement/api.rst @@ -810,7 +810,7 @@ create ^^^^^^^^^^^^^^^^^^^^^ 创建新的采购单 - :post:`POST` :code:`/api/purchase_orders/{id}/` + :post:`POST` :code:`/api/purchase_orders/` =================== =========== ============================ 参数 参数类型 描述 @@ -819,8 +819,6 @@ create ------------------- ----------- ---------------------------- work_order str 工作令编号 ------------------- ----------- ---------------------------- - create_date str 创建日期 - ------------------- ----------- ---------------------------- status int 采购单状态 ------------------- ----------- ---------------------------- category int 标单类型 @@ -830,6 +828,8 @@ create =================== =========== ============================ 返回字段 返回类型 描述 ------------------- ----------- ---------------------------- + id str 采购单id + ------------------- ----------- ---------------------------- uid str 采购单编号 ------------------- ----------- ---------------------------- work_order str 工作令编号 @@ -865,12 +865,16 @@ partial_update =================== =========== ============================ 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 采购单id =================== =========== ============================ =================== =========== ============================ 返回字段 返回类型 描述 ------------------- ----------- ---------------------------- + id str 采购单id + ------------------- ----------- ---------------------------- uid str 采购单编号 ------------------- ----------- ---------------------------- work_order str 工作令编号 @@ -916,6 +920,8 @@ list =================== =========== ============================ 返回字段 返回类型 描述 ------------------- ----------- ---------------------------- + id str 采购单id + ------------------- ----------- ---------------------------- uid str 采购单编号 ------------------- ----------- ---------------------------- create_date str 创建日期 @@ -935,6 +941,8 @@ read =================== =========== ============================ 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 采购单id =================== =========== ============================ =================== =========== ============================ @@ -976,6 +984,8 @@ delete =================== =========== ============================ 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 采购单id =================== =========== ============================ =================== =========== ============================ @@ -990,7 +1000,7 @@ create ^^^^^^^^^^^^^^^^^^^^^ 创建新的采购物料 - :post:`POST` :code:`/api/procurement_materials/{id}/` + :post:`POST` :code:`/api/procurement_materials/` =================== =========== ============================ 参数 参数类型 描述 @@ -1008,6 +1018,8 @@ create =================== =========== ============================ 返回字段 返回类型 描述 ------------------- ----------- ---------------------------- + id str 采购物料id + ------------------- ----------- ---------------------------- process_material str 工艺物料 ------------------- ----------- ---------------------------- merged_material str 合并后物料 @@ -1039,12 +1051,16 @@ partial_update =================== =========== ============================ 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 采购物料id =================== =========== ============================ =================== =========== ============================ 返回字段 返回类型 描述 ------------------- ----------- ---------------------------- + id str 采购物料id + ------------------- ----------- ---------------------------- process_material str 工艺物料 ------------------- ----------- ---------------------------- merged_material str 合并后物料 @@ -1086,6 +1102,8 @@ list =================== =========== ============================ 返回字段 返回类型 描述 ------------------- ----------- ---------------------------- + id str 采购物料id + ------------------- ----------- ---------------------------- material_number str 材质编号 ------------------- ----------- ---------------------------- purchase_order str 采购单号 @@ -1105,12 +1123,16 @@ read =================== =========== ============================ 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 采购物料id =================== =========== ============================ =================== =========== ============================ 返回字段 返回类型 描述 ------------------- ----------- ---------------------------- + id str 采购物料id + ------------------- ----------- ---------------------------- process_material str 工艺物料 ------------------- ----------- ---------------------------- merged_material str 合并后物料 @@ -1142,6 +1164,8 @@ delete =================== =========== ============================ 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 采购物料id =================== =========== ============================ =================== =========== ============================ @@ -1219,3 +1243,1514 @@ create ------------------- ----------- ---------------------------- amount int 合同金额 =================== =========== ============================ + + +标单 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^^^ + 创建新的标单 + + :post:`POST` :code:`/api/bidding_sheets/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + uid str 标单编号 + ------------------- ----------- ---------------------------- + purchase_order str 对应的采购单编号 + ------------------- ----------- ---------------------------- + status int 标单状态 + ------------------- ----------- ---------------------------- + contract_amount int 合同金额 + ------------------- ----------- ---------------------------- + billing_amount int 开票金额 + ------------------- ----------- ---------------------------- + category int 招标申请类型 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单id + ------------------- ----------- ---------------------------- + uid str 标单编号 + ------------------- ----------- ---------------------------- + purchase_order str 对应的采购单编号 + ------------------- ----------- ---------------------------- + create_date datetime 标单创建日期 + ------------------- ----------- ---------------------------- + status int 标单状态 + ------------------- ----------- ---------------------------- + contract_amount int 合同金额 + ------------------- ----------- ---------------------------- + billing_amount int 开票金额 + ------------------- ----------- ---------------------------- + category int 招标申请类型 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^ + 更新标单 + + :patch:`PATCH` :code:`/api/bidding_sheets/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单id + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单id + ------------------- ----------- ---------------------------- + uid str 标单编号 + ------------------- ----------- ---------------------------- + purchase_order str 对应的采购单编号 + ------------------- ----------- ---------------------------- + create_date datetime 标单创建日期 + ------------------- ----------- ---------------------------- + status int 标单状态 + ------------------- ----------- ---------------------------- + contract_amount int 合同金额 + ------------------- ----------- ---------------------------- + billing_amount int 开票金额 + ------------------- ----------- ---------------------------- + category int 招标申请类型 + =================== =========== ============================ + +read +^^^^^^^^^^^^^^^^ + 查看标单 + + :get:`GET` :code:`/api/bidding_sheets/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单id + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单id + ------------------- ----------- ---------------------------- + uid str 标单编号 + ------------------- ----------- ---------------------------- + purchase_order str 对应的采购单编号 + ------------------- ----------- ---------------------------- + create_date datetime 标单创建日期 + ------------------- ----------- ---------------------------- + status int 标单状态 + ------------------- ----------- ---------------------------- + contract_amount int 合同金额 + ------------------- ----------- ---------------------------- + billing_amount int 开票金额 + ------------------- ----------- ---------------------------- + category int 招标申请类型 + =================== =========== ============================ + +list +^^^^^^^^^^^^^^^^ + 查看所有的标单摘要 + + :get:`GET` :code:`/api/bidding_sheets/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单id + ------------------- ----------- ---------------------------- + uid str 标单编号 + ------------------- ----------- ---------------------------- + purchase_order str 对应的采购单编号 + ------------------- ----------- ---------------------------- + create_date datetime 标单创建日期 + ------------------- ----------- ---------------------------- + status int 标单状态 + ------------------- ----------- ---------------------------- + category int 招标申请类型 + =================== =========== ============================ + +delete +^^^^^^^^^^^^^^^^ + 删除某个标单 + + :delete:`DELETE` :code:`/api/bidding_sheets/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id int 标单id + =================== =========== ============================ + + + +标单申请 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^^^ + 创建新的标单申请 + + :post:`POST` :code:`/api/bidding_applications/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + uid str 标单申请编号 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + is_core_part bool 是否为核心件 + ------------------- ----------- ---------------------------- + status int 状态 + ------------------- ----------- ---------------------------- + implement_class int 实施类别 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单id + ------------------- ----------- ---------------------------- + uid str 标单申请编号 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + work_order str 工作令 + ------------------- ----------- ---------------------------- + plan_project str 拟招(仪)项目 + ------------------- ----------- ---------------------------- + plan_date str 拟招(仪)标时间 + ------------------- ----------- ---------------------------- + model str 规格、型号 + ------------------- ----------- ---------------------------- + is_core_part bool 是否为核心件 + ------------------- ----------- ---------------------------- + category str 项目类别 + ------------------- ----------- ---------------------------- + tender_date datetime 招(仪)标时间 + ------------------- ----------- ---------------------------- + delivery_date datetime 标书投递时间 + ------------------- ----------- ---------------------------- + place str 地点 + ------------------- ----------- ---------------------------- + status int 状态 + ------------------- ----------- ---------------------------- + implement_class int 实施类别 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^ + 更新标单申请 + + :patch:`PATCH` :code:`/api/bidding_applications/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id int 标单申请id + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单申请id + ------------------- ----------- ---------------------------- + uid str 标单申请编号 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + work_order str 工作令 + ------------------- ----------- ---------------------------- + plan_project str 拟招(仪)项目 + ------------------- ----------- ---------------------------- + plan_date str 拟招(仪)标时间 + ------------------- ----------- ---------------------------- + model str 规格、型号 + ------------------- ----------- ---------------------------- + is_core_part bool 是否为核心件 + ------------------- ----------- ---------------------------- + category str 项目类别 + ------------------- ----------- ---------------------------- + tender_date datetime 招(仪)标时间 + ------------------- ----------- ---------------------------- + delivery_date datetime 标书投递时间 + ------------------- ----------- ---------------------------- + place str 地点 + ------------------- ----------- ---------------------------- + status int 状态 + ------------------- ----------- ---------------------------- + implement_class int 实施类别 + =================== =========== ============================ + +read +^^^^^^^^^^^^^^^^ + 查看标单申请 + + :get:`GET` :code:`/api/bidding_applications/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id int 标单申请id + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单申请id + ------------------- ----------- ---------------------------- + uid str 标单申请编号 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + work_order str 工作令 + ------------------- ----------- ---------------------------- + plan_project str 拟招(仪)项目 + ------------------- ----------- ---------------------------- + plan_date str 拟招(仪)标时间 + ------------------- ----------- ---------------------------- + model str 规格、型号 + ------------------- ----------- ---------------------------- + is_core_part bool 是否为核心件 + ------------------- ----------- ---------------------------- + category str 项目类别 + ------------------- ----------- ---------------------------- + tender_date datetime 招(仪)标时间 + ------------------- ----------- ---------------------------- + delivery_date datetime 标书投递时间 + ------------------- ----------- ---------------------------- + place str 地点 + ------------------- ----------- ---------------------------- + status int 状态 + ------------------- ----------- ---------------------------- + implement_class int 实施类别 + =================== =========== ============================ + +list +^^^^^^^^^^^^^^^^ + 查看所有的标单申请单摘要 + + :get:`GET` :code:`/api/bidding_applications/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id int 标单申请id + ------------------- ----------- ---------------------------- + uid str 标单申请编号 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单编号 + ------------------- ----------- ---------------------------- + implement_class int 实施类别 + =================== =========== ============================ + +delete +^^^^^^^^^^^^^^^^ + 删除某个标单申请 + + :delete:`DELETE` :code:`/api/bidding_applications/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id int 标单申请id + =================== =========== ============================ + + + + +到货检验 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^ + 创建新的到货检验 + + :post:`POST` :code:`/api/arrival_inspections/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + material str 材料 + ------------------- ----------- ---------------------------- + material_confirm bool 实物确认 + ------------------- ----------- ---------------------------- + soft_confirm bool 软件确认 + ------------------- ----------- ---------------------------- + inspection_confirm bool 检验通过 + ------------------- ----------- ---------------------------- + passed bool 是否通过 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 到货检验 ID + ------------------- ----------- ---------------------------- + material str 材料 + ------------------- ----------- ---------------------------- + material_confirm bool 实物确认 + ------------------- ----------- ---------------------------- + soft_confirm bool 软件确认 + ------------------- ----------- ---------------------------- + inspection_confirm bool 检验通过 + ------------------- ----------- ---------------------------- + passed bool 是否通过 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^^^^^^ + 更新指定的到货检验 + + :patch:`PATCH` :code:`/api/arrival_inspections/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 到货检验 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 到货检验 ID + ------------------- ----------- ---------------------------- + material str 材料 + ------------------- ----------- ---------------------------- + material_confirm bool 实物确认 + ------------------- ----------- ---------------------------- + soft_confirm bool 软件确认 + ------------------- ----------- ---------------------------- + inspection_confirm bool 检验通过 + ------------------- ----------- ---------------------------- + passed bool 是否通过 + =================== =========== ============================ + + +read +^^^^^^^^^^^^^^^^^^^^^^ + 查看指定的到货检验 + + :get:`GET` :code:`/api/arrival_inspections/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 到货检验 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 到货检验 ID + ------------------- ----------- ---------------------------- + material str 材料 + ------------------- ----------- ---------------------------- + material_confirm bool 实物确认 + ------------------- ----------- ---------------------------- + soft_confirm bool 软件确认 + ------------------- ----------- ---------------------------- + inspection_confirm bool 检验通过 + ------------------- ----------- ---------------------------- + passed bool 是否通过 + =================== =========== ============================ + + +list +^^^^^^^^^^^^^^^^^^^^^^ + 查看所有的到货检验的摘要 + + :get:`GET` :code:`/api/arrival_inspections/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 到货检验 ID + ------------------- ----------- ---------------------------- + material str 材料 + ------------------- ----------- ---------------------------- + material_confirm bool 实物确认 + ------------------- ----------- ---------------------------- + soft_confirm bool 软件确认 + ------------------- ----------- ---------------------------- + inspection_confirm bool 检验通过 + ------------------- ----------- ---------------------------- + passed bool 是否通过 + =================== =========== ============================ + + +delete +^^^^^^^^^^^^^^^^^^^^^^ + 删除指定的到货检验 + + :delete:`DELETE` :code:`/api/arrival_inspections/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 到货检验 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + =================== =========== ============================ + + + +中标通知书 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^ + 创建新的中标通知书 + + :post:`POST` :code:`/api/bidding_acceptances/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + uid str 标书编号 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 中标通知书 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + uid str 标书编号 + ------------------- ----------- ---------------------------- + requestor str 招(议)标单位 + ------------------- ----------- ---------------------------- + content str 招(议)标内容 + ------------------- ----------- ---------------------------- + amount str 数量 + ------------------- ----------- ---------------------------- + accept_date str 中标日期 + ------------------- ----------- ---------------------------- + accept_money str 中标金额 + ------------------- ----------- ---------------------------- + contact str 联系人 + ------------------- ----------- ---------------------------- + contact_phone str 联系电话 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^^^^^^ + 更新指定的中标通知书 + + :patch:`PATCH` :code:`/api/bidding_acceptances/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 中标通知书 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 中标通知书 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + uid str 标书编号 + ------------------- ----------- ---------------------------- + requestor str 招(议)标单位 + ------------------- ----------- ---------------------------- + content str 招(议)标内容 + ------------------- ----------- ---------------------------- + amount str 数量 + ------------------- ----------- ---------------------------- + accept_date str 中标日期 + ------------------- ----------- ---------------------------- + accept_money str 中标金额 + ------------------- ----------- ---------------------------- + contact str 联系人 + ------------------- ----------- ---------------------------- + contact_phone str 联系电话 + =================== =========== ============================ + + +read +^^^^^^^^^^^^^^^^^^^^^^ + 查看指定的中标通知书 + + :get:`GET` :code:`/api/bidding_acceptances/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 中标通知书 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 中标通知书 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + uid str 标书编号 + ------------------- ----------- ---------------------------- + requestor str 招(议)标单位 + ------------------- ----------- ---------------------------- + content str 招(议)标内容 + ------------------- ----------- ---------------------------- + amount str 数量 + ------------------- ----------- ---------------------------- + accept_date str 中标日期 + ------------------- ----------- ---------------------------- + accept_money str 中标金额 + ------------------- ----------- ---------------------------- + contact str 联系人 + ------------------- ----------- ---------------------------- + contact_phone str 联系电话 + =================== =========== ============================ + + +list +^^^^^^^^^^^^^^^^^^^^^^ + 查看所有的中标通知书的摘要 + + :get:`GET` :code:`/api/bidding_acceptances/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 中标通知书 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + uid str 标书编号 + ------------------- ----------- ---------------------------- + requestor str 招(议)标单位 + ------------------- ----------- ---------------------------- + content str 招(议)标内容 + ------------------- ----------- ---------------------------- + amount str 数量 + ------------------- ----------- ---------------------------- + accept_date str 中标日期 + ------------------- ----------- ---------------------------- + accept_money str 中标金额 + ------------------- ----------- ---------------------------- + contact str 联系人 + ------------------- ----------- ---------------------------- + contact_phone str 联系电话 + =================== =========== ============================ + + +delete +^^^^^^^^^^^^^^^^^^^^^^ + 删除指定的中标通知书 + + :delete:`DELETE` :code:`/api/bidding_acceptances/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 中标通知书 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + =================== =========== ============================ + + + +标单评审意见 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^ + 创建新的标单评审意见 + + :post:`POST` :code:`/api/bidding_comments/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + user_title int 审批人头衔 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单评审意见 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + user_title int 审批人头衔 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^^^^^^ + 更新指定的标单评审意见 + + :patch:`PATCH` :code:`/api/bidding_comments/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单评审意见 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单评审意见 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + user_title int 审批人头衔 + =================== =========== ============================ + + +read +^^^^^^^^^^^^^^^^^^^^^^ + 查看指定的标单评审意见 + + :get:`GET` :code:`/api/bidding_comments/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单评审意见 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单评审意见 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + user_title int 审批人头衔 + =================== =========== ============================ + + +list +^^^^^^^^^^^^^^^^^^^^^^ + 查看所有的标单评审意见的摘要 + + :get:`GET` :code:`/api/bidding_comments/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单评审意见 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + user_title int 审批人头衔 + =================== =========== ============================ + + +delete +^^^^^^^^^^^^^^^^^^^^^^ + 删除指定的标单评审意见 + + :delete:`DELETE` :code:`/api/bidding_comments/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单评审意见 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + =================== =========== ============================ + + + +比质比价卡 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^ + 创建新的比质比价卡 + + :post:`POST` :code:`/api/parity_ratio_cards/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + apply_id str 标单申请编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 比质比价卡 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + apply_id str 标单申请编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + work_order str 工作令 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + unit str 单位 + ------------------- ----------- ---------------------------- + content str 内容 + ------------------- ----------- ---------------------------- + material str 材质 + ------------------- ----------- ---------------------------- + delivery_period str 交货期 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^^^^^^ + 更新指定的比质比价卡 + + :patch:`PATCH` :code:`/api/parity_ratio_cards/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 比质比价卡 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 比质比价卡 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + apply_id str 标单申请编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + work_order str 工作令 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + unit str 单位 + ------------------- ----------- ---------------------------- + content str 内容 + ------------------- ----------- ---------------------------- + material str 材质 + ------------------- ----------- ---------------------------- + delivery_period str 交货期 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +read +^^^^^^^^^^^^^^^^^^^^^^ + 查看指定的比质比价卡 + + :get:`GET` :code:`/api/parity_ratio_cards/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 比质比价卡 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 比质比价卡 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + apply_id str 标单申请编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + work_order str 工作令 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + unit str 单位 + ------------------- ----------- ---------------------------- + content str 内容 + ------------------- ----------- ---------------------------- + material str 材质 + ------------------- ----------- ---------------------------- + delivery_period str 交货期 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +list +^^^^^^^^^^^^^^^^^^^^^^ + 查看所有的比质比价卡的摘要 + + :get:`GET` :code:`/api/parity_ratio_cards/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 比质比价卡 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + apply_id str 标单申请编号 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + requestor str 需求单位 + ------------------- ----------- ---------------------------- + work_order str 工作令 + ------------------- ----------- ---------------------------- + amount int 数量 + ------------------- ----------- ---------------------------- + unit str 单位 + ------------------- ----------- ---------------------------- + content str 内容 + ------------------- ----------- ---------------------------- + material str 材质 + ------------------- ----------- ---------------------------- + delivery_period str 交货期 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +delete +^^^^^^^^^^^^^^^^^^^^^^ + 删除指定的比质比价卡 + + :delete:`DELETE` :code:`/api/parity_ratio_cards/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 比质比价卡 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + =================== =========== ============================ + + + +状态更改记录 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^ + 创建新的状态更改记录 + + :post:`POST` :code:`/api/status_changes/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + original_status int 标单状态 + ------------------- ----------- ---------------------------- + new_status int 标单状态 + ------------------- ----------- ---------------------------- + normal_change bool 是否正常更改 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 状态更改记录 ID + ------------------- ----------- ---------------------------- + original_status int 标单状态 + ------------------- ----------- ---------------------------- + new_status int 标单状态 + ------------------- ----------- ---------------------------- + change_time datetime 更改时间 + ------------------- ----------- ---------------------------- + normal_change bool 是否正常更改 + ------------------- ----------- ---------------------------- + reason str 回溯原因 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^^^^^^ + 更新指定的状态更改记录 + + :patch:`PATCH` :code:`/api/status_changes/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 状态更改记录 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 状态更改记录 ID + ------------------- ----------- ---------------------------- + original_status int 标单状态 + ------------------- ----------- ---------------------------- + new_status int 标单状态 + ------------------- ----------- ---------------------------- + change_time datetime 更改时间 + ------------------- ----------- ---------------------------- + normal_change bool 是否正常更改 + ------------------- ----------- ---------------------------- + reason str 回溯原因 + =================== =========== ============================ + + +read +^^^^^^^^^^^^^^^^^^^^^^ + 查看指定的状态更改记录 + + :get:`GET` :code:`/api/status_changes/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 状态更改记录 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 状态更改记录 ID + ------------------- ----------- ---------------------------- + original_status int 标单状态 + ------------------- ----------- ---------------------------- + new_status int 标单状态 + ------------------- ----------- ---------------------------- + change_time datetime 更改时间 + ------------------- ----------- ---------------------------- + normal_change bool 是否正常更改 + ------------------- ----------- ---------------------------- + reason str 回溯原因 + =================== =========== ============================ + + +list +^^^^^^^^^^^^^^^^^^^^^^ + 查看所有的状态更改记录的摘要 + + :get:`GET` :code:`/api/status_changes/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 状态更改记录 ID + ------------------- ----------- ---------------------------- + original_status int 标单状态 + ------------------- ----------- ---------------------------- + new_status int 标单状态 + ------------------- ----------- ---------------------------- + change_time datetime 更改时间 + ------------------- ----------- ---------------------------- + normal_change bool 是否正常更改 + ------------------- ----------- ---------------------------- + reason str 回溯原因 + =================== =========== ============================ + + +delete +^^^^^^^^^^^^^^^^^^^^^^ + 删除指定的状态更改记录 + + :delete:`DELETE` :code:`/api/status_changes/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 状态更改记录 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + =================== =========== ============================ + + + +供应商审核 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^ + 创建新的供应商审核 + + :post:`POST` :code:`/api/supplier_checks/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + application_date str 申请日期 + ------------------- ----------- ---------------------------- + project str 项目名称 + ------------------- ----------- ---------------------------- + estimated_price str 估算价格 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 供应商审核 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + application_date str 申请日期 + ------------------- ----------- ---------------------------- + project str 项目名称 + ------------------- ----------- ---------------------------- + estimated_price str 估算价格 + ------------------- ----------- ---------------------------- + basic_situation str 招(议)标项目基本情况 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^^^^^^ + 更新指定的供应商审核 + + :patch:`PATCH` :code:`/api/supplier_checks/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 供应商审核 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 供应商审核 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + application_date str 申请日期 + ------------------- ----------- ---------------------------- + project str 项目名称 + ------------------- ----------- ---------------------------- + estimated_price str 估算价格 + ------------------- ----------- ---------------------------- + basic_situation str 招(议)标项目基本情况 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +read +^^^^^^^^^^^^^^^^^^^^^^ + 查看指定的供应商审核 + + :get:`GET` :code:`/api/supplier_checks/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 供应商审核 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 供应商审核 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + application_date str 申请日期 + ------------------- ----------- ---------------------------- + project str 项目名称 + ------------------- ----------- ---------------------------- + estimated_price str 估算价格 + ------------------- ----------- ---------------------------- + basic_situation str 招(议)标项目基本情况 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +list +^^^^^^^^^^^^^^^^^^^^^^ + 查看所有的供应商审核的摘要 + + :get:`GET` :code:`/api/supplier_checks/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 供应商审核 ID + ------------------- ----------- ---------------------------- + bidding_sheet str 标单 + ------------------- ----------- ---------------------------- + applicant str 申请单位 + ------------------- ----------- ---------------------------- + application_date str 申请日期 + ------------------- ----------- ---------------------------- + project str 项目名称 + ------------------- ----------- ---------------------------- + estimated_price str 估算价格 + ------------------- ----------- ---------------------------- + basic_situation str 招(议)标项目基本情况 + ------------------- ----------- ---------------------------- + status int 状态 + =================== =========== ============================ + + +delete +^^^^^^^^^^^^^^^^^^^^^^ + 删除指定的供应商审核 + + :delete:`DELETE` :code:`/api/supplier_checks/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 供应商审核 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + =================== =========== ============================ + + + +标单供应关系 +---------------------- + +create +^^^^^^^^^^^^^^^^^^^^^^ + 创建新的标单供应关系 + + :post:`POST` :code:`/api/supply_relationships/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + C int C + ------------------- ----------- ---------------------------- + price str 价格 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单供应关系 ID + ------------------- ----------- ---------------------------- + A bool A + ------------------- ----------- ---------------------------- + B bool B + ------------------- ----------- ---------------------------- + C int C + ------------------- ----------- ---------------------------- + D bool D + ------------------- ----------- ---------------------------- + E bool E + ------------------- ----------- ---------------------------- + F bool F + ------------------- ----------- ---------------------------- + G bool G + ------------------- ----------- ---------------------------- + scope str 认定业务范围 + ------------------- ----------- ---------------------------- + supplier_code str 供方代码 + ------------------- ----------- ---------------------------- + price str 价格 + ------------------- ----------- ---------------------------- + status str 厂家协作能力质量情况及业绩 + ------------------- ----------- ---------------------------- + delivery_payment str 交货及支付条件 + =================== =========== ============================ + + +partial_update +^^^^^^^^^^^^^^^^^^^^^^ + 更新指定的标单供应关系 + + :patch:`PATCH` :code:`/api/supply_relationships/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单供应关系 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单供应关系 ID + ------------------- ----------- ---------------------------- + A bool A + ------------------- ----------- ---------------------------- + B bool B + ------------------- ----------- ---------------------------- + C int C + ------------------- ----------- ---------------------------- + D bool D + ------------------- ----------- ---------------------------- + E bool E + ------------------- ----------- ---------------------------- + F bool F + ------------------- ----------- ---------------------------- + G bool G + ------------------- ----------- ---------------------------- + scope str 认定业务范围 + ------------------- ----------- ---------------------------- + supplier_code str 供方代码 + ------------------- ----------- ---------------------------- + price str 价格 + ------------------- ----------- ---------------------------- + status str 厂家协作能力质量情况及业绩 + ------------------- ----------- ---------------------------- + delivery_payment str 交货及支付条件 + =================== =========== ============================ + + +read +^^^^^^^^^^^^^^^^^^^^^^ + 查看指定的标单供应关系 + + :get:`GET` :code:`/api/supply_relationships/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单供应关系 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单供应关系 ID + ------------------- ----------- ---------------------------- + A bool A + ------------------- ----------- ---------------------------- + B bool B + ------------------- ----------- ---------------------------- + C int C + ------------------- ----------- ---------------------------- + D bool D + ------------------- ----------- ---------------------------- + E bool E + ------------------- ----------- ---------------------------- + F bool F + ------------------- ----------- ---------------------------- + G bool G + ------------------- ----------- ---------------------------- + scope str 认定业务范围 + ------------------- ----------- ---------------------------- + supplier_code str 供方代码 + ------------------- ----------- ---------------------------- + price str 价格 + ------------------- ----------- ---------------------------- + status str 厂家协作能力质量情况及业绩 + ------------------- ----------- ---------------------------- + delivery_payment str 交货及支付条件 + =================== =========== ============================ + + +list +^^^^^^^^^^^^^^^^^^^^^^ + 查看所有的标单供应关系的摘要 + + :get:`GET` :code:`/api/supply_relationships/` + + =================== =========== ============================ + 参数 参数类型 描述 + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + ------------------- ----------- ---------------------------- + id str 标单供应关系 ID + ------------------- ----------- ---------------------------- + A bool A + ------------------- ----------- ---------------------------- + B bool B + ------------------- ----------- ---------------------------- + C int C + ------------------- ----------- ---------------------------- + D bool D + ------------------- ----------- ---------------------------- + E bool E + ------------------- ----------- ---------------------------- + F bool F + ------------------- ----------- ---------------------------- + G bool G + ------------------- ----------- ---------------------------- + scope str 认定业务范围 + ------------------- ----------- ---------------------------- + supplier_code str 供方代码 + ------------------- ----------- ---------------------------- + price str 价格 + ------------------- ----------- ---------------------------- + status str 厂家协作能力质量情况及业绩 + ------------------- ----------- ---------------------------- + delivery_payment str 交货及支付条件 + =================== =========== ============================ + + +delete +^^^^^^^^^^^^^^^^^^^^^^ + 删除指定的标单供应关系 + + :delete:`DELETE` :code:`/api/supply_relationships/{id}/` + + =================== =========== ============================ + 参数 参数类型 描述 + ------------------- ----------- ---------------------------- + id str 标单供应关系 ID + =================== =========== ============================ + + + =================== =========== ============================ + 返回字段 返回类型 描述 + =================== =========== ============================ + + + + +