|
|
@@ -1365,6 +1365,282 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/Ermcp/QueryBusinessDj": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "企业风险管理(app)"
|
|
|
+ ],
|
|
|
+ "summary": "查询业务管理(点价)(对应菜单:业务管理/点价)",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户ID",
|
|
|
+ "name": "UserId",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "现货合同ID, 不填则查所有",
|
|
|
+ "name": "relatedid",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "申请状态(逗号隔开) 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "name": "applystatus",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/ermcp.QryBusinessDjRsp"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "/Ermcp/QueryBusinessFp": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "企业风险管理(app)"
|
|
|
+ ],
|
|
|
+ "summary": "查询财务管理(发票)(对应菜单:财务管理/发票)",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户ID",
|
|
|
+ "name": "UserId",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "现货合同ID, 不填则查所有",
|
|
|
+ "name": "relatedid",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "申请状态(逗号隔开) 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "name": "applystatus",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/ermcp.QryBussinessFpRsp"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "/Ermcp/QueryBusinessJs": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "企业风险管理(app)"
|
|
|
+ ],
|
|
|
+ "summary": "查询业务管理(结算)(对应菜单:业务管理/结算)",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户ID",
|
|
|
+ "name": "UserId",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "现货合同ID, 不填则查所有",
|
|
|
+ "name": "relatedid",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "操作申请id",
|
|
|
+ "name": "operateapplyid",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "申请状态(逗号隔开) 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "name": "applystatus",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/ermcp.QryBussinessJsRsp"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "/Ermcp/QueryBusinessJsEx": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "企业风险管理(app)"
|
|
|
+ ],
|
|
|
+ "summary": "查询业务管理(结算)(对应菜单:业务管理/结算[拆分记录])",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户ID",
|
|
|
+ "name": "UserId",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "现货合同ID, 不填则查所有",
|
|
|
+ "name": "relatedid",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "申请状态(逗号隔开) 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "name": "applystatus",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/ermcp.QryBussinessJsExRsp"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "/Ermcp/QueryBusinessKx": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "企业风险管理(app)"
|
|
|
+ ],
|
|
|
+ "summary": "查询财务管理(款项)(对应菜单:财务管理/款项)",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户ID",
|
|
|
+ "name": "UserId",
|
|
|
+ "in": "query",
|
|
|
+ "required": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "现货合同ID, 不填则查所有",
|
|
|
+ "name": "relatedid",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "description": "申请状态(逗号隔开) 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "name": "applystatus",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/ermcp.QryBussinessKxRsp"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/Ermcp/QueryChangeLog": {
|
|
|
"get": {
|
|
|
"security": [
|
|
|
@@ -9057,6 +9333,651 @@ var doc = `{
|
|
|
"ermcp.QryAvalidGPRsp": {
|
|
|
"$ref": "#/definitions/models.ErmcpAvalidGoodsGroupModel"
|
|
|
},
|
|
|
+ "ermcp.QryBusinessDjRsp": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "amount": {
|
|
|
+ "description": "点价金额=(点价价格+升贴水)*点价数量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "applyid": {
|
|
|
+ "description": "申请人",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applyname": {
|
|
|
+ "description": "申请人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applystatus": {
|
|
|
+ "description": "申请状态 - 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "applytime": {
|
|
|
+ "description": "申请时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "attachurl": {
|
|
|
+ "description": "附件",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditid": {
|
|
|
+ "description": "审核人ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "audittime": {
|
|
|
+ "description": "审核时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "buyusername": {
|
|
|
+ "description": "采购方名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractno": {
|
|
|
+ "description": "合同编号",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractstatus": {
|
|
|
+ "description": "合同状态- 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "contracttype": {
|
|
|
+ "description": "现货合同类型 - 1:采购 -1:销售",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodscode": {
|
|
|
+ "description": "现货品种代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "deliverygoodsid": {
|
|
|
+ "description": "现货商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodsname": {
|
|
|
+ "description": "现货品种名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodscode": {
|
|
|
+ "description": "点价合约",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsname": {
|
|
|
+ "description": "商品名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplyid": {
|
|
|
+ "description": "操作申请ID(603+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplytype": {
|
|
|
+ "description": "操作申请类型 - 1:点价 2:结算登记 3:款项登记 4:发票登记",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "pricedPrice": {
|
|
|
+ "description": "点价价格(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricedQty": {
|
|
|
+ "description": "点价数量(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricemove": {
|
|
|
+ "description": "升贴水",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricetype": {
|
|
|
+ "description": "定价类型 - 1:一口价 2:点价 3:暂定价",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "relatedid": {
|
|
|
+ "description": "现货合同ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "sellusername": {
|
|
|
+ "description": "销售方名字",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardcode": {
|
|
|
+ "description": "品类代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "品类id",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardname": {
|
|
|
+ "description": "品类名称",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ermcp.QryBussinessFpRsp": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "applyid": {
|
|
|
+ "description": "申请人",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applyname": {
|
|
|
+ "description": "申请人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applystatus": {
|
|
|
+ "description": "申请状态 - 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "applytime": {
|
|
|
+ "description": "申请时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "attachurl": {
|
|
|
+ "description": "附件",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditid": {
|
|
|
+ "description": "审核人ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "audittime": {
|
|
|
+ "description": "审核时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "buyusername": {
|
|
|
+ "description": "采购方名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractno": {
|
|
|
+ "description": "合同编号",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractstatus": {
|
|
|
+ "description": "合同状态- 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "contracttype": {
|
|
|
+ "description": "现货合同类型 - 1:采购 -1:销售",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodscode": {
|
|
|
+ "description": "现货品种代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "deliverygoodsid": {
|
|
|
+ "description": "现货商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodsname": {
|
|
|
+ "description": "现货品种名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodscode": {
|
|
|
+ "description": "点价合约",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsname": {
|
|
|
+ "description": "商品名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "invoiceAmount": {
|
|
|
+ "description": "已开收票金额(销售为开票,采购为收票)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "operateapplyid": {
|
|
|
+ "description": "操作申请ID(603+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplytype": {
|
|
|
+ "description": "操作申请类型 - 1:点价 2:结算登记 3:款项登记 4:发票登记",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "pricemove": {
|
|
|
+ "description": "升贴水",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricetype": {
|
|
|
+ "description": "定价类型 - 1:一口价 2:点价 3:暂定价",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "relatedid": {
|
|
|
+ "description": "现货合同ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "sellusername": {
|
|
|
+ "description": "销售方名字",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardcode": {
|
|
|
+ "description": "品类代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "品类id",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardname": {
|
|
|
+ "description": "品类名称",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ermcp.QryBussinessJsExRsp": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "applyid": {
|
|
|
+ "description": "申请人",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applyname": {
|
|
|
+ "description": "申请人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applystatus": {
|
|
|
+ "description": "申请状态 - 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "applytime": {
|
|
|
+ "description": "申请时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "attachurl": {
|
|
|
+ "description": "附件",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditid": {
|
|
|
+ "description": "审核人ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "audittime": {
|
|
|
+ "description": "审核时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "buyusername": {
|
|
|
+ "description": "采购方名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractno": {
|
|
|
+ "description": "合同编号",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractstatus": {
|
|
|
+ "description": "合同状态- 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "contracttype": {
|
|
|
+ "description": "现货合同类型 - 1:采购 -1:销售",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodscode": {
|
|
|
+ "description": "现货品种代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "deliverygoodsid": {
|
|
|
+ "description": "现货商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodsname": {
|
|
|
+ "description": "现货品种名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodscode": {
|
|
|
+ "description": "点价合约",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsname": {
|
|
|
+ "description": "商品名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplyid": {
|
|
|
+ "description": "操作申请ID(603+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplytype": {
|
|
|
+ "description": "操作申请类型 - 1:点价 2:结算登记 3:款项登记 4:发票登记",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "pricemove": {
|
|
|
+ "description": "升贴水",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricetype": {
|
|
|
+ "description": "定价类型 - 1:一口价 2:点价 3:暂定价",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "reckontype": {
|
|
|
+ "description": "结算类型",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "reckonvalue": {
|
|
|
+ "description": "值",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "relatedid": {
|
|
|
+ "description": "现货合同ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "sellusername": {
|
|
|
+ "description": "销售方名字",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardcode": {
|
|
|
+ "description": "品类代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "品类id",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardname": {
|
|
|
+ "description": "品类名称",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ermcp.QryBussinessJsRsp": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "addmargin": {
|
|
|
+ "description": "追加保证金(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "applyid": {
|
|
|
+ "description": "申请人",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applyname": {
|
|
|
+ "description": "申请人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applystatus": {
|
|
|
+ "description": "申请状态 - 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "applytime": {
|
|
|
+ "description": "申请时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "attachurl": {
|
|
|
+ "description": "附件",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditid": {
|
|
|
+ "description": "审核人ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "audittime": {
|
|
|
+ "description": "审核时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "buyusername": {
|
|
|
+ "description": "采购方名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractno": {
|
|
|
+ "description": "合同编号",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractstatus": {
|
|
|
+ "description": "合同状态- 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "contracttype": {
|
|
|
+ "description": "现货合同类型 - 1:采购 -1:销售",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "decmargin": {
|
|
|
+ "description": "减少保证金(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "deliverygoodscode": {
|
|
|
+ "description": "现货品种代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "deliverygoodsid": {
|
|
|
+ "description": "现货商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodsname": {
|
|
|
+ "description": "现货品种名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodscode": {
|
|
|
+ "description": "点价合约",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsname": {
|
|
|
+ "description": "商品名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplyid": {
|
|
|
+ "description": "操作申请ID(603+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplytype": {
|
|
|
+ "description": "操作申请类型 - 1:点价 2:结算登记 3:款项登记 4:发票登记",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "pricemove": {
|
|
|
+ "description": "升贴水",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricetype": {
|
|
|
+ "description": "定价类型 - 1:一口价 2:点价 3:暂定价",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "reckonadjustamount": {
|
|
|
+ "description": "结算调整金额(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "reckonosamount": {
|
|
|
+ "description": "结算溢短金额(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "reckonotheramount": {
|
|
|
+ "description": "结算其他费用(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "reckonrealqty": {
|
|
|
+ "description": "结算实际数量(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "relatedid": {
|
|
|
+ "description": "现货合同ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "sellusername": {
|
|
|
+ "description": "销售方名字",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardcode": {
|
|
|
+ "description": "品类代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "品类id",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardname": {
|
|
|
+ "description": "品类名称",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ermcp.QryBussinessKxRsp": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "applyid": {
|
|
|
+ "description": "申请人",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applyname": {
|
|
|
+ "description": "申请人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "applystatus": {
|
|
|
+ "description": "申请状态 - 1:待审核 2:审核通过 3:审核拒绝 4:处理失败 5:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "applytime": {
|
|
|
+ "description": "申请时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "attachurl": {
|
|
|
+ "description": "附件",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditid": {
|
|
|
+ "description": "审核人ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "audittime": {
|
|
|
+ "description": "审核时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "buyusername": {
|
|
|
+ "description": "采购方名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractno": {
|
|
|
+ "description": "合同编号",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "contractstatus": {
|
|
|
+ "description": "合同状态- 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "contracttype": {
|
|
|
+ "description": "现货合同类型 - 1:采购 -1:销售",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deductamount": {
|
|
|
+ "description": "退款(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "deliverygoodscode": {
|
|
|
+ "description": "现货品种代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "deliverygoodsid": {
|
|
|
+ "description": "现货商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodsname": {
|
|
|
+ "description": "现货品种名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodscode": {
|
|
|
+ "description": "点价合约",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsname": {
|
|
|
+ "description": "商品名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "kxtype": {
|
|
|
+ "description": "款项类型 1-收付款(PayAmount字段有值) 2-退款(DeductAmount字段有值) 3-收付款/退款(2个字段都有)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "operateapplyid": {
|
|
|
+ "description": "操作申请ID(603+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "operateapplytype": {
|
|
|
+ "description": "操作申请类型 - 1:点价 2:结算登记 3:款项登记 4:发票登记",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "payamount": {
|
|
|
+ "description": "收付款(非必填)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricemove": {
|
|
|
+ "description": "升贴水",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "pricetype": {
|
|
|
+ "description": "定价类型 - 1:一口价 2:点价 3:暂定价",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "relatedid": {
|
|
|
+ "description": "现货合同ID",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "sellusername": {
|
|
|
+ "description": "销售方名字",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardcode": {
|
|
|
+ "description": "品类代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "品类id",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardname": {
|
|
|
+ "description": "品类名称",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"ermcp.QryGGCovertCfgRsp": {
|
|
|
"$ref": "#/definitions/models.ErmcpGGConvertCfg"
|
|
|
},
|