Commit efceba52 by zhuzhequan

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

parents 3bad2f17 27c8409e
...@@ -22,6 +22,7 @@ export interface SearchForm { ...@@ -22,6 +22,7 @@ export interface SearchForm {
productionClient: string productionClient: string
warehouseId: string | number warehouseId: string | number
thirdSkuCode: string thirdSkuCode: string
supplierProductNo:string
} }
export interface PodUsOrderListData { export interface PodUsOrderListData {
id: number id: number
...@@ -107,6 +108,7 @@ export interface ProductList { ...@@ -107,6 +108,7 @@ export interface ProductList {
isReplenishment?: boolean isReplenishment?: boolean
thirdSkuCode?: string | null thirdSkuCode?: string | null
supplierProductNo?: string | null supplierProductNo?: string | null
replenishmentSumNum?: number | null
} }
export interface cardImages { export interface cardImages {
title: string 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