|
|
@@ -65,7 +65,7 @@ func QueryDeliveryGoodsDetail(c *gin.Context) {
|
|
|
type QryContractReq struct {
|
|
|
AreadUserId int64 `form:"areauserid" binding:"required"` // 所属机构Id
|
|
|
CONTRACTTYPE int32 `form:"contracttype"` // 合同类型 1-采购, -1-销售
|
|
|
- QUERYTYPE int32 `form:"querytype" binding:"required"` // 查询类型 1-全部 2-待点价 3-履约结算 4-已完成
|
|
|
+ QUERYTYPE int32 `form:"querytype" binding:"required"` // 查询类型
|
|
|
USERID int64 `form:"userid"` // 用户Id
|
|
|
USERTYPE int32 `form:"usertype"` // 用户类型
|
|
|
CONTRACTID string `form:"contractid"` // 合同ID(SpotContractId)
|
|
|
@@ -76,7 +76,7 @@ type QryContractReq struct {
|
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
|
// @Param areauserid query int true "所属机构ID"
|
|
|
-// @Param querytype query int true "查询类型 1-全部 2-待点价 3-履约结算 4-已完成"
|
|
|
+// @Param querytype query int true "查询类型 1-未提交 2-待审核 3-履约中 4-已完成"
|
|
|
// @Param userid query int false "用户ID"
|
|
|
// @Param usertype query int false "用户类型 2-机构 7-企业成员"
|
|
|
// @Param contractid query string false "合同ID(SpotContractId)"
|