1、订单详情字段显示优化;2、采购单页面优化
This commit is contained in:
@@ -242,8 +242,10 @@
|
||||
<attribute name="string">签约日期</attribute>
|
||||
<attribute name="widget">''</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='date_planned']" position="replace">
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='date_order']" position="after">
|
||||
<field name="date_planned"/>
|
||||
<field name="date_planned" string="最近交货日期"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='name']" position="after">
|
||||
<field name="purchase_type"/>
|
||||
@@ -291,7 +293,8 @@
|
||||
<attribute name="string">采购员</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='user_id']" position="after">
|
||||
<field name="date_planned" string="预计到货日期" optional="show"/>
|
||||
<field name="delivery_warning" optional="show"/>
|
||||
<field name="date_planned" string="最近交货日期" optional="show" widget="date"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='name']" position="after">
|
||||
<field name="purchase_type"/>
|
||||
@@ -343,7 +346,7 @@
|
||||
<xpath expr="//search" position="inside">
|
||||
<searchpanel>
|
||||
<field name="purchase_type" icon="fa-filter" enable_counters="1"/>
|
||||
<field name="state" icon="fa-filter" enable_counters="1"/>
|
||||
<field name="delivery_warning" icon="fa-filter" enable_counters="1"/>
|
||||
</searchpanel>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user