change agencyFk by agencyModeFk
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
cdf11c43fe
commit
9b3eae3559
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
shippedFrom: this.shippedStart,
|
shippedFrom: this.shippedStart,
|
||||||
continent: this.continent,
|
continent: this.continent,
|
||||||
id: this.id,
|
id: this.id,
|
||||||
agencyFk: this.agencyFk,
|
agencyModeFk: this.agencyModeFk,
|
||||||
warehouseInFk: this.warehouseInFk,
|
warehouseInFk: this.warehouseInFk,
|
||||||
warehouseOutFk: this.warehouseOutFk,
|
warehouseOutFk: this.warehouseOutFk,
|
||||||
totalEntries: this.totalEntries,
|
totalEntries: this.totalEntries,
|
||||||
|
@ -68,7 +68,7 @@ module.exports = {
|
||||||
return {'t.ref': {like: `%${value}%`}};
|
return {'t.ref': {like: `%${value}%`}};
|
||||||
case 'id':
|
case 'id':
|
||||||
return `t.id = ${value}`;
|
return `t.id = ${value}`;
|
||||||
case 'agencyFk':
|
case 'agencyModeFk':
|
||||||
return `am.id = ${value}`;
|
return `am.id = ${value}`;
|
||||||
case 'warehouseOutFk':
|
case 'warehouseOutFk':
|
||||||
return `wo.id = ${value}`;
|
return `wo.id = ${value}`;
|
||||||
|
@ -101,7 +101,7 @@ module.exports = {
|
||||||
'continent',
|
'continent',
|
||||||
'ref',
|
'ref',
|
||||||
'id',
|
'id',
|
||||||
'agencyFk',
|
'agencyModeFk',
|
||||||
'warehouseOutFk',
|
'warehouseOutFk',
|
||||||
'warehouseInFk',
|
'warehouseInFk',
|
||||||
'totalEntries',
|
'totalEntries',
|
||||||
|
|
Loading…
Reference in New Issue