| | |
| | | type FileTemplateCategory int |
| | | |
| | | const ( |
| | | FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //入库-自制 |
| | | FileTemplateCategory_Output //出库 |
| | | FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //入库-自制 |
| | | FileTemplateCategory_Output //出库 |
| | | FileTemplateCategory_JialianInput = 14 //嘉联入库 |
| | | FileTemplateCategory_JialianOutput = 15 //嘉联出库 |
| | | ) |
| | | |
| | | type CodeStandardType string |
| | |
| | | CodeStandardType_Internal CodeStandardType = "调拨编码" |
| | | CodeStandardType_Disuse CodeStandardType = "仓库报废编码" |
| | | ) |
| | | |
| | | type OperationSource int |
| | | |
| | | const ( |
| | | OperationSourcePurchase OperationSource = 1 //采购入库 |
| | | OperationSourceProduction OperationSource = 2 //生产入库 |
| | | OperationSourceOutsourcing OperationSource = 3 //委外入库 |
| | | OperationSourceProductionApply OperationSource = 4 //生产领料 |
| | | OperationSourceOutsourcingApply OperationSource = 5 //委外领料 |
| | | OperationSourceSaleDelivery OperationSource = 6 //销售发货 |
| | | ) |