Browse Source

修改品番拉动配置

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

Loading…
Cancel
Save