|
|
|
@ -103,12 +103,9 @@
|
|
|
|
|
show-overflow-tooltip="true"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column label="来源" prop="fromType">
|
|
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ fromTypeMap[scope.row.fromType] }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="往来单位" prop="fromCorp" width="250">
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -116,6 +113,8 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="当前分库" prop="subInvName" width="120">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="所属部门" prop="deptName" width="120">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="创建时间"
|
|
|
|
|
prop="actDate"
|
|
|
|
@ -127,14 +126,6 @@
|
|
|
|
|
<span>{{ scope.row.actDate }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!--<el-table-column label="校验状态" prop="status" width="100">-->
|
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
|
<!--<el-tag :type="(scope.row.status === 3) | statusFilterType">{{-->
|
|
|
|
|
<!--checkStatus[scope.row.contrastStatus]-->
|
|
|
|
|
<!--}}-->
|
|
|
|
|
<!--</el-tag>-->
|
|
|
|
|
<!--</template>-->
|
|
|
|
|
<!--</el-table-column>-->
|
|
|
|
|
<el-table-column label="校验状态" prop="contrastStatus" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="(scope.row.contrastStatus === 1) | statusFilterType">
|
|
|
|
@ -142,48 +133,6 @@
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!--<el-table-column label="操作" width="150">-->
|
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!--type="text"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--:disabled="scope.row.contrastStatus === null"-->
|
|
|
|
|
<!--@click.native.stop="repeatCheckClick(scope.row)"-->
|
|
|
|
|
<!-->重新校验-->
|
|
|
|
|
<!--</el-button-->
|
|
|
|
|
<!-->-->
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!--type="text"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--:disabled="scope.row.contrastStatus !== 0"-->
|
|
|
|
|
<!--@click.native.stop="handleErrorDetail(scope.$index)"-->
|
|
|
|
|
<!-->校验信息-->
|
|
|
|
|
<!--</el-button-->
|
|
|
|
|
<!-->-->
|
|
|
|
|
<!--</template>-->
|
|
|
|
|
<!--</el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="上传状态" prop="exportStatus"></el-table-column> -->
|
|
|
|
|
<!--<el-table-column label="操作" width="250">-->
|
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!--type="text"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--:disabled="scope.row.status === 4"-->
|
|
|
|
|
<!--@click.native.stop="repeatCheckClick(scope.row)"-->
|
|
|
|
|
<!-->重新校验-->
|
|
|
|
|
<!--</el-button-->
|
|
|
|
|
<!-->-->
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!--type="text"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--:disabled="scope.row.status === 4"-->
|
|
|
|
|
<!--@click.native.stop="handleErrorDetail(scope.$index)"-->
|
|
|
|
|
<!-->校验信息-->
|
|
|
|
|
<!--</el-button-->
|
|
|
|
|
<!-->-->
|
|
|
|
|
|
|
|
|
|
<!--</template>-->
|
|
|
|
|
<!--</el-table-column>-->
|
|
|
|
|
<el-table-column label="操作" fixed="right" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
@ -194,13 +143,6 @@
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native.stop="successOrderExportPDF(scope.row)"-->
|
|
|
|
|
<!-- >单据打印-->
|
|
|
|
|
<!-- </el-button-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
@ -209,12 +151,6 @@
|
|
|
|
|
>删除
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!--type="text"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--@click.native.stop="importOrder(scope.row)"-->
|
|
|
|
|
<!-->选择单据校验-->
|
|
|
|
|
<!--</el-button>-->
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|