Przeglądaj źródła

调拨订单明细加行号

黄梓星 1 rok temu
rodzic
commit
c155a3f084
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/purchase/transferOrder/add.vue

+ 1 - 1
src/views/purchase/transferOrder/add.vue

@@ -299,7 +299,7 @@
                 prop="rowno"
               >
                 <template slot-scope="scope">
-                  {{ scope.$index + 1 + "0" }}
+                  {{ scope.row.rowno = scope.$index + 1 + "0" }}
                 </template>
               </el-table-column>
               <el-table-column