|
@@ -56,6 +56,7 @@
|
|
<script>
|
|
<script>
|
|
import option from "./configuration/mainList.json";
|
|
import option from "./configuration/mainList.json";
|
|
import option2 from "./configuration/mainList2.json";
|
|
import option2 from "./configuration/mainList2.json";
|
|
|
|
+import option3 from "./configuration/mainList3.json";
|
|
import { getList, approvePass } from "@/api/approveData/main";
|
|
import { getList, approvePass } from "@/api/approveData/main";
|
|
import checkSchedule from "@/components/check/checkSchedule";
|
|
import checkSchedule from "@/components/check/checkSchedule";
|
|
import check from "@/components/check/check";
|
|
import check from "@/components/check/check";
|
|
@@ -108,7 +109,11 @@ export default {
|
|
if (res.data.data.billType == 1) {
|
|
if (res.data.data.billType == 1) {
|
|
this.option = option2;
|
|
this.option = option2;
|
|
} else {
|
|
} else {
|
|
- this.option = option;
|
|
|
|
|
|
+ if (this.$store.getters.userInfo.tenant_id === "681169") {
|
|
|
|
+ this.option = option3;
|
|
|
|
+ } else {
|
|
|
|
+ this.option = option;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
this.getWorkDicts("auditStatus").then(res => {
|
|
this.getWorkDicts("auditStatus").then(res => {
|
|
this.findObject(this.option.column, "auditStatus").dicData =
|
|
this.findObject(this.option.column, "auditStatus").dicData =
|