소스 검색

bug 修复

lilei 4 년 전
부모
커밋
125bf65989
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      src/views/salesManagement/salesReturn/detail.vue
  2. 3 3
      src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue

+ 3 - 3
src/views/salesManagement/salesReturn/detail.vue

@@ -94,13 +94,13 @@ export default {
         },
         {
           title: '产品编码',
-          dataIndex: 'dealerProductEntity.code',
+          dataIndex: 'productEntity.code',
           align: 'center',
           width: 160
         },
         {
           title: '产品名称',
-          dataIndex: 'dealerProductEntity.name',
+          dataIndex: 'productEntity.name',
           align: 'center',
           width: 200
         },
@@ -142,7 +142,7 @@ export default {
         },
         {
           title: '单位',
-          dataIndex: 'dealerProductEntity.unit',
+          dataIndex: 'productEntity.unit',
           align: 'center',
           width: 100
         },

+ 3 - 3
src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue

@@ -141,13 +141,13 @@ export default {
         },
         {
           title: '产品编码',
-          dataIndex: 'dealerProductEntity.code',
+          dataIndex: 'productEntity.code',
           align: 'center',
           width: 160
         },
         {
           title: '产品名称',
-          dataIndex: 'dealerProductEntity.name',
+          dataIndex: 'productEntity.name',
           align: 'center',
           width: 200
         },
@@ -173,7 +173,7 @@ export default {
         },
         {
           title: '单位',
-          dataIndex: 'dealerProductEntity.unit',
+          dataIndex: 'productEntity.unit',
           align: 'center',
           width: 100
         },