diff --git a/src/views/stocked/NoOrMoveLibrary/index.vue b/src/views/stocked/NoOrMoveLibrary/index.vue index 6a854b8..0511f64 100644 --- a/src/views/stocked/NoOrMoveLibrary/index.vue +++ b/src/views/stocked/NoOrMoveLibrary/index.vue @@ -636,9 +636,9 @@ function changeFac(e: any) { state.queryParams.params.destinationErpFactory = e state.spcERPFactoryList = [] as any ERPLocationQuery() - if(e == "1010" || e == "1020") { + if(e == "1010" || e == "1020" || e == "1200") { state.spcERPFactoryList = state.ERPFactoryList.filter((item: any) => - (item.ERPFACTORY === "1010" || item.ERPFACTORY === "1020") + (item.ERPFACTORY === "1010" || item.ERPFACTORY === "1020" || item.ERPFACTORY === "1200") ) }else { state.spcERPFactoryList = state.ERPFactoryList.filter((item: any) =>