Commit fe9dd3d9 authored by wuhao's avatar wuhao 🎯

asder

parent 91aecefd
...@@ -86,7 +86,6 @@ function getcolumns(setdrawer) { ...@@ -86,7 +86,6 @@ function getcolumns(setdrawer) {
placeholder: '请选择', placeholder: '请选择',
showSearch: true, showSearch: true,
}, },
valueType: 'select', valueType: 'select',
options: { path: '/auth/sysFactory/getAllFactorySelection', params: {} }, options: { path: '/auth/sysFactory/getAllFactorySelection', params: {} },
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] }, formItemProps: { rules: [{ required: true, message: '此项为必填项' }] },
......
...@@ -189,6 +189,8 @@ function getcolumns(setDrawer, ifs, formRef) { ...@@ -189,6 +189,8 @@ function getcolumns(setDrawer, ifs, formRef) {
}, },
width: 120, width: 120,
valueType: 'select', valueType: 'select',
searchKey: 'factoryNames',
searchValueType: 'input',
options: { path: '/auth/sysFactory/getAllFactorySelection', params: {} }, options: { path: '/auth/sysFactory/getAllFactorySelection', params: {} },
}, },
{ {
...@@ -199,6 +201,8 @@ function getcolumns(setDrawer, ifs, formRef) { ...@@ -199,6 +201,8 @@ function getcolumns(setDrawer, ifs, formRef) {
showSearch: true, showSearch: true,
mode: 'multiple', mode: 'multiple',
}, },
searchKey: 'shopNames',
searchValueType: 'input',
width: 120, width: 120,
valueType: 'select', valueType: 'select',
options: { options: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment