Browse Source

WMS ——> bug 包装信息中包装名称查询不好使

hella_online_20240829
gaojs 4 months ago
parent
commit
4c8129fbfb
  1. 6
      src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts

6
src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts

@ -86,7 +86,7 @@ export const Itempackaging = useCrudSchemas(reactive<CrudSchema[]>([
label: '包装名称',
field: 'packName',
sort: 'custom',
isSearch: true,
isSearch: false,
table: {
width: 120
},
@ -101,7 +101,7 @@ export const Itempackaging = useCrudSchemas(reactive<CrudSchema[]>([
dictType: DICT_TYPE.PACK_UNIT_TYPE,
dictClass: 'string',
sort: 'custom',
isSearch: true,
isSearch: false,
table: {
width: 150
},
@ -110,7 +110,7 @@ export const Itempackaging = useCrudSchemas(reactive<CrudSchema[]>([
label: '包装数量',
field: 'packQty',
sort: 'custom',
isSearch: true,
isSearch: false,
table: {
width: 120
},

Loading…
Cancel
Save