|
@@ -26,10 +26,11 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
data := []map[string]interface{}{}
|
|
data := []map[string]interface{}{}
|
|
if tag == 1 {
|
|
if tag == 1 {
|
|
data = append(data, map[string]interface{}{
|
|
data = append(data, map[string]interface{}{
|
|
- "key": "purchaseTime",
|
|
|
|
- "type": "dateTimeList",
|
|
|
|
- "label": "预计采购时间",
|
|
|
|
- "defaultVal": "",
|
|
|
|
|
|
+ "key": "purchaseTime",
|
|
|
|
+ "type": "dateTimeList",
|
|
|
|
+ "label": "预计采购时间",
|
|
|
|
+ "defaultVal": "",
|
|
|
|
+ "endTimeFeature": true,
|
|
"props": map[string]interface{}{
|
|
"props": map[string]interface{}{
|
|
"multiple": false,
|
|
"multiple": false,
|
|
},
|
|
},
|
|
@@ -57,6 +58,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
"props": map[string]interface{}{
|
|
"props": map[string]interface{}{
|
|
"multiple": false,
|
|
"multiple": false,
|
|
},
|
|
},
|
|
|
|
+ "endTimeFeature": true,
|
|
"options": []map[string]interface{}{
|
|
"options": []map[string]interface{}{
|
|
{
|
|
{
|
|
"label": "全部", "value": "",
|
|
"label": "全部", "value": "",
|