Commit 6065db35 authored by 覃振观's avatar 覃振观 👶

提交遗漏

parent 6b76183b
...@@ -75,6 +75,15 @@ ...@@ -75,6 +75,15 @@
<field name="工厂编号" title="工厂编号" code="factoryCode" width="200" /> <field name="工厂编号" title="工厂编号" code="factoryCode" width="200" />
</easy-search> </easy-search>
<easy-search name="color" desc="颜色">
<sql>
select t.color_id, t.color_code, t.color_name from color t
</sql>
<field code="colorId" type='hidden' />
<field name="代码" title="代码" code="colorCode" width="200" />
<field name="颜色" title="颜色" code="colorName" width="200" />
</easy-search>
<easy-search name="productS" desc="产品"> <easy-search name="productS" desc="产品">
<sql> <sql>
...@@ -85,7 +94,6 @@ ...@@ -85,7 +94,6 @@
<field name="产品id" title="产品id" code="productId" width="200" /> <field name="产品id" title="产品id" code="productId" width="200" />
</easy-search> </easy-search>
<easy-search name="productDetail" desc="产品详情"> <easy-search name="productDetail" desc="产品详情">
<sql> <sql>
SELECT SELECT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment