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

38 lines
593 B

export interface detailType{
/**上一个页面带过去的数据
* */
items:any;
/**预约单ID
* */
reservationId:string|number;
/**包条码列表
* */
codelist:any;
/**打印包条码列表
* */
printlist:any;
/**打印数量
* */
packageNum:number
/**备货区
* */
goodsAreaName:string;
/**任务id
* */
stockupId:string;
/** 扫描类型
* */
stockPrint:string|number;
/** 客户名字
* */
customer:string;
/** 客户地址
* */
deliveryAddress:string;
/** 库位
* */
allocationId:string;
completeStact:boolean;
orderpackgedetails:any
}