Преглед изворни кода

卖家确认开票按钮增加显示判断。

yangc пре 8 година
родитељ
комит
67dd9245c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

@@ -320,7 +320,7 @@
                 </tbody>
             </table>
         </div>
-        <div class="apply-btn">
+        <div class="apply-btn" ng-if="billData && billData.length>0">
             <button ng-click="submitApply()">确认开票</button>
         </div>
     </div>