Explorar el Código

完善出库和退库报表

hfxc226 hace 2 años
padre
commit
752c44349f

+ 4 - 10
src/views/dashboard/modules/DetailInStoreReport.vue

@@ -77,7 +77,7 @@ export default {
           title: '入库单号',
           dataIndex: 'inNo',
           checked: true,
-          width: '150px'
+          width: '200px'
         },
         {
           title: '备件规格',
@@ -85,15 +85,9 @@ export default {
           checked: true,
           width: '200px'
         },
-        {
-          title: '原厂编号',
-          dataIndex: 'initNo',
-          checked: true,
-          width: '150px'
-        },
         {
           title: '备件名称',
-          dataIndex: 'spareId',
+          dataIndex: 'spareName',
           width: '100px',
           checked: true,
           customRender: (text, record, index) => {
@@ -106,7 +100,7 @@ export default {
           checked: true,
           width: '200px'
         },
-        {
+       /* {
           title: '入库单价',
           dataIndex: 'price',
           checked: true,
@@ -123,7 +117,7 @@ export default {
           customRender: (text, record, index) => {
             return this.BaseTool.Amount.formatter(text)
           }
-        },
+        },*/
         {
           title: '入库日期',
           dataIndex: 'createdTime',

+ 4 - 4
src/views/dashboard/modules/DetailOutStoreReport.vue

@@ -85,12 +85,12 @@ export default {
           checked: true,
           width: '200px'
         },
-        {
+        /* {
           title: '原厂编号',
           dataIndex: 'initNo',
           checked: true,
           width: '150px'
-        },
+        }, */
         {
           title: '备件名称',
           dataIndex: 'spareId',
@@ -106,7 +106,7 @@ export default {
           checked: true,
           width: '200px'
         },
-        {
+        /* {
           title: '出库单价',
           dataIndex: 'price',
           checked: true,
@@ -123,7 +123,7 @@ export default {
           customRender: (text, record, index) => {
             return this.BaseTool.Amount.formatter(text)
           }
-        },
+        }, */
         {
           title: '出库日期',
           dataIndex: 'createdTime',