|
|
@ -61,6 +61,9 @@
|
|
|
|
<span>{{ getStorageName(scope.row.locStorageCode) }}</span>
|
|
|
|
<span>{{ getStorageName(scope.row.locStorageCode) }}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
label="创建时间"
|
|
|
|
label="创建时间"
|
|
|
|
prop="actDate"
|
|
|
|
prop="actDate"
|
|
|
@ -72,24 +75,6 @@
|
|
|
|
<span>{{ scope.row.actDate }}</span>
|
|
|
|
<span>{{ scope.row.actDate }}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
|
|
|
<!-- label="审核时间"-->
|
|
|
|
|
|
|
|
<!-- prop="actDate"-->
|
|
|
|
|
|
|
|
<!-- width="150"-->
|
|
|
|
|
|
|
|
<!-- show-overflow-tooltip="true"-->
|
|
|
|
|
|
|
|
<!-- >-->
|
|
|
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
|
|
|
<!-- <i class="el-icon-time"></i>-->
|
|
|
|
|
|
|
|
<!-- <span>{{ scope.row.auditTime }}</span>-->
|
|
|
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
|
|
|
<!-- <el-table-column label="校验状态" prop="contrastStatus" width="120">-->
|
|
|
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
|
|
|
<!-- <el-tag :type="(scope.row.contrastStatus === 1) | statusFilterType">-->
|
|
|
|
|
|
|
|
<!-- {{ erpCheckStatus[scope.row.contrastStatus] }}-->
|
|
|
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
|
|
|
<el-table-column label="操作" fixed="right" width="150">
|
|
|
|
<el-table-column label="操作" fixed="right" width="150">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
@ -237,13 +222,13 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import {filterOrderForDelete, orderDetail, deleteByOrderId, updateOrderInfo} from "../../api/inout/order";
|
|
|
|
import {filterOrderForDelete, orderDetail, deleteByOrderId, updateOrderInfo} from "../../api/inout/order";
|
|
|
|
import store from "../../store";
|
|
|
|
import store from "../../store";
|
|
|
|
import {getBussinessType} from "../../api/basic/bussinessType";
|
|
|
|
import {getBussinessType} from "../../api/basic/bussinessType";
|
|
|
|
import {filterAllByUser} from "../../api/basic/invWarehouse";
|
|
|
|
import {filterAllByUser} from "../../api/basic/invWarehouse";
|
|
|
|
import codeReplace from "./codeReplace";
|
|
|
|
import codeReplace from "./codeReplace";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "stockOrderDelete",
|
|
|
|
name: "stockOrderDelete",
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
@ -575,12 +560,12 @@
|
|
|
|
this.getBusType();
|
|
|
|
this.getBusType();
|
|
|
|
this.getStorage();
|
|
|
|
this.getStorage();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
<style scoped>
|
|
|
|
|
|
|
|
|
|
|
|
.el-dialog {
|
|
|
|
.el-dialog {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
@ -588,17 +573,17 @@
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.el-dialog .el-dialog__body {
|
|
|
|
.el-dialog .el-dialog__body {
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
overflow: auto;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.el-table /deep/ .highlight-row {
|
|
|
|
.el-table /deep/ .highlight-row {
|
|
|
|
background: #cae3f9;
|
|
|
|
background: #cae3f9;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|