| | |
| | | import container from './container'; |
| | | import contract from './contract'; |
| | | import qlyInspect from './qlyInspect'; |
| | | import qlyIsptItem from './qlyIsptItem'; |
| | | import dictType from './system/dicts/dictType'; |
| | | import companys from './basicInfo/companys'; |
| | | import locType from './basicInfo/locType'; |
| | |
| | | import serialRule from './system/serialRule'; |
| | | import whMat from './basicInfo/whMat'; |
| | | import asnOrder from './orders/asnOrder'; |
| | | import purchase from './purchase'; |
| | | import purchase from './orders/purchase'; |
| | | import fields from './fields'; |
| | | import fieldsItem from './fieldsItem'; |
| | | import warehouseAreasItem from './warehouseAreasItem'; |
| | |
| | | |
| | | const filters = [ |
| | | <SearchInput source="condition" alwaysOn />, |
| | | |
| | | <NumberInput source="ispectId" label="table.field.qlyIsptItem.ispectId" />, |
| | | <TextInput source="matnrCode" label="table.field.qlyIsptItem.matnrCode" />, |
| | | <TextInput source="maktx" label="table.field.qlyIsptItem.maktx" />, |
| | |
| | | <NumberInput source="disQty" label="table.field.qlyIsptItem.disQty" />, |
| | | <NumberInput source="safeQty" label="table.field.qlyIsptItem.safeQty" />, |
| | | <TextInput source="picPath" label="table.field.qlyIsptItem.picPath" />, |
| | | |
| | | <TextInput label="common.field.memo" source="memo" />, |
| | | <SelectInput |
| | | label="common.field.status" |
| | |
| | | this.memo = memo; |
| | | } |
| | | |
| | | // WarehouseAreas warehouseAreas = new WarehouseAreas( |
| | | // null, // 编号 |
| | | // null, // 名称 |
| | | // null, // 编码 |
| | | // null, // 货主标识(*) |
| | | // null, // 供应商标识 |
| | | // null, // 允许负库存(*) |
| | | // null, // 是否标签管理(*)[非空] |
| | | // null, // 支持混放(*)[非空] |
| | | // null, // 状态[非空] |
| | | // null, // 是否删除[非空] |
| | | // null, // 租户 |
| | | // null, // 添加人员 |
| | | // null, // 添加时间[非空] |
| | | // null, // 修改人员 |
| | | // null, // 修改时间[非空] |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | public String getShipperId$(){ |
| | | CompanysService service = SpringUtils.getBean(CompanysService.class); |
| | | Companys shipper = service.getById(this.shipperId); |