Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
+7
@@ -3985,6 +3985,13 @@ export default {
|
|||||||
type: 'like',
|
type: 'like',
|
||||||
value: value
|
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 !== "") {
|
}else if (value !== undefined && value !== null && value !== "") {
|
||||||
advanceSearchVOList.push({
|
advanceSearchVOList.push({
|
||||||
connect: advanceSearchVOList.length > 0 ? "and" : "",
|
connect: advanceSearchVOList.length > 0 ? "and" : "",
|
||||||
|
|||||||
Reference in New Issue
Block a user