|
|
|
@ -80,7 +80,6 @@
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="onSubmit">查询</el-button>
|
|
|
|
|
<!-- <el-button type="primary" icon="search" @click="exportOrders">导出单据</el-button>-->
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-row>
|
|
|
|
@ -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
|
|
|
|
@ -193,15 +142,6 @@
|
|
|
|
|
>详情
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native.stop="successOrderExportPDF(scope.row)"-->
|
|
|
|
|
<!-- >单据打印-->
|
|
|
|
|
<!-- </el-button-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
@ -209,12 +149,6 @@
|
|
|
|
|
>删除
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!--type="text"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--@click.native.stop="importOrder(scope.row)"-->
|
|
|
|
|
<!-->选择单据校验-->
|
|
|
|
|
<!--</el-button>-->
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
@ -621,7 +555,6 @@ export default {
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.storageList = response.data || [];
|
|
|
|
|
if (this.storageList.length > 0) {
|
|
|
|
|
this.filterQuery.locStorageCode = this.storageList[0].code;
|
|
|
|
|
this.getSubInvList();
|
|
|
|
|
this.getList();
|
|
|
|
|
}
|
|
|
|
|