| | |
| | | FileTemplateCategory_JialianOutput1 = 15 //嘉联出库模块1 |
| | | FileWarehouseCategory_JialianInput2 = 16 //嘉联入库模板2 |
| | | FileWarehouseCategory_JialianOutput2 = 17 //嘉联出库模块2 |
| | | FileWarehouseCategory_JialianInput3 = 18 //嘉联物料导入入库模板3-丝绵 |
| | | ) |
| | | |
| | | type CodeStandardType string |
| | |
| | | type MiniDictType int |
| | | |
| | | const ( |
| | | StorageType MiniDictType = iota + 1 // 入库类型 |
| | | StockoutType // 出库类型 |
| | | TransferType // 调拨类型 |
| | | TakeStock // 盘点类型 |
| | | StorageType MiniDictType = iota + 1 // 入库类型 |
| | | StockoutType // 出库类型 |
| | | TransferType // 调拨类型 |
| | | TakeStockType // 盘点类型 |
| | | DisuseType // 报废类型 |
| | | ) |
| | | |
| | | const ( |