This commit is contained in:
2023-09-01 10:24:42 +08:00
parent b546970e6f
commit 91f94aac2e

View File

@@ -582,19 +582,19 @@ export default {
this.array1 = res.standStock this.array1 = res.standStock
this.array1.map(el => { this.array1.map(el => {
if (el.standStatus === '1') { if (el.standStatus === '1') {
return el.standStatusName = '静置中' el.standStatusName = '静置中'
} }
if (el.standStatus === '2') { if (el.standStatus === '2') {
return el.standStatusName = '静置完成' el.standStatusName = '静置完成'
} }
if (el.standStatus === '3') { if (el.standStatus === '3') {
return el.standStatusName = '强制静置完成' el.standStatusName = '强制静置完成'
} }
if (el.standStatus === '4') { if (el.standStatus === '4') {
return el.standStatusName = '静置超时' el.standStatusName = '静置超时'
} }
if (el.standStatus === '5') { if (el.standStatus === '5') {
return el.standStatusName = '强制静置超时' el.standStatusName = '强制静置超时'
} }
}) })
this.array2 = res.frontWarehouseStock this.array2 = res.frontWarehouseStock