|
@@ -8,7 +8,7 @@
|
|
<a-table
|
|
<a-table
|
|
:dataSource="dataSource['one']"
|
|
:dataSource="dataSource['one']"
|
|
:columns="columnsOne"
|
|
:columns="columnsOne"
|
|
- :scroll="{y: 600}"
|
|
|
|
|
|
+ :scroll="{ y: 600 }"
|
|
:pagination="{
|
|
:pagination="{
|
|
total: dataSource['one'].length,
|
|
total: dataSource['one'].length,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
@@ -19,7 +19,7 @@
|
|
<a-table
|
|
<a-table
|
|
:dataSource="dataSource['two']"
|
|
:dataSource="dataSource['two']"
|
|
:columns="columnsOne"
|
|
:columns="columnsOne"
|
|
- :scroll="{y: 600}"
|
|
|
|
|
|
+ :scroll="{ y: 600 }"
|
|
:pagination="{
|
|
:pagination="{
|
|
total: dataSource['two'].length,
|
|
total: dataSource['two'].length,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
@@ -30,7 +30,7 @@
|
|
<a-table
|
|
<a-table
|
|
:dataSource="dataSource['three']"
|
|
:dataSource="dataSource['three']"
|
|
:columns="columnsOne"
|
|
:columns="columnsOne"
|
|
- :scroll="{y: 600}"
|
|
|
|
|
|
+ :scroll="{ y: 600 }"
|
|
:pagination="{
|
|
:pagination="{
|
|
total: dataSource['three'].length,
|
|
total: dataSource['three'].length,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
@@ -41,7 +41,7 @@
|
|
<a-table
|
|
<a-table
|
|
:dataSource="dataSource['outShip']"
|
|
:dataSource="dataSource['outShip']"
|
|
:columns="columnsOne"
|
|
:columns="columnsOne"
|
|
- :scroll="{y: 600}"
|
|
|
|
|
|
+ :scroll="{ y: 600 }"
|
|
:pagination="{
|
|
:pagination="{
|
|
total: dataSource['outShip'].length,
|
|
total: dataSource['outShip'].length,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
@@ -52,7 +52,7 @@
|
|
<a-table
|
|
<a-table
|
|
:dataSource="dataSource['height']"
|
|
:dataSource="dataSource['height']"
|
|
:columns="columnsOne"
|
|
:columns="columnsOne"
|
|
- :scroll="{y: 600}"
|
|
|
|
|
|
+ :scroll="{ y: 600 }"
|
|
:pagination="{
|
|
:pagination="{
|
|
total: dataSource['height'].length,
|
|
total: dataSource['height'].length,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
@@ -64,13 +64,24 @@
|
|
<a-table
|
|
<a-table
|
|
:dataSource="dataSource['stackingUp']"
|
|
:dataSource="dataSource['stackingUp']"
|
|
:columns="columnsOne"
|
|
:columns="columnsOne"
|
|
- :scroll="{y: 600}"
|
|
|
|
|
|
+ :scroll="{ y: 600 }"
|
|
:pagination="{
|
|
:pagination="{
|
|
total: dataSource['stackingUp'].length,
|
|
total: dataSource['stackingUp'].length,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
showTotal: (total) => `共 ${total} 条数据`,
|
|
}"
|
|
}"
|
|
/>
|
|
/>
|
|
</a-tab-pane>
|
|
</a-tab-pane>
|
|
|
|
+ <a-tab-pane key="cross" tab="付跨" v-if="dtlType === 'all' || dtlType === 'hotCharge'">
|
|
|
|
+ <a-table
|
|
|
|
+ :dataSource="dataSource['cross']"
|
|
|
|
+ :columns="columnsOne"
|
|
|
|
+ :scroll="{ y: 600 }"
|
|
|
|
+ :pagination="{
|
|
|
|
+ total: dataSource['cross '].length,
|
|
|
|
+ showTotal: (total) => `共 ${total} 条数据`,
|
|
|
|
+ }"
|
|
|
|
+ />
|
|
|
|
+ </a-tab-pane>
|
|
</a-tabs>
|
|
</a-tabs>
|
|
</div>
|
|
</div>
|
|
</a-spin>
|
|
</a-spin>
|
|
@@ -92,6 +103,7 @@
|
|
outShip: [],
|
|
outShip: [],
|
|
height: [],
|
|
height: [],
|
|
stackingUp: [],
|
|
stackingUp: [],
|
|
|
|
+ cross: [],
|
|
});
|
|
});
|
|
const dtlType = ref('all');
|
|
const dtlType = ref('all');
|
|
const ccmNo = ref(5);
|
|
const ccmNo = ref(5);
|
|
@@ -130,6 +142,7 @@
|
|
rollOutShippDetailsList,
|
|
rollOutShippDetailsList,
|
|
rollHeightDetails,
|
|
rollHeightDetails,
|
|
stackingUpLogList,
|
|
stackingUpLogList,
|
|
|
|
+ rollDeputyCrossDetailsList,
|
|
} = result;
|
|
} = result;
|
|
|
|
|
|
dataSource.value = {
|
|
dataSource.value = {
|
|
@@ -139,6 +152,7 @@
|
|
outShip: (rollOutShippDetailsList || []).filter((item) => (dtlType.value === 'hotCharge' ? !item.stackAddr : true)),
|
|
outShip: (rollOutShippDetailsList || []).filter((item) => (dtlType.value === 'hotCharge' ? !item.stackAddr : true)),
|
|
height: rollHeightDetails || [],
|
|
height: rollHeightDetails || [],
|
|
stackingUp: stackingUpLogList || [],
|
|
stackingUp: stackingUpLogList || [],
|
|
|
|
+ cross: rollDeputyCrossDetailsList || [],
|
|
};
|
|
};
|
|
} catch (error) {
|
|
} catch (error) {
|
|
console.log(error);
|
|
console.log(error);
|