소스 검색

调拨订单明细加行号

黄梓星 1 년 전
부모
커밋
c155a3f084
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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