Commit efceba52 by zhuzhequan

Merge remote-tracking branch 'origin/dev' into dev

parents 3bad2f17 27c8409e
......@@ -22,6 +22,7 @@ export interface SearchForm {
productionClient: string
warehouseId: string | number
thirdSkuCode: string
supplierProductNo:string
}
export interface PodUsOrderListData {
id: number
......@@ -107,6 +108,7 @@ export interface ProductList {
isReplenishment?: boolean
thirdSkuCode?: string | null
supplierProductNo?: string | null
replenishmentSumNum?: number | null
}
export interface cardImages {
title: string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment