whj 1 year ago
parent
commit
4263a685bb

+ 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: '备件名称',