xiongchao vor 3 Jahren
Ursprung
Commit
3456f0ea85

+ 6 - 2
src/views/report/instorecount/InStoreCount.vue

@@ -101,8 +101,12 @@ export default {
           }
         },
         {
-          title: '备件编号',
-          dataIndex: 'spareNo',
+          title: '备件规格',
+          dataIndex: 'ggxh'
+        },
+        {
+          title: '原厂编号',
+          dataIndex: 'initNo'
         },
         {
           title: '备件',

+ 13 - 13
src/views/report/instoredetail/InStoreDetail.vue

@@ -108,20 +108,17 @@ export default {
             return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
           }
         },
-       // {
-        //  title: '入库单号',
-        //  dataIndex: 'inNo'
-        //},
         {
-          title: '入库仓库',
-          dataIndex: 'storeId',
-          customRender: (text, record, index) => {
-            return record.storeName
-          }
+          title: '入库单号',
+          dataIndex: 'inNo'
+        },
+        {
+          title: '备件规格',
+          dataIndex: 'ggxh'
         },
         {
-          title: '备件编号',
-          dataIndex: 'spareNo'
+          title: '原厂编号',
+          dataIndex: 'initNo'
         },
         {
           title: '备件名称',
@@ -153,8 +150,11 @@ export default {
           dataIndex: 'createdTime'
         },
         {
-          title: '',
-          dataIndex: 'column13'
+          title: '入库仓库',
+          dataIndex: 'storeId',
+          customRender: (text, record, index) => {
+            return record.storeName
+          }
         }
       ],
       // 下拉框map

+ 6 - 4
src/views/report/outstorecount/OutStoreCount.vue

@@ -102,8 +102,12 @@ export default {
           }
         },
         {
-          title: '备件编号',
-          dataIndex: 'spareNo',
+          title: '备件规格',
+          dataIndex: 'ggxh'
+        },
+        {
+          title: '原厂编号',
+          dataIndex: 'initNo'
         },
         {
           title: '备件名称',
@@ -120,8 +124,6 @@ export default {
           title: '出库总数',
           dataIndex: 'totalNum'
         }
-
-
       ],
       // 下拉框map
       // 加载数据方法 必须为 Promise 对象

+ 11 - 7
src/views/report/outstoredetail/OutStoreDetail.vue

@@ -111,15 +111,12 @@ export default {
           dataIndex: 'outNo'
         },
         {
-          title: '出库仓库',
-          dataIndex: 'storeId',
-          customRender: (text, record, index) => {
-            return record.storeName
-          }
+          title: '备件规格',
+          dataIndex: 'ggxh'
         },
         {
-          title: '备件编号',
-          dataIndex: 'spareNo',
+          title: '原厂编号',
+          dataIndex: 'initNo'
         },
         {
           title: '备件名称',
@@ -135,6 +132,13 @@ export default {
         {
           title: '出库日期',
           dataIndex: 'createdTime'
+        },
+        {
+          title: '出库仓库',
+          dataIndex: 'storeId',
+          customRender: (text, record, index) => {
+            return record.storeName
+          }
         }
       ],
       // 下拉框map