Browse Source

物料库区配置隐藏部分搜索框

master_hella_20240701
chenfang 1 year ago
parent
commit
4f02affb58
  1. 14
      src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts

14
src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts

@ -67,7 +67,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
label: '入库包装规格', label: '入库包装规格',
field: 'inPackUnit', field: 'inPackUnit',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
table: { table: {
width: 150 width: 150
}, },
@ -94,7 +94,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
label: '出库包装规格', label: '出库包装规格',
field: 'outPackUnit', field: 'outPackUnit',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
table: { table: {
width: 150 width: 150
}, },
@ -186,7 +186,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
label: '补料来源库区', label: '补料来源库区',
field: 'repleinshFromArea', field: 'repleinshFromArea',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
table: { table: {
width: 150 width: 150
}, },
@ -228,7 +228,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
label: '管理精度', label: '管理精度',
field: 'manageMode', field: 'manageMode',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
dictType: DICT_TYPE.MANAGEMENT_MODE, dictType: DICT_TYPE.MANAGEMENT_MODE,
dictClass: 'string', dictClass: 'string',
// colorType: 'danger', // colorType: 'danger',
@ -301,7 +301,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', dictClass: 'string',
// colorType: 'danger', // colorType: 'danger',
@ -322,13 +322,13 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
label: '出库后剩余库存自动转换为出库包装规格', label: '出库后剩余库存自动转换为出库包装规格',
field: 'surplusToOutpackunit', field: 'surplusToOutpackunit',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
}, },
{ {
label: '超过高储是否允许叫料', label: '超过高储是否允许叫料',
field: 'allowIssueRequest', field: 'allowIssueRequest',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
}, },
{ {
label: '优先空库位', label: '优先空库位',

Loading…
Cancel
Save