소스 검색

feat:商品添加

Moss 1 년 전
부모
커밋
6c8939c60c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/mallManagement/goods/goods_add/index.vue

+ 1 - 0
src/views/mallManagement/goods/goods_add/index.vue

@@ -723,6 +723,7 @@ export default {
       this.specList[index].goodsName = item.goodsName;
       this.specList[index].specsName = item.specsName;
       this.specList[index].unit = item.unit;
+      this.specList[index].costAmount = item.costAmount;
       this.specList[index].stockQty = item.stockQty;
     },