This commit is contained in:
2025-12-12 18:16:55 +08:00
parent 48f857284e
commit e73067aa9a
3 changed files with 11 additions and 6 deletions

View File

@ -51,7 +51,7 @@
<el-button type="primary" @click="pushWarning(item)">预警指派</el-button>
<el-button color="#ef7762" @click="showDetail(item)" style="color: #fff;">转合成</el-button>
<!-- <el-button type="warning">转基管</el-button> -->
<el-button type="danger">转会商</el-button>
<el-button type="danger" @click="showTransfer(item)">转会商</el-button>
<el-button type="success" @click="showFeedback(item, '签收')" v-if="item.czzt == '01'">签收</el-button>
<el-button type="success" @click="showFeedback(item, '反馈')" v-if="item.czzt == '02'">反馈</el-button>
<el-button type="success" @click="showFeedback(item, '查看反馈')" v-if="item.czzt == '03'">查看反馈</el-button>
@ -70,9 +70,9 @@ import { qcckGet, qcckPost } from "@/api/qcckApi.js";
import HolographicArchive from './holographicArchive.vue'
import WarningAssignment from './warningAssignment.vue'
import { holographicProfileJump } from "@/utils/tools.js"
import { useRoute, useRouter } from 'vue-router';
const { proxy } = getCurrentInstance();
const router = useRouter();
const props = defineProps({
item: {
type: Object,
@ -90,6 +90,11 @@ watch(() => props.item, (newVal, oldVal) => {
},{deep:true,immediate:true})
const emit = defineEmits(["plotThetrajectory", "showDetail", 'showFeedback','fkLxOptions']);
const showTransfer = (item) => {
router.push({
path: '/MeetingRoom',
})
}
const changeBG = (str) => {
switch (str) {
case "01":