update 无来源转库,优化库存组织下拉框
This commit is contained in:
parent
5e38979dbe
commit
e10a057433
@ -673,9 +673,9 @@ function ERPFactoryQuery() {
|
||||
state.ERPFactoryList.unshift({
|
||||
ERPFACTORY: ''
|
||||
})
|
||||
if(state.queryParams.params.ERPFACTORY == "1010" || state.queryParams.params.ERPFACTORY == "1020") {
|
||||
if(state.queryParams.params.ERPFACTORY == "1010" || state.queryParams.params.ERPFACTORY == "1020" || state.queryParams.params.ERPFACTORY == "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