fix: only show execution panel if batch view supports it
e.g. POS batch view should not
This commit is contained in:
parent
6fd4e15ca2
commit
9b5b7ad9a7
1 changed files with 74 additions and 72 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
<%def name="tool_panel_execution()">
|
<%def name="tool_panel_execution()">
|
||||||
|
% if master.executable:
|
||||||
<wutta-tool-panel heading="Execution">
|
<wutta-tool-panel heading="Execution">
|
||||||
% if batch.executed:
|
% if batch.executed:
|
||||||
<b-notification :closable="false">
|
<b-notification :closable="false">
|
||||||
|
|
@ -87,6 +88,7 @@
|
||||||
% endif
|
% endif
|
||||||
% endif
|
% endif
|
||||||
</wutta-tool-panel>
|
</wutta-tool-panel>
|
||||||
|
% endif
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
<%def name="modify_vue_vars()">
|
<%def name="modify_vue_vars()">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue