@@ -82,7 +82,7 @@ export const option = {
label: '组织编码',
prop: 'orgCode',
minWidth: 120,
- search: true,
+ search: false,
rules: [{
required: true,
message: '请输入组织编码',
@@ -104,7 +104,7 @@ export const option = {
label: '客户编码',
prop: 'customerCode',
minWidth: 150,
message: '请输入客户编码',