货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
880 B

export interface detailType {
2 years ago
/**
* ID
* */
reservationId : string | number;
2 years ago
/**
*
* */
orderList : any;
2 years ago
/**
*
* */
stockList : any;
2 years ago
/**
*
* */
orderStatus : number;
/**
*
* */
zeroOrderList : any;
2 years ago
/**
*
* */
user : {
2 years ago
/**
*
* */
consignee : string;
2 years ago
/**
*
* */
goodsAreaName : string;
2 years ago
/**
*
* */
planNum : string;
2 years ago
/**
*
* */
scanNum : string;
2 years ago
}
/**
* ID
* */
stockupId : string;
/**
*
* */
items : any,
/**
*
*/
isscan : Boolean,
/**
*
*/
scancode : string,
trayId : string,
/**
*
*/
zeroOrderVisibi : boolean
2 years ago
}