Browse Source

update: 库存查询字段name修改

xyh 2 năm trước cách đây
mục cha
commit
08d3a2aae2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/app/src/pages/stock/filter/state.ts

+ 1 - 1
packages/app/src/pages/stock/filter/state.ts

@@ -47,7 +47,7 @@ export const sourceMap: FilterGroupMap<typeof contextState> = new Map([
       value: 'supplierId',
     },
   ],
-  ['4', {label: 'WBS名称', type: 'field', value: 'wbs'}],
+  ['4', {label: 'WBS名称', type: 'field', value: 'wbsName'}],
   ['5', {label: '物料类别', type: 'field', value: 'partType'}],
   [
     '6',