whj 1 년 전
부모
커밋
4263a685bb
3개의 변경된 파일3개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 6
      src/views/store/instoreform/InStoreForm.vue
  2. 1 7
      src/views/store/outstoreform/OutStoreForm.vue
  3. 2 5
      src/views/store/sparestore/SpareStore.vue

+ 0 - 6
src/views/store/instoreform/InStoreForm.vue

@@ -263,12 +263,6 @@ export default {
           title: '数量',
           dataIndex: 'inNum'
         },
-        {
-          checked: true,
-          width: '150px',
-          title: '总价',
-          dataIndex: 'totalPrice'
-        },
         {
           title: '计量单位',
           checked: true,

+ 1 - 7
src/views/store/outstoreform/OutStoreForm.vue

@@ -257,7 +257,7 @@ export default {
           checked: true,
           width: '150px',
           title: '数量',
-          dataIndex: 'inNum'
+          dataIndex: 'outNum'
         },
 
         {
@@ -318,12 +318,6 @@ export default {
           width: '150px',
           dataIndex: 'remark'
         },
-        {
-          title: '总价',
-          checked: true,
-          width: '150px',
-          dataIndex: 'totalPrice'
-        },
         {
           title: '状态',
           dataIndex: 'status',

+ 2 - 5
src/views/store/sparestore/SpareStore.vue

@@ -199,12 +199,9 @@ export default {
         },
         {
           title: '备件类别',
-          dataIndex: 'typeId',
+          dataIndex: 'spareTypeName',
           checked: true,
-          width: '150px',
-          customRender: (text, record, index) => {
-            return record.typeName
-          }
+          width: '150px'
         },
         {
           title: '备件名称',