Selaa lähdekoodia

提货单优化

panxuejun 1 vuosi sitten
vanhempi
commit
79231ab316
1 muutettua tiedostoa jossa 6 lisäystä ja 10 poistoa
  1. 6 10
      src/renderer/components/views/receiveDeliveryNote.vue

+ 6 - 10
src/renderer/components/views/receiveDeliveryNote.vue

@@ -27,16 +27,12 @@
         </a-form-model-item>
       </a-form-model>
       <div class="table-operator">
-        <a-form-model-item>
-          <a-button type="primary" @click="createAndPrint" size="large">
-            创建并打印交货单
-          </a-button>
-        </a-form-model-item>
-        <a-form-model-item>
-          <a-button type="primary" @click="print" style="margin-left: 20px;" size="large">
-            补打交货单
-          </a-button>
-        </a-form-model-item>
+        <a-button type="primary" @click="createAndPrint"  style="width: 240px;height:60px;margin-left: 600px;" size="large">
+          创建并打印
+        </a-button>
+        <a-button type="primary" @click="print" style="height:60px;width: 100px;margin-left: 500px" size="large">
+          补打
+        </a-button>
       </div>
       <a-table :columns="columns" :data-source="list" :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: handleChangeV1 }" size="default"
                :customHeaderRow="customHeaderRow" :custom-row="customRow"  :pagination="pagination" @change="tablePaginationChange" >