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

去掉外部类显示

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