| | |
| | | field: "deviceIp", |
| | | title: "设备IP", |
| | | type: "string", |
| | | width: 90, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "devicePort", |
| | | title: "设备端口", |
| | | type: "int", |
| | | width: 120, |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "name", |
| | | title: "任务名称", |
| | | type: "string", |
| | | width: 120, |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "intervalSecond", |
| | | title: "执行间隔时间", |
| | | type: "int", |
| | | width: 120, |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | public const string textarea = "textarea"; |
| | | public const string thanorequal = "thanorequal"; |
| | | public const string lessorequal = "lessorequal"; |
| | | |
| | | public const string notequal = "notequal"; |
| | | |
| | | public const string gt = "gt"; |
| | | public const string lt = "lt"; |
| | |
| | | public const string LessOrEqual = "<="; |
| | | public const string Contains = "in"; |
| | | public const string Equal = "="; |
| | | public const string NotEqual = "!="; |
| | | } |
| | | } |
| | |
| | | case HtmlElementType.like: |
| | | linqExpression = LinqExpressionType.Contains; |
| | | break; |
| | | case HtmlElementType.notequal: |
| | | linqExpression = LinqExpressionType.NotEqual; |
| | | break; |
| | | default: |
| | | linqExpression = LinqExpressionType.Equal; |
| | | break; |
| | |
| | | },
|
| | | searchBefore(param) {
|
| | | const stockStatusFilter = {
|
| | | name: "stockStatus",
|
| | | value: "1",
|
| | | name: "LocationId",
|
| | | value: "0",
|
| | | displayType: "int"
|
| | | };
|
| | | if (!param.wheres) {
|