Bläddra i källkod

销售合同打印问题

lxf 2 år sedan
förälder
incheckning
474b0e1659

+ 4 - 0
src/views/EHSD/saleContract/contractEHSD/index.vue

@@ -156,6 +156,10 @@
           </div>
         </div> -->
         <div class="baseRow" style="display: flex">
+          <div class="contentRow" style="width: calc(100% - 100px); text-align: right; color: #409eff">FREIGHT COST:</div>
+          <div class="contentRow" style="width: 100px; text-align: center">0</div>
+        </div>
+        <div class="baseRow" style="display: flex">
           <div class="contentRow" style="width: calc(100% - 100px); text-align: right; color: #409eff">TOTAL PRICE:</div>
           <div class="contentRow" style="width: 100px; text-align: center">
             {{ statistics("amount", 2) }}

+ 4 - 0
src/views/salesMange/saleContract/contract/index.vue

@@ -162,6 +162,10 @@
           </div>
         </div> -->
         <div class="baseRow" style="display: flex">
+          <div class="contentRow" style="width: calc(100% - 100px); text-align: right; color: #409eff">FREIGHT COST:</div>
+          <div class="contentRow" style="width: 100px; text-align: center">0</div>
+        </div>
+        <div class="baseRow" style="display: flex">
           <div class="contentRow" style="width: calc(100% - 100px); text-align: right; color: #409eff">TOTAL PRICE:</div>
           <div class="contentRow" style="width: 100px; text-align: center">
             {{ statistics("amount", 2) }}