diff --git a/src/views/modules/partspare/inventorystock.vue b/src/views/modules/partspare/inventorystock.vue
index fae6d38..e4458fd 100644
--- a/src/views/modules/partspare/inventorystock.vue
+++ b/src/views/modules/partspare/inventorystock.vue
@@ -95,6 +95,7 @@
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+ {
this.height = window.innerHeight - 210
- this.columnList = this.arrayColumns
})
},
methods: {
@@ -813,6 +837,11 @@ export default {
finishDownload () {},
fields () {
+ if (this.queryForm.groupType === '0'){
+ this.columnList = this.arrayColumns
+ }else {
+ this.columnList = this.arrayPart
+ }
let json = "{"
this.columnList.forEach((item, index) => {
if (index == this.columnList.length - 1) {