fix: 1443 出库的状态与出库状态下拉框中数据不对应

This commit is contained in:
binbin_pan 2024-04-30 15:50:36 +08:00
parent 1ed94a6706
commit e1d74486b7
1 changed files with 2 additions and 2 deletions

View File

@ -325,8 +325,8 @@ export default {
proList: [], // proList: [], //
statusList: [ statusList: [
{ id: '33', name: '待出库' }, { id: '33', name: '待出库' },
{ id: '34', name: '出库中' }, { id: '34', name: '出库进行中' },
{ id: '35', name: '已出库' }, { id: '35', name: '完成' },
], // ], //
// //
typeList: [], typeList: [],