diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js
index a0f623ec..27ecad1e 100644
--- a/src/option/distribution/TripartiteTransfer.js
+++ b/src/option/distribution/TripartiteTransfer.js
@@ -471,7 +471,7 @@ export const detailsColumnList = [
{
prop: 'firsts',
label: '一级品',
- type: 1,
+ type: 2,
values: '',
width: '130',
checkarr: [],
@@ -481,7 +481,7 @@ export const detailsColumnList = [
{
prop: 'senconds',
label: '二级品',
- type: 1,
+ type: 2,
values: '',
width: '130',
checkarr: [],
@@ -491,7 +491,7 @@ export const detailsColumnList = [
{
prop: 'thirds',
label: '三级品',
- type: 1,
+ type: 2,
values: '',
width: '130',
checkarr: [],
@@ -501,7 +501,7 @@ export const detailsColumnList = [
{
prop: 'materialName',
label: '物料名称',
- type: 1,
+ type: 2,
values: '',
width: '130',
checkarr: [],
diff --git a/src/views/distribution/artery/VehicleStowageDetails.vue b/src/views/distribution/artery/VehicleStowageDetails.vue
index 064214da..b89a05c4 100644
--- a/src/views/distribution/artery/VehicleStowageDetails.vue
+++ b/src/views/distribution/artery/VehicleStowageDetails.vue
@@ -181,9 +181,6 @@
>
成本分摊确认
-
导出
@@ -423,13 +420,6 @@
-
-
-
-
import('@/components/Tableexportcomponent/Tableexportcomponent.vue')
-);
import {
postCarsLoadDetailInfo,
postFindCarsLoadLogs,
@@ -515,7 +502,6 @@ const ruleFormRef = ref();
const oldColumnListNode = ref();
const abnormalTableRef = ref();
-const tcTableexport = ref(false);
const exportColumnListNode = ref();
// 节点信息
const nodeInfoRef = ref();