Commit 2141dff6 authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

去掉外部类显示

parent 2f0c22a7
...@@ -224,11 +224,6 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => { ...@@ -224,11 +224,6 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
<LogisticsCompanyMerchantsSelect /> <LogisticsCompanyMerchantsSelect />
</FormItem> </FormItem>
<FormItem <FormItem
rules={[
{
max: 20
}
]}
label={LogisticsNoLabel} name="logisticsNo"> label={LogisticsNoLabel} name="logisticsNo">
<Input maxLength={20} /> <Input maxLength={20} />
</FormItem> </FormItem>
......
...@@ -45,12 +45,12 @@ const DeliveryNoteDetails: React.FC = () => { ...@@ -45,12 +45,12 @@ const DeliveryNoteDetails: React.FC = () => {
name: `${Material.name}(${values[1].totalCount})` name: `${Material.name}(${values[1].totalCount})`
} }
}, },
{ // {
...ExternalRoamRecord, // ...ExternalRoamRecord,
...{ // ...{
name: `${ExternalRoamRecord.name}(${values[0].outerHistoryList.length})` // name: `${ExternalRoamRecord.name}(${values[0].outerHistoryList.length})`
} // }
} // }
]) ])
}) })
...@@ -165,7 +165,7 @@ const DeliveryNoteDetails: React.FC = () => { ...@@ -165,7 +165,7 @@ const DeliveryNoteDetails: React.FC = () => {
/> />
</ListInfo> </ListInfo>
<ListInfo className='mt-15' title={ExternalRoamRecord.name} id={ExternalRoamRecord.key} cols={1}> {/* <ListInfo className='mt-15' title={ExternalRoamRecord.name} id={ExternalRoamRecord.key} cols={1}>
<Table <Table
columns={[ columns={[
...ExternalRoamRecordTableColumn, ...ExternalRoamRecordTableColumn,
...@@ -173,7 +173,7 @@ const DeliveryNoteDetails: React.FC = () => { ...@@ -173,7 +173,7 @@ const DeliveryNoteDetails: React.FC = () => {
rowKey="id" rowKey="id"
dataSource={outerHistoryList} dataSource={outerHistoryList}
/> />
</ListInfo> </ListInfo> */}
</AnchorPage> </AnchorPage>
) )
......
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