✨ feat(销售码单):码单显示行数修改为7条
This commit is contained in:
parent
bd1079c7b2
commit
6938162d1e
@ -75,7 +75,7 @@ export default (props: Props) => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
const query: any = {
|
const query: any = {
|
||||||
page_size: '4',
|
page_size: '7',
|
||||||
title: '面料销售电子确认单',
|
title: '面料销售电子确认单',
|
||||||
company: props.orderObj.company_name, // 后端公司
|
company: props.orderObj.company_name, // 后端公司
|
||||||
order_type: props.orderObj.sale_mode_name, // 类型:大货
|
order_type: props.orderObj.sale_mode_name, // 类型:大货
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user