Commit da9ed07b by liyuhang19990520

人员研判

parent a437c586
/*
* @Author: your name
* @Date: 2021-09-22 15:09:59
* @LastEditTime: 2021-09-22 15:41:58
* @LastEditors: your name
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\api\xxtk\ryyp.js
*/
import { post, postform, postdown } from "@/utils/http.js"; import { post, postform, postdown } from "@/utils/http.js";
import base from "@/api/base"; import base from "@/api/base";
//新增人员研判道信息 //新增人员研判道信息
...@@ -8,7 +16,7 @@ export const updategzryRgyp = params => ...@@ -8,7 +16,7 @@ export const updategzryRgyp = params =>
postform(`${base.alyIP}/gzryRgyp/updategzryRgyp`, params); postform(`${base.alyIP}/gzryRgyp/updategzryRgyp`, params);
//人员研判信息删除 //人员研判信息删除
export const deletegzryRgypById = params => export const deletegzryRgypById = params =>
postform(`${base.alyIP}/gzryRgyp/deletegzryRgypById`, params); post(`${base.alyIP}/gzryRgyp/deletegzryRgypById`, params);
//查询人员研判详情信息 //查询人员研判详情信息
export const selectRgypById = params => export const selectRgypById = params =>
postform(`${base.alyIP}/gzryRgyp/selectRgypById`, params); post(`${base.alyIP}/gzryRgyp/selectRgypById`, params);
...@@ -350,7 +350,8 @@ const menuLayouts = [ ...@@ -350,7 +350,8 @@ const menuLayouts = [
path: "/addRyyp", path: "/addRyyp",
name: "addRyyp", name: "addRyyp",
meta: { meta: {
title: '人员研判信息管理' title: '人员研判信息管理',
isAdd: true
}, },
component: () => import("@/views/xxtk/ryyp/addRyyp.vue") component: () => import("@/views/xxtk/ryyp/addRyyp.vue")
}, },
...@@ -358,7 +359,8 @@ const menuLayouts = [ ...@@ -358,7 +359,8 @@ const menuLayouts = [
path: "/detailRyyp", path: "/detailRyyp",
name: "detailRyyp", name: "detailRyyp",
meta: { meta: {
title: '人员研判信息详情' title: '人员研判信息详情',
isAdd: true
}, },
component: () => import("@/views/xxtk/ryyp/detailRyyp.vue") component: () => import("@/views/xxtk/ryyp/detailRyyp.vue")
}, },
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-31 09:52:33 * @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-22 15:38:32 * @LastEditTime: 2021-09-22 15:49:19
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue * @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
:pageObject="pageObject" :pageObject="pageObject"
:pageFooterProps="pageFooterProps" :pageFooterProps="pageFooterProps"
labelWidth="110px" labelWidth="110px"
title="人员话单信息详情" title="人员收藏信息详情"
> >
</right-content> </right-content>
</div> </div>
......
...@@ -14,7 +14,7 @@ import formCompontent from "@c/form.vue"; ...@@ -14,7 +14,7 @@ import formCompontent from "@c/form.vue";
import { import {
insertgzryRgyp, insertgzryRgyp,
updategzryRgyp, updategzryRgyp,
selectRgypById selectRgypById,
} from "@/api/xxtk/ryyp.js"; } from "@/api/xxtk/ryyp.js";
import { ryrgyp } from "@/utils/params.js"; import { ryrgyp } from "@/utils/params.js";
export default { export default {
...@@ -42,13 +42,15 @@ export default { ...@@ -42,13 +42,15 @@ export default {
isActive: false, isActive: false,
}, },
{ {
name: "机动车信息列表", name: "人员研判信息列表",
to: "/queryRyhd", to: "/queryRyyp",
isActive: false, isActive: false,
}, },
{ {
name: this.$route.query.xxzjbh ? "修改人员话单信息" : "新增人员话单信息", name: this.$route.query.xxzjbh
to: "/addRyhd", ? "修改人员研判信息"
: "新增人员研判信息",
to: "/addRyyp",
isActive: true, isActive: true,
}, },
], ],
...@@ -106,7 +108,7 @@ export default { ...@@ -106,7 +108,7 @@ export default {
selectRgypById({ selectRgypById({
xxzjbh: this.xxzjbh, xxzjbh: this.xxzjbh,
}).then((res) => { }).then((res) => {
var result = res.data.jsjdc; var result = res.data.rows;
self.propFormField.forEach((fieldItem) => { self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) { if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => { fieldItem.data.forEach((i) => {
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-31 09:52:33 * @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 17:05:06 * @LastEditTime: 2021-09-22 15:48:56
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue * @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
:pageObject="pageObject" :pageObject="pageObject"
:pageFooterProps="pageFooterProps" :pageFooterProps="pageFooterProps"
labelWidth="110px" labelWidth="110px"
title="人员话单信息详情" title="人员研判信息详情"
> >
</right-content> </right-content>
</div> </div>
...@@ -127,7 +127,7 @@ export default { ...@@ -127,7 +127,7 @@ export default {
selectRgypById({ selectRgypById({
xxzjbh: _this.xxzjbh, xxzjbh: _this.xxzjbh,
}).then((res) => { }).then((res) => {
var result = res.data.jsjdc; var result = res.data.rows;
_this.filterTreeCode(result); _this.filterTreeCode(result);
}); });
}, },
......
...@@ -32,11 +32,6 @@ export default { ...@@ -32,11 +32,6 @@ export default {
limit: 10, limit: 10,
page: 1, page: 1,
glxxXxzjbh: "", glxxXxzjbh: "",
// ryjsjdcJdchpzldm: "",
// ryjsjdcJdchphm: "",
// xxdjdwGajgjgdm: "",
// djkssj: "",
// djjssj: "",
}, },
cxQueryField: [ cxQueryField: [
{ {
...@@ -47,7 +42,6 @@ export default { ...@@ -47,7 +42,6 @@ export default {
placeholder: "", placeholder: "",
col: "3", col: "3",
}, },
], ],
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -56,7 +50,7 @@ export default { ...@@ -56,7 +50,7 @@ export default {
}, },
{ {
label: "常用证件", label: "常用证件",
prop: "cyzjCyzjdm", prop: "cyzjCyzjdmStr",
}, },
{ {
label: "证件号码", label: "证件号码",
...@@ -64,20 +58,20 @@ export default { ...@@ -64,20 +58,20 @@ export default {
width: "200", width: "200",
}, },
{ {
label: "移动电话", label: "建议撤销_判断标识",
prop: "yddh", prop: "jycxPdbz",
}, },
{ {
label: "IMSI_服务标识号", label: "填表单位",
prop: "imsiFwbzh", prop: "xxdjdwGajgmc",
}, },
{ {
label: "ICCID_物品标识号", label: "填表人",
prop: "iccidWpbzh", prop: "xxdjryXm",
}, },
{ {
label: "IMEI_物品标识号", label: "填表时间",
prop: "imeiWpbzh", prop: "djsj",
}, },
], ],
cxUrl: "/gzryRgyp/selectgzryRgyp", cxUrl: "/gzryRgyp/selectgzryRgyp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment