disable search observation
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5a906d075a
commit
2026e909e9
|
@ -61,7 +61,7 @@ module.exports = Self => {
|
|||
u.nickname salesPersonName,
|
||||
d.amount,
|
||||
co.created,
|
||||
CONCAT(DATE(co.created), ' ', co.text) observation,
|
||||
co.text observation,
|
||||
uw.id workerFk,
|
||||
uw.nickname workerName,
|
||||
c.creditInsurance,
|
||||
|
|
|
@ -41,11 +41,7 @@ export default class Controller extends Section {
|
|||
},
|
||||
{
|
||||
field: 'observation',
|
||||
autocomplete: {
|
||||
url: 'Defaulters/filter',
|
||||
showField: 'observation',
|
||||
valueField: 'observation',
|
||||
}
|
||||
searchable: false
|
||||
},
|
||||
{
|
||||
field: 'created',
|
||||
|
@ -116,8 +112,6 @@ export default class Controller extends Section {
|
|||
|
||||
exprBuilder(param, value) {
|
||||
switch (param) {
|
||||
case 'observation':
|
||||
return {[`observation`]: {like: `%${value}%`}};
|
||||
case 'creditInsurance':
|
||||
case 'amount':
|
||||
case 'clientName':
|
||||
|
|
Loading…
Reference in New Issue