export const artStatus = { 0: '未入库', 1: '已入库', 2: '已出库', 3: '修复中', }; //入库记录状态 export const godownEntryStatus = { 0: '未签名', 1: '已入库', };