Explorar el Código

时间组件修改

WH01243 hace 7 meses
padre
commit
83d4ba1f82
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  1. 6 4
      jyBXCore/rpc/service/operator.go

+ 6 - 4
jyBXCore/rpc/service/operator.go

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