From da3e478917dea118df075357cbd2e6f10833d9c6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 14 六月 2024 20:08:22 +0800
Subject: [PATCH] 商品调整验证后生成入库单和出库单
---
docs/swagger.yaml | 91 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 90 insertions(+), 1 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index d8fb65a..206520a 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -311,6 +311,14 @@
- WhetherTypeAsk
- WhetherTypeAlways
- ReservationNever
+ gorm.DeletedAt:
+ properties:
+ time:
+ type: string
+ valid:
+ description: Valid is true if Time is not NULL
+ type: boolean
+ type: object
inventory_order.WorkerInfo:
properties:
id:
@@ -330,6 +338,34 @@
$ref: '#/definitions/constvar.FileType'
id:
type: integer
+ type: object
+ models.Attribute:
+ properties:
+ createdAt:
+ type: string
+ dataType:
+ description: 鍊肩被鍨嬶紙1瀛楃涓� 2 int 3 涓嬫媺妗� 锛�
+ type: integer
+ deletedAt:
+ $ref: '#/definitions/gorm.DeletedAt'
+ entityType:
+ description: 缁欒皝鐢ㄧ殑 1 鐗╂枡锛堜骇鍝侊級
+ type: integer
+ id:
+ type: integer
+ name:
+ description: 灞炴�у悕绉�
+ type: string
+ selectValues:
+ description: dateType=3鏃剁敤
+ items:
+ type: string
+ type: array
+ updatedAt:
+ type: string
+ value:
+ description: 浠嶢ttributeValue鍙栧埌鐨剉alue
+ type: string
type: object
models.Company:
properties:
@@ -496,6 +532,11 @@
attachmentList:
items:
$ref: '#/definitions/models.Attachment'
+ type: array
+ attributes:
+ description: 鍔ㄦ�佸睘鎬�
+ items:
+ $ref: '#/definitions/models.Attribute'
type: array
autoIncr:
type: integer
@@ -809,6 +850,10 @@
allOf:
- $ref: '#/definitions/constvar.BaseOperationType'
description: 鍩虹浣滀笟绫诲瀷
+ checkedAt:
+ type: string
+ checkedBy:
+ type: string
comment:
type: string
companyID:
@@ -818,6 +863,8 @@
contacterID:
type: integer
contacterName:
+ type: string
+ createBy:
type: string
createTime:
type: string
@@ -923,6 +970,8 @@
type: integer
id:
type: integer
+ note:
+ type: string
operationId:
description: 鎿嶄綔id
type: integer
@@ -1037,6 +1086,7 @@
amount:
type: number
floating:
+ description: 鏄惁娴姩鍒╃巼
type: boolean
unit:
type: string
@@ -1512,11 +1562,20 @@
properties:
condition:
type: string
+ keyword:
+ description: 鍏抽敭瀛楁悳绱�
+ type: string
+ locationId:
+ description: 浣嶇疆ID
+ type: integer
page:
description: 椤电爜
type: integer
pageSize:
description: 姣忛〉澶у皬
+ type: integer
+ warehouseId:
+ description: 浠撳簱ID
type: integer
type: object
request.OperationDetails:
@@ -1858,18 +1917,38 @@
amount:
description: 鍦ㄥ簱鏁伴噺
type: number
+ amountMoreUnits:
+ description: 鍦ㄥ簱鏁伴噺澶氬崟浣�
+ items:
+ $ref: '#/definitions/models.UnitItems'
+ type: array
availableNumber:
description: 鍙敤搴撳瓨
type: number
+ availableNumberMoreUnits:
+ description: 鍙敤搴撳瓨澶氬崟浣�
+ items:
+ $ref: '#/definitions/models.UnitItems'
+ type: array
cost:
description: 鎴愭湰
type: number
in:
description: 鍏ュ簱
type: number
+ inMoreUnits:
+ description: 鍏ュ簱澶氬崟浣�
+ items:
+ $ref: '#/definitions/models.UnitItems'
+ type: array
out:
description: 鍑哄簱
type: number
+ outMoreUnits:
+ description: 鍑哄簱澶氬崟浣�
+ items:
+ $ref: '#/definitions/models.UnitItems'
+ type: array
produceId:
description: 浜у搧id
type: string
@@ -1891,6 +1970,11 @@
amount:
description: 鏁伴噺
type: number
+ amountMoreUnits:
+ description: 鍦ㄥ簱鏁伴噺澶氬崟浣�
+ items:
+ $ref: '#/definitions/models.UnitItems'
+ type: array
locationId:
description: 浣嶇疆id
type: integer
@@ -3073,7 +3157,8 @@
/api-wms/v1/operationType/operationType:
get:
parameters:
- - in: query
+ - description: 鍏抽敭瀛楁悳绱�
+ in: query
name: keyword
type: string
- description: 椤电爜
@@ -3084,6 +3169,10 @@
in: query
name: pageSize
type: integer
+ - description: 浠撳簱id
+ in: query
+ name: warehouseId
+ type: integer
produces:
- application/json
responses:
--
Gitblit v1.8.0