| | |
| | | <Grid item xs={24} md={14}> |
| | | <Stack direction='row' gap={2}> |
| | | <NumberInput |
| | | label="table.field.asnOrderItem.asnId" |
| | | source="asnId" |
| | | label="table.field.asnOrderItem.orderId" |
| | | source="orderId" |
| | | readOnly |
| | | /> |
| | | <TextInput |
| | | label="table.field.asnOrderItem.asnCode" |
| | | source="asnCode" |
| | | label="table.field.asnOrderItem.orderCode" |
| | | source="orderCode" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | |
| | | parse={v => v} |
| | | readOnly |
| | | /> |
| | | {/* 包装已注释 |
| | | <TextInput |
| | | label="table.field.asnOrderItem.packName" |
| | | source="packName" |
| | | parse={v => v} |
| | | /> |
| | | */} |
| | | </Stack> |
| | | </Grid> |
| | | </Grid> |