| | |
| | | {translate('common.edit.title.main')} |
| | | </Typography> |
| | | <Stack direction='row' gap={2}> |
| | | <TextInput |
| | | {/* <TextInput |
| | | label="table.field.outStock.code" |
| | | source="code" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | /> */} |
| | | <TextInput |
| | | label="table.field.outStock.poCode" |
| | | source="poCode" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <AutocompleteInput |
| | | {/* <AutocompleteInput |
| | | choices={dicts} |
| | | optionText="label" |
| | | label="table.field.outStock.type" |
| | |
| | | optionValue="value" |
| | | parse={v => v} |
| | | readOnly |
| | | /> */} |
| | | <TextInput |
| | | label="table.field.outStock.wkType" |
| | | source="wkType$" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <AutocompleteInput |
| | | {/* <AutocompleteInput |
| | | choices={business} |
| | | optionText="label" |
| | | label="table.field.outStock.wkType" |
| | | source="wkType" |
| | | source="wkType$" |
| | | optionValue="value" |
| | | parse={v => v} |
| | | readOnly |
| | | /> |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | /> */} |
| | | <TextInput |
| | | label="table.field.outStock.logisNo" |
| | | source="logisNo" |
| | | label="table.field.outStock.saleDate" |
| | | source="businessTime" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <DateInput |
| | | </Stack> |
| | | <Stack direction='row' gap={2}> |
| | | {/* 银座新增 */} |
| | | <TextInput |
| | | label="table.field.outStock.saleOrgName" |
| | | source="saleOrgName" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <TextInput |
| | | label="table.field.outStock.saleUserName" |
| | | source="saleUserName" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <TextInput |
| | | label="table.field.outStock.customerId" |
| | | source="customerId" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | <TextInput |
| | | label="table.field.outStock.customerName" |
| | | source="customerName" |
| | | readOnly |
| | | parse={v => v} |
| | | /> |
| | | {/* <TextInput |
| | | label="table.field.outStock.logisNo" |
| | | source="logisNo" |
| | | readOnly |
| | | parse={v => v} |
| | | /> */} |
| | | |
| | | {/* <DateInput |
| | | label="table.field.outStock.arrTime" |
| | | source="arrTime" |
| | | readOnly |
| | | /> |
| | | <SelectInput |
| | | /> */} |
| | | {/* <SelectInput |
| | | label="table.field.outStock.rleStatus" |
| | | source="rleStatus" |
| | | readOnly |
| | |
| | | { id: 1, name: ' 已释放' }, |
| | | ]} |
| | | validate={required()} |
| | | /> |
| | | /> */} |
| | | </Stack> |
| | | </Grid> |
| | | </Grid> |