|
@@ -153,13 +153,14 @@
|
|
<el-collapse-item
|
|
<el-collapse-item
|
|
title="业务部门审批"
|
|
title="业务部门审批"
|
|
name="2"
|
|
name="2"
|
|
- v-if="status == '1' && powers.some((item) => item == '043')"
|
|
|
|
|
|
+ v-if="status == '0' && powers.some((item) => item == '043')"
|
|
>
|
|
>
|
|
- <exam-form
|
|
|
|
|
|
+ <exam-formss
|
|
:statusList="[]"
|
|
:statusList="[]"
|
|
:newTime="newTime"
|
|
:newTime="newTime"
|
|
:disabled="false"
|
|
:disabled="false"
|
|
:isMust="false"
|
|
:isMust="false"
|
|
|
|
+
|
|
@searchChange="examForm($event, 1, '业务部门')"
|
|
@searchChange="examForm($event, 1, '业务部门')"
|
|
/>
|
|
/>
|
|
</el-collapse-item>
|
|
</el-collapse-item>
|
|
@@ -168,9 +169,11 @@
|
|
name="3"
|
|
name="3"
|
|
v-if="status == '2' && powers.some((item) => item == '058')"
|
|
v-if="status == '2' && powers.some((item) => item == '058')"
|
|
>
|
|
>
|
|
- <exam-form
|
|
|
|
|
|
+ <exam-formss
|
|
:statusList="[]"
|
|
:statusList="[]"
|
|
:newTime="newTime"
|
|
:newTime="newTime"
|
|
|
|
+ :remarkTxt="sitem.remark"
|
|
|
|
+ remarkTitle="业务主管"
|
|
:disabled="false"
|
|
:disabled="false"
|
|
:isMust="false"
|
|
:isMust="false"
|
|
@searchChange="examForm($event, 2, '财务专员')"
|
|
@searchChange="examForm($event, 2, '财务专员')"
|
|
@@ -179,31 +182,51 @@
|
|
<el-collapse-item
|
|
<el-collapse-item
|
|
title="财务主管审批"
|
|
title="财务主管审批"
|
|
name="4"
|
|
name="4"
|
|
- v-if="status == '3' && powers.some((item) => item == '059')"
|
|
|
|
|
|
+ v-if="status == '4' && powers.some((item) => item == '059')"
|
|
>
|
|
>
|
|
- <exam-form
|
|
|
|
|
|
+ <exam-formss
|
|
:statusList="[]"
|
|
:statusList="[]"
|
|
:newTime="newTime"
|
|
:newTime="newTime"
|
|
|
|
+ :remarkTxt="sitem.remark"
|
|
|
|
+ remarkTitle="财务专员"
|
|
:disabled="false"
|
|
:disabled="false"
|
|
:isMust="false"
|
|
:isMust="false"
|
|
@searchChange="examForm($event, 3, '财务主管')"
|
|
@searchChange="examForm($event, 3, '财务主管')"
|
|
/>
|
|
/>
|
|
</el-collapse-item>
|
|
</el-collapse-item>
|
|
|
|
|
|
-
|
|
|
|
- <!-- 需修改item == 059条件 -->
|
|
|
|
<el-collapse-item
|
|
<el-collapse-item
|
|
title="BOSS审批"
|
|
title="BOSS审批"
|
|
- name="5"
|
|
|
|
-
|
|
|
|
- v-if="status == '8' && powers.some((item) => item == '084')"
|
|
|
|
|
|
+ name="5"
|
|
|
|
+ v-if="status == '7' && powers.some((item) => item == '084')"
|
|
>
|
|
>
|
|
- <exam-form
|
|
|
|
|
|
+ <exam-formss
|
|
:statusList="[]"
|
|
:statusList="[]"
|
|
:newTime="newTime"
|
|
:newTime="newTime"
|
|
:disabled="false"
|
|
:disabled="false"
|
|
|
|
+ :remarkTxt="sitem.remark"
|
|
|
|
+ remarkTitle="财务主管"
|
|
:isMust="false"
|
|
:isMust="false"
|
|
- @searchChange="examForm($event, 8, 'BOSS')"
|
|
|
|
|
|
+ @searchChange="examForm($event, 7, 'BOSS')"
|
|
|
|
+ />
|
|
|
|
+ </el-collapse-item>
|
|
|
|
+
|
|
|
|
+ <el-collapse-item
|
|
|
|
+ title="驳回意见详情"
|
|
|
|
+ name="6"
|
|
|
|
+ v-if="
|
|
|
|
+ status == '3' ||
|
|
|
|
+ status == '5' ||
|
|
|
|
+ status == '8' ||
|
|
|
|
+ status == '11'
|
|
|
|
+ "
|
|
|
|
+ >
|
|
|
|
+ <exam-formss
|
|
|
|
+ :statusList="[]"
|
|
|
|
+ :newTime="newTime"
|
|
|
|
+ flag="0"
|
|
|
|
+ :remarkTxt="sitem.remark"
|
|
|
|
+ remarkTitle="驳回详情"
|
|
/>
|
|
/>
|
|
</el-collapse-item>
|
|
</el-collapse-item>
|
|
</el-collapse>
|
|
</el-collapse>
|
|
@@ -224,6 +247,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
|
|
+import examFormss from "./exam-form/main.vue";
|
|
import asyncRequest from "@/apis/service/sellOut/bargainList";
|
|
import asyncRequest from "@/apis/service/sellOut/bargainList";
|
|
import resToken from "@/mixins/resToken";
|
|
import resToken from "@/mixins/resToken";
|
|
import { mapGetters } from "vuex";
|
|
import { mapGetters } from "vuex";
|
|
@@ -246,6 +270,9 @@ import {
|
|
options12,
|
|
options12,
|
|
} from "./columns";
|
|
} from "./columns";
|
|
export default {
|
|
export default {
|
|
|
|
+ components: {
|
|
|
|
+ examFormss,
|
|
|
|
+ },
|
|
name: "bargainListDetail",
|
|
name: "bargainListDetail",
|
|
mixins: [resToken],
|
|
mixins: [resToken],
|
|
computed: {
|
|
computed: {
|
|
@@ -267,8 +294,8 @@ export default {
|
|
return {
|
|
return {
|
|
statusList: [],
|
|
statusList: [],
|
|
size: "small",
|
|
size: "small",
|
|
- costArr:costArr,
|
|
|
|
- bargainingArr:bargainingArr,
|
|
|
|
|
|
+ costArr: costArr,
|
|
|
|
+ bargainingArr: bargainingArr,
|
|
editColumns: editColumns,
|
|
editColumns: editColumns,
|
|
options1: options1,
|
|
options1: options1,
|
|
options2: options2,
|
|
options2: options2,
|
|
@@ -291,15 +318,30 @@ export default {
|
|
status: "",
|
|
status: "",
|
|
sitem: null,
|
|
sitem: null,
|
|
options: [
|
|
options: [
|
|
- { id: "1", label: "待主管审批", type: "" },
|
|
|
|
|
|
+ // 0待业务主管审核
|
|
|
|
+ { id: "0", label: "待业务主管审核", type: "" },
|
|
|
|
+ { id: "1", label: "业务主管审核通过", type: "" },
|
|
|
|
+ // 2 业务税率未通过直接财务专员审批
|
|
|
|
+ // { id: "2", label: "业务税率未通过", type: "" },
|
|
{ id: "2", label: "待财务专员审批", type: "" },
|
|
{ id: "2", label: "待财务专员审批", type: "" },
|
|
- { id: "3", label: "待财务主管审批", type: "" },
|
|
|
|
- { id: "4", label: "审批通过", type: "" },
|
|
|
|
- { id: "5", label: "主管驳回", type: "" },
|
|
|
|
- { id: "6", label: "财务主管驳回", type: "" },
|
|
|
|
- { id: "7", label: "已取消议价", type: "" },
|
|
|
|
- { id: "8", label: "待BOSS审批", type: "" },
|
|
|
|
- { id: "9", label: "BOSS驳回", type: "" },
|
|
|
|
|
|
+ { id: "3", label: "业务驳回", type: "" },
|
|
|
|
+ // { id: "4", label: "专员通过", type: "" },
|
|
|
|
+ // 4 专员通过后直接财务主管审核
|
|
|
|
+ { id: "4", label: "待财务主管审核", type: "" },
|
|
|
|
+ { id: "5", label: "专员驳回", type: "" },
|
|
|
|
+ { id: "6", label: "财务通过", type: "" },
|
|
|
|
+ // { id: "7", label: "财务税率未通过", type: "" },
|
|
|
|
+ // 7 财务税率未通过直接BOSS审批
|
|
|
|
+ { id: "7", label: "待BOSS审批", type: "" },
|
|
|
|
+ { id: "8", label: "财务驳回", type: "" },
|
|
|
|
+ { id: "9", label: "boss通过", type: "" },
|
|
|
|
+ { id: "10", label: "boss税率越线通过", type: "" },
|
|
|
|
+ { id: "11", label: "boss驳回", type: "" },
|
|
|
|
+
|
|
|
|
+ // 0待审核 1业务主管审核通过
|
|
|
|
+ // 2 业务税率未通过 3 业务驳回 4 专员通过
|
|
|
|
+ // 5 专员驳回 6 财务通过 7 财务税率未通过
|
|
|
|
+ // 8财务驳回 9 boss通过 10 boss 税率越线通过 11 boss驳回
|
|
],
|
|
],
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -328,10 +370,12 @@ export default {
|
|
const { code, message, data } = await asyncRequest.detail({
|
|
const { code, message, data } = await asyncRequest.detail({
|
|
bargainNo: this.queryId,
|
|
bargainNo: this.queryId,
|
|
});
|
|
});
|
|
|
|
+
|
|
this.loading = false;
|
|
this.loading = false;
|
|
if (code === 0) {
|
|
if (code === 0) {
|
|
this.sitem = JSON.parse(JSON.stringify(data));
|
|
this.sitem = JSON.parse(JSON.stringify(data));
|
|
const { status, can } = this.sitem;
|
|
const { status, can } = this.sitem;
|
|
|
|
+
|
|
// if (can && can.length > 0) {
|
|
// if (can && can.length > 0) {
|
|
// let cat_id = [];
|
|
// let cat_id = [];
|
|
// can.forEach((e) => {
|
|
// can.forEach((e) => {
|
|
@@ -343,6 +387,11 @@ export default {
|
|
// }
|
|
// }
|
|
|
|
|
|
this.status = status;
|
|
this.status = status;
|
|
|
|
+ console.log("当前对应状态", this.status);
|
|
|
|
+ console.log("当前数据",this.sitem)
|
|
|
|
+ console.log(JSON.parse(JSON.stringify(this.sitem.exam_info)))
|
|
|
|
+ console.log(JSON.parse(this.sitem.exam_info))
|
|
|
|
+
|
|
this.getNewTime();
|
|
this.getNewTime();
|
|
} else if (code >= 100 && code <= 104) {
|
|
} else if (code >= 100 && code <= 104) {
|
|
await this.logout();
|
|
await this.logout();
|
|
@@ -361,46 +410,92 @@ export default {
|
|
if (!this.loading) {
|
|
if (!this.loading) {
|
|
let model = {
|
|
let model = {
|
|
bargainNo: this.queryId,
|
|
bargainNo: this.queryId,
|
|
- status: "",
|
|
|
|
- remark: e.state === "1" ? "" : e.remark,
|
|
|
|
|
|
+ status: e.state,
|
|
|
|
+ // remark: e.state === "1" ? "" : e.remark,
|
|
|
|
+ remark: e.remark,
|
|
};
|
|
};
|
|
- if (type === 1) {
|
|
|
|
- model.status = e.state === "1" ? "2" : "5";
|
|
|
|
- } else if (type === 2) {
|
|
|
|
- model.status = "3";
|
|
|
|
- }else if (type === 3) {
|
|
|
|
- model.status = "8";
|
|
|
|
- }else if (type === 8) {
|
|
|
|
- model.status = e.state === "1" ? "4" : "9";
|
|
|
|
- } else {
|
|
|
|
- model.status = e.state === "1" ? "4" : "6";
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ // if (type === 1) {
|
|
|
|
+ // model.status = e.state === "1" ? "2" : "5";
|
|
|
|
+ // } else if (type === 2) {
|
|
|
|
+ // model.status = "3";
|
|
|
|
+ // }else if (type === 3) {
|
|
|
|
+ // model.status = "8";
|
|
|
|
+ // }else if (type === 8) {
|
|
|
|
+ // model.status = e.state === "1" ? "4" : "9";
|
|
|
|
+ // } else {
|
|
|
|
+ // model.status = e.state === "1" ? "4" : "6";
|
|
|
|
+ // }
|
|
|
|
+
|
|
|
|
+ return;
|
|
await this.setstatus(`提交${title}审核`, model);
|
|
await this.setstatus(`提交${title}审核`, model);
|
|
}
|
|
}
|
|
},
|
|
},
|
|
async setstatus(detail, model) {
|
|
async setstatus(detail, model) {
|
|
- await this.$confirm(`确定要${detail}?`, {
|
|
|
|
- confirmButtonText: "确定",
|
|
|
|
- cancelButtonText: "取消",
|
|
|
|
- type: "warning",
|
|
|
|
- })
|
|
|
|
- .then(async () => {
|
|
|
|
- let res = await asyncRequest.status(model);
|
|
|
|
- if (res && res.code === 0) {
|
|
|
|
- this.$notify.success({
|
|
|
|
- title: "提交成功!",
|
|
|
|
- message: "",
|
|
|
|
- });
|
|
|
|
- await this.initForm();
|
|
|
|
- } else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
|
- await this.logout();
|
|
|
|
- } else {
|
|
|
|
- this.$message.warning(res.message);
|
|
|
|
|
|
+ //if(this.sitem.status == BOSS 并且 最低售价越过红线)
|
|
|
|
+ //需要补充逻辑字段
|
|
|
|
+ if (this.sitem.status == 7) {
|
|
|
|
+ await this.$confirm(
|
|
|
|
+ `当前最低售价为${this.sitem.lower_price}确定要继续吗?`,
|
|
|
|
+ {
|
|
|
|
+ confirmButtonText: "确定",
|
|
|
|
+ cancelButtonText: "取消",
|
|
|
|
+ type: "warning",
|
|
}
|
|
}
|
|
|
|
+ )
|
|
|
|
+ .then(async () => {
|
|
|
|
+ await this.$confirm(`确定要${detail}?`, {
|
|
|
|
+ confirmButtonText: "确定",
|
|
|
|
+ cancelButtonText: "取消",
|
|
|
|
+ type: "warning",
|
|
|
|
+ })
|
|
|
|
+ .then(async () => {
|
|
|
|
+ let res = await asyncRequest.status(model);
|
|
|
|
+ console.log("res", res);
|
|
|
|
+ if (res && res.code === 0) {
|
|
|
|
+ this.$notify.success({
|
|
|
|
+ title: "提交成功!",
|
|
|
|
+ message: "",
|
|
|
|
+ });
|
|
|
|
+ await this.initForm();
|
|
|
|
+ } else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
|
+ await this.logout();
|
|
|
|
+ } else {
|
|
|
|
+ this.$message.warning(res.message);
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ .catch(() => {
|
|
|
|
+ console.log("取消");
|
|
|
|
+ });
|
|
|
|
+ })
|
|
|
|
+ .catch(() => {
|
|
|
|
+ console.log("取消");
|
|
|
|
+ });
|
|
|
|
+ } else {
|
|
|
|
+ await this.$confirm(`确定要${detail}?`, {
|
|
|
|
+ confirmButtonText: "确定",
|
|
|
|
+ cancelButtonText: "取消",
|
|
|
|
+ type: "warning",
|
|
})
|
|
})
|
|
- .catch(() => {
|
|
|
|
- console.log("取消");
|
|
|
|
- });
|
|
|
|
|
|
+ .then(async () => {
|
|
|
|
+ let res = await asyncRequest.status(model);
|
|
|
|
+ console.log("res", res);
|
|
|
|
+ if (res && res.code === 0) {
|
|
|
|
+ this.$notify.success({
|
|
|
|
+ title: "提交成功!",
|
|
|
|
+ message: "",
|
|
|
|
+ });
|
|
|
|
+ await this.initForm();
|
|
|
|
+ } else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
|
+ await this.logout();
|
|
|
|
+ } else {
|
|
|
|
+ this.$message.warning(res.message);
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ .catch(() => {
|
|
|
|
+ console.log("取消");
|
|
|
|
+ });
|
|
|
|
+ }
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|