Browse Source

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

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

Loading…
Cancel
Save