|
录入页面使用了<t:dictSelect >,如下所示:
<t:dictSelect id="invTypeCode" field="invTypeCode" dictTable="T_S_TYPE" dictField="type_code" dictText="type_name" dictCondition=" where fk_group_code='BPQLX'" title="变频器类型" extendJson="{datatype:'*'}" ></t:dictSelect>
在list页面中,<t:dgCol title="变频器类型" field="invTypeCode" replace="高压_GY,低压_DY" query="true" width="80" align="center"></t:dgCol>
不能使用 dictionary="T_S_TYPE, type_code, type_name",以为不能写条件。
各位有什么好的方法吗?
|
|