货无忧
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.

90 lines
1.4 KiB

12 months ago
export interface detailType {
2 years ago
/**
* */
12 months ago
dataList : {
2 years ago
/**
* */
12 months ago
orderCode : string | number;
/**
2 years ago
* */
12 months ago
packageBarCode : string | number;
2 years ago
/**
* */
12 months ago
goodsType ?: string | number;
2 years ago
/**
* */
12 months ago
isScan ?: string | number;
/**
* */
isScanStr ?: string;
/**
* */
StockUp ?: string | number;
/**
* */
12 months ago
materialName ?: string
2 years ago
}[];
/** ID
* */
12 months ago
stockArticleId : string;
2 years ago
/**
* */
12 months ago
orderStatus : string;
2 years ago
/** ID
* */
12 months ago
reservationId : string;
2 years ago
/** ID
* */
12 months ago
stockListId : string;
2 years ago
/**
* */
12 months ago
allocation : string;
2 years ago
/**
* */
12 months ago
pallet : string;
2 years ago
/**
* */
12 months ago
customer : string;
2 years ago
/**
* */
12 months ago
stockupArea : string;
2 years ago
/**
* */
12 months ago
planNum : string | number;
2 years ago
/**
* */
12 months ago
scanNum : string | number;
2 years ago
/**
* */
12 months ago
trays : string;
2 years ago
/**
* */
12 months ago
warehouseArea : string;
2 years ago
/**
* */
12 months ago
orderCode : string;
2 years ago
/**
* */
12 months ago
scancode : string;
/** id
* */
12 months ago
stockupId : string;
/**
* */
12 months ago
address : string;
/**
* */
12 months ago
isscan : boolean;
/** ID
* */
12 months ago
allocationId : string;
/**
* */
12 months ago
status : string | number;
typeService : number | string
/** 备货库位ID */
stockupAllocationId : string
/** 备货库位名称 */
stockupAllocationName : string
2 years ago
}