Browse Source

更改出库->叉车出库单(空白)/装车存档出库单(空白)设置成10行

nzf 3 years ago
parent
commit
03110443e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/Warehousing/outStock/AddOrUpdate.vue

+ 2 - 2
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -4102,7 +4102,7 @@
               <td>提货人电话</td>
               <td>备注</td>
             </tr>
-            <tr v-for="(item, index) in 28" :key="index">
+            <tr v-for="(item, index) in 10" :key="index">
               <td style="height: 20px"></td>
               <td></td>
               <td></td>
@@ -4456,7 +4456,7 @@
               <td>所收费用</td>
               <td>备注</td>
             </tr>
-            <tr v-for="(item, index) in 28" :key="index">
+            <tr v-for="(item, index) in 10" :key="index">
               <td style="height: 20px"></td>
               <td></td>
               <td></td>