企标高级查询
This commit is contained in:
+7
@@ -3985,6 +3985,13 @@ export default {
|
||||
type: 'like',
|
||||
value: value
|
||||
});
|
||||
}else if (value !== undefined && value !== null && value !== "" && item.attrField === 'VPPSCNBUSS') {
|
||||
advanceSearchVOList.push({
|
||||
connect: "and",
|
||||
field: 'CYCVPPSCN',
|
||||
type: 'like',
|
||||
value: value
|
||||
});
|
||||
}else if (value !== undefined && value !== null && value !== "") {
|
||||
advanceSearchVOList.push({
|
||||
connect: advanceSearchVOList.length > 0 ? "and" : "",
|
||||
|
||||
Reference in New Issue
Block a user