企标高级查询

This commit is contained in:
shenyanpei
2022-01-20 14:09:10 +08:00
parent 3e3e7babda
commit 23517eca41
@@ -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" : "",