update 无来源转库,增加兴远泰工厂与泗洪、股份的转库
This commit is contained in:
parent
45cb42ca2e
commit
5e38979dbe
@ -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) =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user