|
@@ -26,13 +26,13 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
data := []map[string]interface{}{}
|
|
|
if tag == 1 {
|
|
|
data = append(data, map[string]interface{}{
|
|
|
- "key": "purchaseTime",
|
|
|
- "type": "dateTimeList",
|
|
|
- "label": "预计采购时间",
|
|
|
- "defaultVal": "",
|
|
|
- "endTimeFeature": true,
|
|
|
+ "key": "purchaseTime",
|
|
|
+ "type": "dateTimeList",
|
|
|
+ "label": "预计采购时间",
|
|
|
+ "defaultVal": "",
|
|
|
"props": map[string]interface{}{
|
|
|
- "multiple": false,
|
|
|
+ "multiple": false,
|
|
|
+ "endTimeFeature": true,
|
|
|
},
|
|
|
"options": []map[string]interface{}{
|
|
|
{
|
|
@@ -56,9 +56,9 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
"label": "开标日期",
|
|
|
"defaultVal": "",
|
|
|
"props": map[string]interface{}{
|
|
|
- "multiple": false,
|
|
|
+ "multiple": false,
|
|
|
+ "endTimeFeature": true,
|
|
|
},
|
|
|
- "endTimeFeature": true,
|
|
|
"options": []map[string]interface{}{
|
|
|
{
|
|
|
"label": "全部", "value": "",
|