|
@@ -200,7 +200,6 @@
|
|
|
import mixinPage from "@/mixins/elPaginationHandle";
|
|
|
import resToken from "@/mixins/resToken";
|
|
|
import asyncRequest from "@/apis/service/supplierSellOut/supplierSellReturn";
|
|
|
-// import ReturnCheck from "./components/returnCheck";
|
|
|
import comExamForm from "./components/comExamForm";
|
|
|
import ApprovalResults from "./components/approval-results.vue";
|
|
|
import { showColumns } from "./components/ShowDataTableColumns";
|
|
@@ -237,7 +236,7 @@ export default {
|
|
|
activeTabs: "1",
|
|
|
showColumns: showColumns,
|
|
|
statusOptions: [
|
|
|
- { value: "1", label: "待业务审批" },
|
|
|
+ { value: "1", label: "待业务审批" },
|
|
|
{ value: "4", label: "退货完成" },
|
|
|
{ value: "5", label: "业务驳回" },
|
|
|
{ value: '8', label:'供应商已驳回,待采购审核'},
|
|
@@ -297,7 +296,6 @@ export default {
|
|
|
};
|
|
|
|
|
|
let res = await asyncRequest.status(_model);
|
|
|
- console.log(res)
|
|
|
|
|
|
if (res && res.code === 0) {
|
|
|
this.$notify.success({
|