update 无来源转库,增加兴远泰工厂与泗洪、股份的转库

This commit is contained in:
18110972313 2025-05-17 09:28:57 +08:00
parent 45cb42ca2e
commit 5e38979dbe

View File

@ -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) =>