Commit 97fc0a90 authored by 顾俭's avatar 顾俭

aship/aship#3 防伪码功能-作废重打:UI

parent ae7ea062
......@@ -39,8 +39,8 @@
<div class="button-bar" style="min-height: 200px; max-height: 500px">
<div class="row">
<div class="col-md-8">
<h1 class="pam" ng-show="okStatus">条码状态:有效</h1>
<h1 class="pam" ng-show="!okStatus">条码状态:无效</h1>
<h1 class="pam" ng-show="okStatus && dtlMessage && queryCondition.barcode">条码状态:有效</h1>
<h1 class="pam" ng-show="!okStatus && dtlMessage && queryCondition.barcode">条码状态:无效</h1>
<h5 class="pam">{{dtlMessage}}</h5>
</div>
</div>
......
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