From 99e5ccc3e971607a997af7b3f700d397049d300a Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 14 三月 2024 11:52:20 +0800 Subject: [PATCH] 查询销售明细单tab页信息 --- docs/docs.go | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 100 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 1455302..4bf4310 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -10653,16 +10653,22 @@ 1, 2, 3, - 4 + 4, + 5, + 6 ], "x-enum-comments": { + "InStock": "澶囪揣涓�", "OverCLose": "宸插叧闂�", "OverOutbound": "鍑哄簱瀹屾垚", "WaitConfirmed": "寰呯‘璁�", + "WaitDecompose": "寰呭垎瑙�", "WaitOutbound": "寰呭嚭搴�" }, "x-enum-varnames": [ "WaitConfirmed", + "WaitDecompose", + "InStock", "WaitOutbound", "OverOutbound", "OverCLose" @@ -11994,8 +12000,14 @@ "profit": { "type": "string" }, + "specs": { + "type": "string" + }, "total": { "type": "number" + }, + "type": { + "type": "string" }, "unit": { "type": "string" @@ -19324,6 +19336,12 @@ "$ref": "#/definitions/response.WorkOrderInfo" } }, + "outsourcingInfo": { + "type": "array", + "items": { + "$ref": "#/definitions/response.OutsourcingInfo" + } + }, "purchaseInfo": { "type": "array", "items": { @@ -19433,6 +19451,49 @@ } } }, + "response.OutsourcingInfo": { + "type": "object", + "properties": { + "amount": { + "description": "璁㈠崟鏁伴噺", + "type": "integer" + }, + "endTime": { + "type": "string" + }, + "finishAmount": { + "description": "瀹屾垚鏁伴噺", + "type": "integer" + }, + "outsourcingId": { + "description": "濮斿璁㈠崟id", + "type": "string" + }, + "outsourcingStatus": { + "type": "string" + }, + "productId": { + "type": "string" + }, + "productName": { + "type": "string" + }, + "specs": { + "description": "鐗╂枡瑙勬牸", + "type": "string" + }, + "startTime": { + "type": "string" + }, + "supplierName": { + "type": "string" + }, + "unit": { + "description": "鍗曚綅", + "type": "string" + } + } + }, "response.PlanResponse": { "type": "object", "properties": { @@ -19473,7 +19534,18 @@ "type": "object", "properties": { "amount": { + "description": "璁㈠崟鏁伴噺", "type": "integer" + }, + "finishAmount": { + "description": "瀹屾垚鏁伴噺", + "type": "integer" + }, + "productId": { + "type": "string" + }, + "productName": { + "type": "string" }, "purchaseName": { "type": "string" @@ -19481,10 +19553,18 @@ "purchaseNumber": { "type": "string" }, + "specs": { + "description": "鐗╂枡瑙勬牸", + "type": "string" + }, "status": { "type": "integer" }, "supplierName": { + "type": "string" + }, + "unit": { + "description": "鍗曚綅", "type": "string" } } @@ -19798,8 +19878,16 @@ "response.WorkOrderInfo": { "type": "object", "properties": { + "amount": { + "description": "璁㈠崟鏁伴噺", + "type": "integer" + }, "endTime": { "type": "string" + }, + "finishAmount": { + "description": "瀹屾垚鏁伴噺", + "type": "integer" }, "orderId": { "type": "string" @@ -19807,12 +19895,23 @@ "orderStatus": { "type": "string" }, + "productId": { + "type": "string" + }, "productName": { "type": "string" }, + "specs": { + "description": "鐗╂枡瑙勬牸", + "type": "string" + }, "startTime": { "type": "string" }, + "unit": { + "description": "鍗曚綅", + "type": "string" + }, "workOrderId": { "type": "string" }, -- Gitblit v1.8.0