You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
35 lines
1.3 KiB
//dev
|
|
{
|
|
"Settings": {
|
|
"AutoCreatePurchaseReceiptJobByArriveNotice": "true",
|
|
"AutoCreateDeliverRequestByCustomerAsn": "true",
|
|
"AutoCreatePreparationPlanByProductionPlan": "true",
|
|
"AutoCreateArriveNoticeBySupplierAsn": "true",
|
|
"AutoCreateTraceBack": "false",
|
|
"AutoCreateOfflineSettlement": "false",
|
|
"DefaultJisDeliverCount": "10",
|
|
//允许上架的库存状态 逗号隔开
|
|
"AllowPutawayInventoryStatus": "INSP,OK",
|
|
//计算库存容量的库位类型
|
|
"SwitchCheckEnumLocationTypeCalculationAvailableCapacity": "RAW",
|
|
//检查一下库位类型的 库位和零件对应关系
|
|
"SwitchCheckItemStoreRelationEnumLocationTypes": "RAW,FG,SEMI",
|
|
//线边补料去批次
|
|
"WIPSwitchIssueIsRemoveLot": "true",
|
|
//线边补料去箱码
|
|
"WIPSwitchIssueIsRemovePackingCode": "true",
|
|
//线边补料去托码
|
|
"WIPSwitchIssueIsRemoveContainerCode": "true",
|
|
//半成品补料去批次
|
|
"SEMISwitchIssueIsRemoveLot": "true",
|
|
//半成品补料去箱码
|
|
"SEMISwitchIssueIsRemovePackingCode": "true",
|
|
//半成品补料去托码
|
|
"SEMISwitchIssueIsRemoveContainerCode": "true",
|
|
//是否在计算库存容量时忽略没有映射关系的零件
|
|
"IsIgnoreNoItemStoreRelationRepository": "true",
|
|
//允许补料的库位
|
|
"AllowIssueLoacationTypes": "RAW,SEMI"
|
|
},
|
|
"IsMultiTenancy": true
|
|
}
|