|
|
@ -149,6 +149,7 @@ |
|
|
|
<a class="btn btn-transparent mt c_white"> |
|
|
|
<t t-esc="order.name"/> |
|
|
|
</a> |
|
|
|
<t t-esc="order.order_time"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
@ -174,6 +175,14 @@ |
|
|
|
x |
|
|
|
</span> |
|
|
|
<t t-esc="line.full_product_name"/> |
|
|
|
<br/> |
|
|
|
<t t-if="line.note"> |
|
|
|
<i class="fa fa-tag" |
|
|
|
role="img" |
|
|
|
aria-label="Note" |
|
|
|
title="Note"/> |
|
|
|
<t t-esc="line.note"/> |
|
|
|
</t> |
|
|
|
</button> |
|
|
|
</ul> |
|
|
|
</t> |
|
|
@ -241,6 +250,7 @@ |
|
|
|
<a class="btn btn-transparent mt c_blue"> |
|
|
|
<t t-esc="order.name"/> |
|
|
|
</a> |
|
|
|
<t t-esc="order.order_time"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
@ -280,6 +290,14 @@ |
|
|
|
x |
|
|
|
</span> |
|
|
|
<t t-esc="line.full_product_name"/> |
|
|
|
<br/> |
|
|
|
<t t-if="line.note"> |
|
|
|
<i class="fa fa-tag" |
|
|
|
role="img" |
|
|
|
aria-label="Note" |
|
|
|
title="Note"/> |
|
|
|
<t t-esc="line.note"/> |
|
|
|
</t> |
|
|
|
</button> |
|
|
|
</t> |
|
|
|
<t t-elif="order.order_status=='waiting' and line.order_status=='ready'"> |
|
|
@ -293,6 +311,15 @@ |
|
|
|
x |
|
|
|
</span> |
|
|
|
<t t-esc="line.full_product_name"/> |
|
|
|
<br/> |
|
|
|
<t t-if="line.note"> |
|
|
|
<i class="fa fa-tag" |
|
|
|
role="img" |
|
|
|
aria-label="Note" |
|
|
|
title="Note"/> |
|
|
|
<t t-esc="line.note"/> |
|
|
|
</t> |
|
|
|
|
|
|
|
</button> |
|
|
|
</t> |
|
|
|
|
|
|
@ -337,6 +364,7 @@ |
|
|
|
<a class="btn btn-transparent mt"> |
|
|
|
<t t-esc="order.name"/> |
|
|
|
</a> |
|
|
|
<t t-esc="order.order_time"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
@ -361,6 +389,15 @@ |
|
|
|
x |
|
|
|
</span> |
|
|
|
<t t-esc="line.full_product_name"/> |
|
|
|
<br/> |
|
|
|
<t t-if="line.note"> |
|
|
|
<i class="fa fa-tag" |
|
|
|
role="img" |
|
|
|
aria-label="Note" |
|
|
|
title="Note"/> |
|
|
|
<t t-esc="line.note"/> |
|
|
|
</t> |
|
|
|
|
|
|
|
</button> |
|
|
|
</t> |
|
|
|
</t> |
|
|
@ -412,6 +449,7 @@ |
|
|
|
<a class="btn btn-transparent mt"> |
|
|
|
<t t-esc="order.name"/> |
|
|
|
</a> |
|
|
|
<t t-esc="order.order_time"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
@ -436,6 +474,14 @@ |
|
|
|
x |
|
|
|
</span> |
|
|
|
<t t-esc="line.full_product_name"/> |
|
|
|
<br/> |
|
|
|
<t t-if="line.note"> |
|
|
|
<i class="fa fa-tag" |
|
|
|
role="img" |
|
|
|
aria-label="Note" |
|
|
|
title="Note"/> |
|
|
|
<t t-esc="line.note"/> |
|
|
|
</t> |
|
|
|
</button> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|