Commit 6186b2b2 authored by XieZhiXiong's avatar XieZhiXiong
parents a2859a5a bcd533b4
......@@ -292,7 +292,7 @@ const detailInfo: React.FC<detailParams> = (props) => {
const fetchData = (params?: any) => {
return new Promise(resolve => {
PublicApi.getOrderRequisitionFormProductList({ ...params }).then(res => {
PublicApi.getOrderRequisitionFormProductList({id, ...params }).then(res => {
if (res.code === 1000) {
const arr: any[] = []
res.data.data.forEach((item: any, index: number) => {
......@@ -520,7 +520,7 @@ const detailInfo: React.FC<detailParams> = (props) => {
{data.type === 1 &&
<Form.Item name='shopIds' noStyle wrapperCol={{ span: 24 }}>
<Checkbox.Group disabled className={style.checkbox_wrap_style}>
<Row>
<Row gutter={[24,24]}>
{
goodAllIds.map((v: any, i: number) => {
return (
......
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