Browse Source

修改品番拉动配置

intex
叶佳兴 2 days ago
parent
commit
ef7dbd8ce0
  1. 20
      src/views/wms/basicDataManage/itemPull/itemPull.data.ts

20
src/views/wms/basicDataManage/itemPull/itemPull.data.ts

@ -54,8 +54,7 @@ export const ItemPull = useCrudSchemas(
sort: 'custom',
isSearch: true,
table: {
width: 180,
width: 180
},
form: {
// labelMessage: '信息提示说明!!!',
@ -142,7 +141,7 @@ export const ItemPull = useCrudSchemas(
sort: 'custom',
isSearch: true,
table: {
width: 150,
width: 150
},
form: {
// labelMessage: '信息提示说明!!!',
@ -188,14 +187,21 @@ export const ItemPull = useCrudSchemas(
},
{
label: '拉动方式',
field: 'pullType',
sort: 'custom',
field: 'pullTypeList',
dictType: DICT_TYPE.PULL_TYPE,
dictClass: 'string',
isSearch: true,
// dictAllOption:true,// 全选按钮
// dictAllValue:'全选',
isTable: true,
sort: 'custom',
table: {
width: 120
width: 180
},
form: {
component: 'Select',
componentProps: {
multiple: true
}
}
},
{

Loading…
Cancel
Save