ソースを参照

装箱单,预装箱单“参照发运明细”改为“参照出运明细”

jbb 2 年 前
コミット
55daa31fce

+ 1 - 1
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -146,7 +146,7 @@
               </a-popconfirm>
             </template>
             <template v-slot:toolbarSuffix>
-              <a-button type="primary" @click="referShipmentDetails" icon="ordered-list">参照运明细</a-button>
+              <a-button type="primary" @click="referShipmentDetails" icon="ordered-list">参照运明细</a-button>
             </template>
             </j-vxe-table>
           </a-form-model>

+ 1 - 1
src/views/packing-list/packinglist-fabrics/addFabricDrawer.vue

@@ -90,7 +90,7 @@
       <!--操作按钮区域 参照发运明细 増行-->
       <a-card :bordered="true" style="margin:10px 0 60px 0;">
         <div class="table-operator">
-          <a-button type="primary" @click="referadvancePackingList" icon="ordered-list">参照运明细</a-button>
+          <a-button type="primary" @click="referadvancePackingList" icon="ordered-list">参照运明细</a-button>
           <a-button type="primary" @click="handleAddColumn" icon="plus" style="margin-left: 20px">増行</a-button>
         </div>