-
-
-
-
- 我的待办
-
-
- 我的已办
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
-
-
创建单位:{{ row.xtCjbmmc }}
-
管辖单位:{{ row.gxSsdwmc }}
列控原因:{{ row.zdrLkyy }}
开始时间:{{ row.startTime }}
@@ -119,29 +80,29 @@
- 审核审核
- 审批审批
- 详情详情
-
{
getdepartmentList();
});
-// 详情
-const info = (type, row) => {
- MpvGroupInfoRef.value.init(type, row);
-};
// 获取部门列表
const getdepartmentList = () => {
selectUserDeptPage().then((res) => {
@@ -339,7 +205,7 @@ const getUserInfo = async () => {
};
//选择类型
-const handleType = (val) => {
+const handleType = () => {
pageData.keyCount++;
pageData.pageConfiger.pageCurrent = 1;
@@ -384,19 +250,13 @@ const getList = (val) => {
// 详情
const autoEdit = (type, row) => {
- MpvGroupInfoRef.value.infoList(type, row);
+ MpvGroupInfoRef.value.init(type, row);
};
// 表格高度计算
const tabHeightFn = () => {
- console.log("btns.value.offsetHeight", btns.value.offsetHeight);
-
pageData.tableHeight =
- window.innerHeight -
- searchBox.value.offsetHeight -
- btns.value.offsetHeight -
- 30 -
- 250;
+ window.innerHeight - searchBox.value.offsetHeight - 260;
window.onresize = function () {
tabHeightFn();
};
@@ -413,6 +273,7 @@ const tabHeightFn = () => {
margin-right: 10px;
border: none;
background: none;
+
&.active {
background-color: #409eff;
color: #fff;
@@ -432,12 +293,12 @@ const tabHeightFn = () => {
height: 1px;
}
-:deep(.el-table--fit) {
- top: 52px !important;
-}
.btns {
height: 52px;
padding: 10px;
box-sizing: border-box;
}
+::v-deep .el-tabs__nav-wrap::after {
+ background: none;
+}
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue
index 43befe7..ffb52d5 100644
--- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue
@@ -3,33 +3,12 @@
-
-
+
+
-
+
-
+
@@ -260,9 +153,8 @@ import DialogList from "./dialogList.vue";
import selectionList from "./selectionList.vue";
import addFormPeo from "./addFormPeo.vue";
import ApprovalInfo from "./approvalInfo.vue";
-import { qcckGet, qcckPost, qcckPut } from "@/api/qcckApi.js";
-import * as rule from "@/utils/rules.js";
import TagSelectorDialog from "./TagSelectorDialogPeo.vue";
+import { qcckGet, qcckPost, qcckPut } from "@/api/qcckApi.js";
import {
ref,
@@ -316,12 +208,12 @@ const dialogForm = ref(false); //弹窗
const formRef = ref();
const activeName = ref("first");
const formData = ref([
- { label: "", prop: "qtXx", type: "slot", width: "100%" },
+ { prop: "qtXx", type: "slot", width: "100%" },
{ label: "群体名称", prop: "qtMc", type: "input" },
{ label: "群体别名", prop: "qtBm", type: "input" },
{ label: "群体简称", prop: "qtJc", type: "input" },
{ label: "群体类别", prop: "qtLb", type: "select", options: D_GS_ZDQT_LB },
- { label: "成立时间", prop: "qtClsj", type: "date" ,lx:"datetime" },
+ { label: "成立时间", prop: "qtClsj", type: "date", lx: "datetime" },
{ label: "风险等级", prop: "qtFxdj", type: "select", options: D_GS_ZDQT_FXDJ },
{ label: "背景资料", prop: "qtBjzl", type: "input" },
{ label: "两群采集录入", prop: "lqxxList", type: "slot", width: "100%" },
@@ -410,7 +302,7 @@ const rules = reactive({
xsbt: [{ required: true, message: "请输入线索标题", trigger: "blur" }]
});
const editpeo = ref();
-onMounted(() => {});
+onMounted(() => { });
// 初始化数据
const init = async (type, row) => {
dialogForm.value = true;
@@ -576,7 +468,7 @@ const submit = () => {
emit("updateDate");
close();
})
- .catch(() => {});
+ .catch(() => { });
});
};
@@ -592,16 +484,19 @@ defineExpose({ init });
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/zxsForm.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/zxsForm.vue
new file mode 100644
index 0000000..7cdd9f9
--- /dev/null
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/zxsForm.vue
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
index 1aaa551..b5706cb 100644
--- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue
@@ -2,63 +2,64 @@
-
- {{ it }}
+
+
+ 布控申请
+
+
+
+ {{
+ it.zdmc }}
+
+
+
+
+ 指定分配
+
+
+
+
+ 转线索
+ 移交管控
-
+
+
+
新增
-
-
- 批量删除
-
-
+
-
+
- 群体名称:{{ row.qtMc }}
-
-
风险等级:
-
+
- 创建时间:{{ row.xtCjsj }}
-
- {{ item.bqMc }}
+
+ {{ item.bqMc }}
@@ -66,7 +67,6 @@
创建单位:{{ row.xtCjbmmc }}
-
管辖单位:{{ row.gxSsdwmc }}
列控原因:{{ row.zdrLkyy }}
开始时间:{{ row.startTime }}
@@ -81,58 +81,44 @@
- 送审
- 编辑
- 查看
- 删除
+ 送审
+ 编辑
+ 查看
+ 删除
-
+
-
+
是否要发起送审
-
-
+
+
+
+
+
+
+
+
+
-
-
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/components/zxsForm.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/components/zxsForm.vue
new file mode 100644
index 0000000..252ef9b
--- /dev/null
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/components/zxsForm.vue
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue
index fce8ec6..83b29d4 100644
--- a/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue
+++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index.vue
@@ -2,26 +2,57 @@
-
- {{ it }}
+
+ 布控申请
+
+
+
+ {{ it.zdmc }}
+
+
+
+
+
+ 指定分配
+
+
+
+ 转线索
+ 移交管控
-
+
+
+
新增
-
-
- 批量删除
-
-
+
@@ -61,11 +92,11 @@
- {{ item.bqMc }}{{ item.bqMc }}
@@ -111,9 +142,6 @@
编辑
-
查看
删除
@@ -130,55 +158,91 @@
>
-
-
+
+
+
+
+
+