qymljy 2 years ago
parent
commit
49e53975ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/HDrpManagement/orderManage/details/tabs/productlist.vue

+ 1 - 1
src/HDrpManagement/orderManage/details/tabs/productlist.vue

@@ -860,7 +860,7 @@ export default {
           if (item.columnname != 'stockname' && item.columnname != 'position' && item.columnname != 'batchno') return item
         })
       }
-      
+
       this.$refs.multipleTable.$refs.table.$children.forEach(obj => {
       let columnChild = {'columnname':obj.prop,'filter':0,'rowindex':'','sequence':'','title':obj.label,'width':obj.width}
       // 存到columnTitle数组中