lilei il y a 4 ans
Parent
commit
125bf65989

+ 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
         },