Commit 638dab2a authored by 李苏's avatar 李苏 💬

增加搜索条件

parent c5e5f06b
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
cellStyle = ''; cellStyle = '';
} }
console.log(column); console.log(column);
if(column.property=="jhbz"){ if(column.property=="jhbz"){
return cellStyle return cellStyle
} }
}, },
...@@ -250,7 +250,28 @@ ...@@ -250,7 +250,28 @@
typeConfig: { typeConfig: {
src: "lxyl/common/queryXlk", src: "lxyl/common/queryXlk",
} }
} },
{
label: '物料编码',
prop: 'wlxxInfo',
span: 6,
type: 'input',
value: ''
},
{
label: "事务类型",
prop: "swlxid",
span: 6,
type: "RelSelect",
value: "",
typeConfig: {
src: "wms/ckgl/dbck/init/swlx",
match: {
value: "id",
label: "name"
}
}
},
] ]
], ],
/* 默认启停用 */ /* 默认启停用 */
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
cellStyle = ''; cellStyle = '';
} }
console.log(column); console.log(column);
if(column.property=="jhbz"){ if(column.property=="jhbz"){
return cellStyle return cellStyle
} }
}, },
...@@ -203,7 +203,30 @@ ...@@ -203,7 +203,30 @@
} }
} }
}, },
{
label: '物料编码',
prop: 'wlxxInfo',
span: 6,
type: 'input',
value: ''
},
],[
{
label: "事务类型",
prop: "swlxid",
span: 6,
type: "RelSelect",
value: "",
typeConfig: {
src: "wms/ckgl/dbck/init/swlx",
match: {
value: "id",
label: "name"
}
}
},
] ]
], ],
/* 默认启停用 */ /* 默认启停用 */
......
...@@ -190,6 +190,32 @@ ...@@ -190,6 +190,32 @@
} }
} }
}, },
{
label: '物料编码',
prop: 'wlxxInfo',
span: 6,
type: 'input',
value: ''
},
{
label: "事务类型",
prop: "swlxid",
span: 6,
type: "RelSelect",
value: "",
typeConfig: {
src: "wms/rkgl/rktz/init/swlx",
match: {
value: "id",
label: "name"
}
}
},
],
[
{ {
label: '创建人', label: '创建人',
prop: 'cjr', prop: 'cjr',
......
...@@ -151,7 +151,28 @@ ...@@ -151,7 +151,28 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
} },
{
label: '物料编码',
prop: 'wlxxInfo',
span: 6,
type: 'input',
value: ''
},
{
label: "事务类型",
prop: "swlxid",
span: 6,
type: "RelSelect",
value: "",
typeConfig: {
src: "wms/rkgl/rktz/init/swlx",
match: {
value: "id",
label: "name"
}
}
},
] ]
], ],
......
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