Commit 31bfbb55 by xue_wengang

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents fa128223 28d894c2
/*
* @Author: your name
* @Date: 2021-09-01 10:46:56
* @LastEditTime: 2021-10-27 11:40:21
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\api\bkwpxx.js
*/
import { get, post, postform } from "@/utils/http.js";
import base from "@/api/base";
//采集损失移动通讯设备信息
export const insertssydtxsb = params =>
postform(`${base.alyIP}/ssydtxsb/insert`, params);
//修改损失移动通讯设备信息
export const updatessydtxsb = params =>
postform(`${base.alyIP}/ssydtxsb/update`, params);
//删除损失移动通讯设备信息
export const deletessydtxsb = params =>
post(`${base.alyIP}/ssydtxsb/delete`, params);
//查询损失移动通讯设备信息
export const queryByXxzjbh = params =>
post(`${base.alyIP}/ssydtxsb/queryByXxzjbh`, params);
<template>
<div>
<div class="Content paneDiv paneDiv2" v-if="pageBs != 'dytj'">
<div
class="Content paneDiv paneDiv2"
v-if="pageBs != 'dytj' && propQueryField.length > 0"
>
<div class="cxtjWrap">
<el-row>
<el-col :span="24">
......@@ -557,7 +560,6 @@
<span v-if="scope.row[columnTitle.prop] == '0'">左眼虹膜</span>
<span v-if="scope.row[columnTitle.prop] == '1'">右眼虹膜</span>
<span v-if="scope.row[columnTitle.prop] == '9'">未知</span>
</div>
<div
......@@ -565,23 +567,41 @@
columnTitle.prop == 'zjbw' && columnTitle.type == 'selectZj'
"
>
<span v-if="scope.row[columnTitle.prop] == '11'">左鞋底动态花纹</span>
<span v-if="scope.row[columnTitle.prop] == '13'">左正面(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '14'">左内侧(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '15'">左外侧(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '16'">左后跟(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '11'"
>左鞋底动态花纹</span
>
<span v-if="scope.row[columnTitle.prop] == '13'"
>左正面(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '14'"
>左内侧(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '15'"
>左外侧(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '16'"
>左后跟(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '17'">左鞋底照 </span>
<span v-if="scope.row[columnTitle.prop] == '18'">左赤足</span>
<span v-if="scope.row[columnTitle.prop] == '21'">右鞋底动态花纹</span>
<span v-if="scope.row[columnTitle.prop] == '23'">右正面(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '24'">右内侧(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '25'">右外侧(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '26'">右后跟(鞋面)</span>
<span v-if="scope.row[columnTitle.prop] == '21'"
>右鞋底动态花纹</span
>
<span v-if="scope.row[columnTitle.prop] == '23'"
>右正面(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '24'"
>右内侧(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '25'"
>右外侧(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '26'"
>右后跟(鞋面)</span
>
<span v-if="scope.row[columnTitle.prop] == '27'">右鞋底照</span>
<span v-if="scope.row[columnTitle.prop] == '28'">右赤足</span>
</div>
<div v-else-if="columnTitle.prop == 'xzgzryzt'"></div>
<div
......
/*
* @Author: your name
* @Date: 2021-08-31 14:40:49
* @LastEditTime: 2021-10-26 10:45:49
* @LastEditTime: 2021-10-27 14:29:12
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\index.js
......@@ -27,6 +27,7 @@ import xnpgRoutes from "./modules/xnpg.js";
import ryxscxbdRoutes from "./modules/ryxscxbd";
import yzzfzxsypRoutes from "./modules/yzzfzxsyp";
import ajzbRoutes from "./modules/ajzb";
import qgccjRoutes from "./modules/qgccj";
const originalPush = VueRouter.prototype.push;
......@@ -67,6 +68,7 @@ const mainRouters = [
ryxscxbdRoutes,
yzzfzxsypRoutes,
ajzbRoutes,
...qgccjRoutes,
{
path: "*",
name: "error",
......
/*
* @Author: your name
* @Date: 2021-10-27 10:20:22
* @LastEditTime: 2021-10-27 15:41:41
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\qgccj.js
*/
import menuLayout from "@/layout/menuLayout.vue";
const menuLayouts = [
{
path: "/querysswp",
name: "querysswp",
redirect: '/querysswp/querysstxsb',
meta: {
title: '损失物品管理'
},
component: () => import("@/views/qgncj/sswp/index.vue"),
children: [
{
path: "querysstxsb",
name: "querysstxsb",
meta: {
title: '损失移动通讯设备管理'
},
component: () => import("@/views/qgncj/sswp/ssydtxsb/querysstxsb.vue")
},
{
path: "querysfzj",
name: "querysfzj",
meta: {
title: '损失身份证件管理'
},
component: () => import("@/views/qgncj/sswp/sssfzj/querysfzj.vue")
},
{
path: "querysskl",
name: "querysskl",
meta: {
title: '损失卡类管理'
},
component: () => import("@/views/qgncj/sswp/sskl/querysskl.vue")
},
{
path: "queryssjdc",
name: "queryssjdc",
meta: {
title: '损失机动车管理'
},
component: () => import("@/views/qgncj/sswp/ssjdc/queryssjdc.vue")
},
{
path: "queryssfjdc",
name: "queryssfjdc",
meta: {
title: '损失非机动车管理'
},
component: () => import("@/views/qgncj/sswp/ssfjdc/queryssfjdc.vue")
},
{
path: "queryssqz",
name: "queryssqz",
meta: {
title: '损失枪支管理'
},
component: () => import("@/views/qgncj/sswp/ssqz/queryssqz.vue")
},
{
path: "queryssdy",
name: "queryssdy",
meta: {
title: '损失弹药管理'
},
component: () => import("@/views/qgncj/sswp/ssdy/queryssdy.vue")
},
{
path: "queryssww",
name: "queryssww",
meta: {
title: '损失文物管理'
},
component: () => import("@/views/qgncj/sswp/ssww/queryssww.vue")
},
{
path: "queryssqt",
name: "queryssqt",
meta: {
title: '损失其他管理'
},
component: () => import("@/views/qgncj/sswp/ssqt/queryssqt.vue")
},
]
},
{
path: "/addssydtxb",
name: "addssydtxb",
meta: {
title: '损失移动通讯设备',
isAdd: true
},
component: () => import("@/views/qgncj/sswp/ssydtxsb/addssydtxb.vue")
},
{
path: "/detailssydtxsb",
name: "detailssydtxsb",
meta: {
title: '损失移动通讯设备详情'
},
component: () => import("@/views/qgncj/sswp/ssydtxsb/detailssydtxsb.vue")
},
]
export default menuLayouts
\ No newline at end of file
/*
* @Author: your name
* @Date: 2021-09-07 15:09:40
* @LastEditTime: 2021-10-26 17:56:10
* @LastEditTime: 2021-10-27 14:18:42
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\utils\params.js
......@@ -7666,29 +7666,121 @@ const xckyxx_blxx = [
},
]
const ssdy_jbxx = []
const ssdy_dyxx = []
const ssdy_syrxx = []
const ssww_jbxx = []
const ssww_syrxx = []
const sskl_jbxx = []
const sszj_jbxx = []
const ssfjdc_jbxx = []
const ssfjdc_fjdcxx = []
const ssfjdc_syrxx = []
//损失弹药基本信息
const ssdy_jbxx = [
// 案事件编号
// 物品编号
]
//损失弹药弹药信息
const ssdy_dyxx = [
// 弹药类型
// 弹药型号
// 弹药数量
// 特征描述
]
//损失弹药所有人信息
const ssdy_syrxx = [
// 姓名
// 证件类型
// 证件号码
// 联系电话
]
//损失文物基本信息
const ssww_jbxx = [
// 案事件编号
// 物品编号
// 文物名称
// 是否准许市场流通
// 是否准许出境
// 文物等级描述
// 文物价值(元)
// 文物是否为真
// 文物类别
// 文物质地
// 文物完整程度
// 工艺类型
// 文物年代
// 文物来源
// 文物尺寸
// 尺寸类型
// 物品重量
// 计量度量单位
// 文物保存状态
// 特征描述
]
//损失文物所有人信息
const ssww_syrxx = [
// 姓名
// 证件类型
// 证件号码
// 联系电话
]
//损失卡类基本信息
const sskl_jbxx = [
// 案事件编号
// 物品编号
// 物品类型
// 卡号
// 所有人名称
// 发卡国家和地区
// 发卡单位
// 核发日期
// 有效期开始日期
// 有效期截止日期
// 卡是否为真
// 物品类型补充描述
// 证件类型
// 证件号码
// 证件号码补充描述
]
//损失证件基本信息
const sszj_jbxx = [
// 案事件编号
// 物品编号
// 常用证件
// 证件号码
// 证件所有人名称
// 发卡国家和地区
// 发证单位
// 核法日期
// 有效期开始日期
// 有效期截止日期
// 证件是否为真
// 常用证件补充描述
]
//损失非机动车基本信息
const ssfjdc_jbxx = [
// 案事件编号
// 物品编号
]
//损失非机动车信息
const ssfjdc_fjdcxx = [
// 物品类型
// 品牌型号
// 电机号
// 车架号
// 车牌照号
// 钢印号
// 物品颜色
// 物品价值(元)
// 物品购置日期
// 颜色补充描述
// 特征描述
]
//损失非机动车所有人信息
const ssfjdc_syrxx = [
// 所有人姓名
// 所有人常用证件
// 所有人证件号码
// 所有人联系电话
]
//损失移动通讯设备基本信息
const ssydtxsb_jbxx = [
{
name: "案事件编号:",
id: "",
type: "text",
value: "",
placeholder: "请输入",
col: "2",
},
{
name: "物品编号:",
id: "",
id: "asjbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7696,8 +7788,9 @@ const ssydtxsb_jbxx = [
},
{
name: "手机使用状态:",
id: "",
type: "setValue",
id: "sjsyzt",
type: "codeTree",
codeTree: "CODE_IF",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -7706,8 +7799,9 @@ const ssydtxsb_jbxx = [
},
{
name: "品牌型号:",
id: "",
type: "setValue",
id: "ssydtxsbPpxh",
type: "codeTree",
codeTree: "CODE_DXZP_FWBSHS",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -7716,7 +7810,7 @@ const ssydtxsb_jbxx = [
},
{
name: "电话号码:",
id: "",
id: "ssydtxsbYddh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7725,7 +7819,7 @@ const ssydtxsb_jbxx = [
},
{
name: "机主提供串码:",
id: "",
id: "ssydtxsbImeiWpbzh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7733,7 +7827,7 @@ const ssydtxsb_jbxx = [
},
{
name: "IMSI(串号):",
id: "",
id: "ssydtxsbImsiFwbzh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7741,7 +7835,7 @@ const ssydtxsb_jbxx = [
},
{
name: "ICCID(SIM卡号):",
id: "",
id: "ssydtxsbIccidWpbzh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7749,8 +7843,9 @@ const ssydtxsb_jbxx = [
},
{
name: "物品颜色:",
id: "",
type: "setValue",
id: "ssydtxsbWpysdm",
type: "codeTree",
codeTree: "CODE_YS",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -7758,7 +7853,7 @@ const ssydtxsb_jbxx = [
},
{
name: "物品价值(元):",
id: "",
id: "sjxyrs",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7767,7 +7862,7 @@ const ssydtxsb_jbxx = [
},
{
name: "购置日期:",
id: "",
id: "ssydtxsbWpgzrq",
type: "dates",
value: "",
placeholder: "请输入",
......@@ -7775,8 +7870,8 @@ const ssydtxsb_jbxx = [
},
{
name: "涉案时间:",
id: "",
type: "dates",
id: "sasj",
type: "DateVal",
value: "",
placeholder: "请输入",
col: "2",
......@@ -7784,7 +7879,7 @@ const ssydtxsb_jbxx = [
},
{
name: "网综串码:",
id: "",
id: "wzimei",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7792,7 +7887,7 @@ const ssydtxsb_jbxx = [
},
{
name: "特征描述:",
id: "",
id: "ssydtxsbWptzms",
type: "textarea",
value: "",
placeholder: "请输入",
......@@ -7804,7 +7899,7 @@ const ssydtxsb_jbxx = [
const ssydtxsb_syrxx = [
{
name: "姓名:",
id: "",
id: "ssydtxsbSoyrXm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7812,8 +7907,9 @@ const ssydtxsb_syrxx = [
},
{
name: "证件类型:",
id: "",
type: "setValue",
id: "ssydtxsbSoyrCyzjdm",
type: "codeTree",
codeTree: "CODE_ZJ",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -7822,7 +7918,7 @@ const ssydtxsb_syrxx = [
},
{
name: "证件号码:",
id: "",
id: "ssydtxsbSoyrZjhm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7831,34 +7927,109 @@ const ssydtxsb_syrxx = [
},
{
name: "联系电话:",
id: "",
id: "ssydtxsbSoyrLxdh",
type: "text",
value: "",
placeholder: "请输入",
col: "2",
},
]
const ssqtwp_jbxx = []
const ssqtwp_wpxx = []
const ssqtwp_syrxx = []
const shrxx_jbxx = []
const gxrxx_jbxx = []
const fwbsh_jbxx = []
const ryzpxx = []
const ajxx_zczz = []
const ajxx_jbxx = []
const ajxx_afdxx = []
const ajxx_ajfx = []
const ajxx_zasd = []
const zczj_jbxx = []
const zczj_ajfx = []
const zczj_zasd = []
const zczj_blxx = []
const zbfzxyr_jbxx = []
const zbfzxyr_blxx = []
const zbfzxyr_ryxx = []
const zbfzxyr_zcxx = []
const zbfzxyr_flws = []
//损失其他物品基本信息
const ssqtwp_jbxx = [
// 案事件编号
// 物品编号
]
//损失其他物品信息
const ssqtwp_wpxx = [
// 物品类型 补充描述
// 物品名称 品牌型号
// 物品标识号 物品规格
// 标识号类别 标识号补充描述
// 物品颜色 物品颜色补充描述
// 物品数量(个) 物品重量
// 计量度量单位 物品价值(元)
// 物品购置日期 物品真伪
// 特征描述
]
//损失其他物品所有人信息
const ssqtwp_syrxx = [
// 姓名
// 证件类型
// 证件号码
// 联系电话
]
//受害人基本信息
const shrxx_jbxx = [
]
//关系人基本信息
const gxrxx_jbxx = [
]
//服务标识号基本信息
const fwbsh_jbxx = [
]
//人员照片信息
const ryzpxx = [
]
//案件信息侦察组织
const ajxx_zczz = [
]
//案件基本信息
const ajxx_jbxx = [
]
//案件案发地信息
const ajxx_afdxx = [
]
//案件分析信息
const ajxx_ajfx = [
]
//案件作案手段信息
const ajxx_zasd = [
]
//侦查终结基本信息
const zczj_jbxx = [
]
//侦查终结案件分析信息
const zczj_ajfx = [
]
//侦查终结作案手段信息
const zczj_zasd = [
]
//侦查终结办理信息
const zczj_blxx = [
]
//抓捕犯罪嫌疑人基本信息
const zbfzxyr_jbxx = [
]
//抓捕犯罪嫌疑人办理信息
const zbfzxyr_blxx = [
]
//抓捕犯罪嫌疑人人员信息
const zbfzxyr_ryxx = [
]
//抓捕犯罪嫌疑人侦察信息
const zbfzxyr_zcxx = [
]
//抓捕犯罪嫌疑人法律文书
const zbfzxyr_flws = [
]
......
......@@ -544,6 +544,13 @@
>
<span>{{ ajxzlbStr }}</span>
</div>
<div
class="bztag3"
style="margin: 40px 0 0 120px"
v-show="bzxqtag3"
>
<span>{{ xalbdmbcmsStr }}</span>
</div>
</div>
</div>
<!-- <div class="wcbzButton">
......@@ -691,8 +698,10 @@ export default {
],
bzxqtag1: false,
bzxqtag2: false,
bzxqtag3: false,
ajxzlbStr: "",
ajzlbStr: "",
xalbdmbcmsStr: "",
bzFlag: false,
titleSpan1: false,
parentLb: {}, //主类次类别
......@@ -955,6 +964,7 @@ export default {
if (res.data.rows != null) {
self.ajzlbStr = res.data.rows.ajzlbStr;
self.ajxzlbStr = res.data.rows.ajxzlbStr;
self.xalbdmbcmsStr = res.data.rows.xalbdmbcmsStr;
if (
self.ajzlbStr == "" ||
self.ajzlbStr == null ||
......@@ -973,6 +983,15 @@ export default {
} else {
self.bzxqtag2 = true;
}
if (
self.xalbdmbcmsStr == "" ||
self.xalbdmbcmsStr == null ||
self.xalbdmbcmsStr == undefined
) {
self.bzxqtag3 = false;
} else {
self.bzxqtag3 = true;
}
self.$nextTick(() => {
this.parentLb.zalb = res.data.rows.ajzlb || "";
this.parentLb.lalb = res.data.rows.ajxzlb || "";
......@@ -1107,7 +1126,7 @@ export default {
this.loadingIndex--;
// debugger;
this.xyrList1 = res.data.rows;
this.getZp(this.xyrList1)
this.getZp(this.xyrList1);
console.log(this.xyrList1, "1765111");
});
......@@ -1191,11 +1210,17 @@ export default {
this.loadingIndex++;
}
axios.get(`JsonData/CODE_AJZLB.json`).then((response) => {
// debugger;
if (response.success === true) {
this.loadingIndex--;
this.data1 = this.sxdata1 = response.data.rows.filter((val) => {
return val.parentId == `0${this.selectIndex1}`;
});
if (!this.selectIndex1) {
this.data1 = this.sxdata1 = response.data.rows;
} else {
this.data1 = this.sxdata1 = response.data.rows.filter((val) => {
return val.parentId == `0${this.selectIndex1}`;
});
}
if (boo) {
setTimeout(() => {
if (this.$refs.tree1) {
......@@ -1213,9 +1238,13 @@ export default {
axios.get(`JsonData/CODE_AJXZLB.json`).then((response) => {
if (response.success === true) {
this.loadingIndex--;
this.data = this.sxdata = response.data.rows.filter((val) => {
return val.parentId == this.parentLb.zalb;
});
if (!this.selectIndex1) {
this.data = this.sxdata = response.data.rows;
} else {
this.data = this.sxdata = response.data.rows.filter((val) => {
return val.parentId == this.parentLb.zalb;
});
}
if (boo) {
setTimeout(() => {
......@@ -1234,9 +1263,13 @@ export default {
axios.get(`JsonData/CODE_XALBDMBCMS.json`).then((response) => {
if (response.success === true) {
this.loadingIndex--;
this.data2 = this.sxdata2 = response.data.rows.filter((val) => {
return val.parentId == this.parentLb.lalb;
});
if (!this.selectIndex1) {
this.data2 = this.sxdata2 = response.data.rows;
} else {
this.data2 = this.sxdata2 = response.data.rows.filter((val) => {
return val.parentId == this.parentLb.lalb;
});
}
if (boo) {
setTimeout(() => {
......@@ -1282,7 +1315,7 @@ export default {
}).then((res) => {
this.xyrList = res.data.rows;
console.log(this.xyrList);
this.getZp(this.xyrList)
this.getZp(this.xyrList);
// debugger;
loading.close();
});
......@@ -1295,7 +1328,7 @@ export default {
}).then((res) => {
// debugger;
this.shrListqh = res.data.rows;
this.getZp(this.shrListqh)
this.getZp(this.shrListqh);
loading.close();
});
} else if (val == 3) {
......@@ -1307,7 +1340,7 @@ export default {
}).then((res) => {
// debugger;
this.barList = res.data.rows;
this.getZp(this.barList)
this.getZp(this.barList);
loading.close();
});
}
......@@ -1315,10 +1348,10 @@ export default {
getZp(array) {
array.map((item) => {
console.log(item);
ryxxQg({'sfzh': item.cyzjZjhm,}).then((res) => {
item.zp = res.data.ryxx.img
})
})
ryxxQg({ sfzh: item.cyzjZjhm }).then((res) => {
item.zp = res.data.ryxx.img;
});
});
},
selectTabs(key) {
this.selectIndex1 = key;
......@@ -1329,6 +1362,8 @@ export default {
this.getQuery();
this.getQuerys();
this.getQuerycas();
// this.data = [];
// this.data2 = [];
},
hanldTableBar() {
this.$set(this.parentLb, "zalb", "");
......
......@@ -50,6 +50,7 @@ export default {
ajlbdm: "",
xszalxdm: "",
xslalxdm: "",
xsclalxdm: "",
lasjRqsjKssj: "",
lasjRqsjJssj: "",
asjfssjKssj: "",
......@@ -112,6 +113,16 @@ export default {
codeTree: "CODE_AJXZLB",
},
{
name: "次案类别",
id: "xsclalxdm",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_AJXZLB",
},
{
name: "立案时间",
id: "lasjRqsjKssj",
id2: "lasjRqsjJssj",
......@@ -209,7 +220,11 @@ export default {
prop: "ajxzlbMc",
width: "220",
},
{
label: "次案类别",
prop: "xalbdmbcmsMc",
width: "220",
},
{
label: "案件名称",
prop: "ajmc",
......
<!--
* @Author: your name
* @Date: 2021-10-27 14:37:44
* @LastEditTime: 2021-10-27 15:47:05
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\qgncj\sswp\index.vue
-->
<template>
<div class="Content rightContent">
<el-tabs v-model="activeName" @tab-click="qieTabs">
<el-tab-pane
:label="item.label"
:name="item.name"
v-for="item in tabsList"
:key="item.name"
></el-tab-pane>
</el-tabs>
<router-view></router-view>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
activeName: "querysstxsb",
query: {},
tabsList: [
{
label: "移动通讯设备",
name: "querysstxsb",
},
{
label: "身份证件",
name: "querysfzj",
},
{
label: "卡类",
name: "querysskl",
},
{
label: "机动车",
name: "queryssjdc",
},
{
label: "非机动车",
name: "queryssfjdc",
},
{
label: "枪支",
name: "queryssqz",
},
{
label: "弹药",
name: "queryssdy",
},
{
label: "文物",
name: "queryssww",
},
{
label: "其他",
name: "queryssqt",
},
],
};
},
methods: {
qieTabs({ name }) {
this.activeName = name;
this.$router.push({
path: `/querysswp/${name}`,
query: this.query,
});
},
},
created() {
this.query = this.$route.query;
},
watch: {
$route: {
handler(val) {
this.activeName = val.name;
},
immediate: true,
},
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
.el-tabs /deep/ {
margin: 0 20px;
.el-tabs__header {
background-color: #fff;
padding: 0 20px;
margin-bottom: 0;
margin-top: 20px;
}
}
</style>
<!--
* @Author: your name
* @Date: 2021-10-27 15:40:10
* @LastEditTime: 2021-10-27 15:40:10
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\qgncj\sswp\ssdy\queryssdy.vue
-->
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@dele="dele"
@toInfor="toInfor"
@edit="edit"
ref="rightContent"
></right-content>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "querysstxsb",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
};
},
created() {
// debugger;
},
methods: {
add() {
this.$router.push("addssydtxb");
},
dele(obj) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
deletessydtxsb({
xxzjbh: obj.row.xxzjbh,
}).then((res) => {
if (res.success && res.code == 200) {
this.$message({
type: "success",
message: "删除成功",
});
this.$refs.rightContent.doQuery("yes");
}
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消删除",
});
});
},
toInfor(obj) {
this.$router.push({
path: "/detailssydtxsb",
query: {
xxzjbh: obj.xxzjbh,
},
});
},
edit(obj) {
this.$router.push({
path: "/addssydtxb",
query: {
xxzjbh: obj.row.xxzjbh,
glxxXxzjbh: obj.row.glxxXxzjbh,
},
});
},
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
</style>
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@dele="dele"
@toInfor="toInfor"
@edit="edit"
ref="rightContent"
></right-content>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "querysstxsb",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
};
},
created() {
// debugger;
},
methods: {
add() {
this.$router.push("addssydtxb");
},
dele(obj) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
deletessydtxsb({
xxzjbh: obj.row.xxzjbh,
}).then((res) => {
if (res.success && res.code == 200) {
this.$message({
type: "success",
message: "删除成功",
});
this.$refs.rightContent.doQuery("yes");
}
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消删除",
});
});
},
toInfor(obj) {
this.$router.push({
path: "/detailssydtxsb",
query: {
xxzjbh: obj.xxzjbh,
},
});
},
edit(obj) {
this.$router.push({
path: "/addssydtxb",
query: {
xxzjbh: obj.row.xxzjbh,
glxxXxzjbh: obj.row.glxxXxzjbh,
},
});
},
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
</style>
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@dele="dele"
@toInfor="toInfor"
@edit="edit"
ref="rightContent"
></right-content>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "querysstxsb",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
};
},
created() {
// debugger;
},
methods: {
add() {
this.$router.push("addssydtxb");
},
dele(obj) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
deletessydtxsb({
xxzjbh: obj.row.xxzjbh,
}).then((res) => {
if (res.success && res.code == 200) {
this.$message({
type: "success",
message: "删除成功",
});
this.$refs.rightContent.doQuery("yes");
}
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消删除",
});
});
},
toInfor(obj) {
this.$router.push({
path: "/detailssydtxsb",
query: {
xxzjbh: obj.xxzjbh,
},
});
},
edit(obj) {
this.$router.push({
path: "/addssydtxb",
query: {
xxzjbh: obj.row.xxzjbh,
glxxXxzjbh: obj.row.glxxXxzjbh,
},
});
},
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
</style>
<!--
* @Author: your name
* @Date: 2021-10-27 15:41:34
* @LastEditTime: 2021-10-27 15:41:34
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\qgncj\sswp\ssqt\queryssqt.vue
-->
<!--
* @Author: your name
* @Date: 2021-10-27 15:39:04
* @LastEditTime: 2021-10-27 15:39:04
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\qgncj\sswp\ssqz\queryssqz.vue
-->
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@dele="dele"
@toInfor="toInfor"
@edit="edit"
ref="rightContent"
></right-content>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "querysstxsb",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
};
},
created() {
// debugger;
},
methods: {
add() {
this.$router.push("addssydtxb");
},
dele(obj) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
deletessydtxsb({
xxzjbh: obj.row.xxzjbh,
}).then((res) => {
if (res.success && res.code == 200) {
this.$message({
type: "success",
message: "删除成功",
});
this.$refs.rightContent.doQuery("yes");
}
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消删除",
});
});
},
toInfor(obj) {
this.$router.push({
path: "/detailssydtxsb",
query: {
xxzjbh: obj.xxzjbh,
},
});
},
edit(obj) {
this.$router.push({
path: "/addssydtxb",
query: {
xxzjbh: obj.row.xxzjbh,
glxxXxzjbh: obj.row.glxxXxzjbh,
},
});
},
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
</style>
<!--
* @Author: your name
* @Date: 2021-10-27 15:41:07
* @LastEditTime: 2021-10-27 15:41:07
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\qgncj\sswp\ssww\queryssww.vue
-->
<!--
* @Author: your name
* @Date: 2021-09-08 17:35:31
* @LastEditTime: 2021-10-27 14:34:58
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xxtk\case\addCase.vue
-->
<template>
<div>
<form-compontent
class="formCompontent"
:formField="propFormField"
:formLabelAligns="formLabelAlign"
@submit="submit"
:propTitle="title"
></form-compontent>
</div>
</template>
<script>
import formCompontent from "@c/form.vue";
import {
insertssydtxsb,
updatessydtxsb,
queryByXxzjbh,
} from "@/api/qgccj/ssydtxsb.js";
import axios from "@/utils/http.js";
import { ssydtxsb_jbxx, ssydtxsb_syrxx } from "@/utils/params.js";
export default {
name: "zdxx",
components: {
formCompontent,
},
data() {
return {
title: "新增损失移动通讯设备",
propFormField: [
//基本信息
{
title: "基本信息",
id: 1,
objStr: "",
index: 0,
data: ssydtxsb_jbxx,
},
{
title: "所有人信息",
id: 2,
objStr: "",
index: 1,
data: ssydtxsb_syrxx,
},
],
formLabelAlign: {},
breadcrumbList: [
{
name: "刑嫌列控管理",
to: "/queryGzry",
isActive: false,
},
{
name: "人员涉案",
to: "/queryCase",
isActive: false,
},
{
name: this.$route.query.xxzjbh ? "修改人员" : "新增人员",
to: "/addGzry",
isActive: true,
},
],
glxxXxzjbh: "",
xxzjbh: "",
};
},
methods: {
submit(params) {
params.append("glxxXxzjbh", this.glxxXxzjbh);
let loading = this.$loading({
lock: true,
text: "正在保存...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
if (!this.xxzjbh) {
this.addSubmit(params, loading);
} else {
this.editSubmit(params, loading);
}
},
addSubmit(params, loading) {
insertssydtxsb(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("保存成功!", "提示", {
confirmButtonText: "确定",
type: "success",
callback: () => {
loading.close();
this.$router.push("queryCase");
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
editSubmit(params, loading) {
params.append("xxzjbh", this.xxzjbh);
updatessydtxsb(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("保存成功!", "提示", {
confirmButtonText: "确定",
type: "success",
callback: () => {
loading.close();
this.$router.push("queryCase");
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
queryByXxzjbh({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
this.$set(this.formLabelAlign, i.id, result[i.id]);
});
}
this.$forceUpdate();
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.glxxXxzjbh) {
this.glxxXxzjbh = this.$route.query.glxxXxzjbh;
}
if (this.$route.query.xxzjbh) {
this.title = "修改损失移动通讯设备";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
},
};
</script>
<style lang="scss" scoped>
.formCompontent /deep/ {
#spbtn {
width: calc(100% - 40px);
}
}
</style>
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-10-27 11:43:45
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
-->
<template>
<div class="Content" id="hmxsDetail">
<right-content
:cxQueryField="cxQueryField"
:pageObject="pageObject"
:pageFooterProps="pageFooterProps"
labelWidth="110px"
title="阵地交易活动详情"
>
</right-content>
</div>
</template>
<script>
import rightContent from "@c/PersonInfor.vue";
import { selectSaById } from "@/api/xxtk/rysa.js";
import axios from "@/utils/http.js";
export default {
name: "queryAj",
components: {
rightContent,
},
data() {
return {
cxQueryField: [
{
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "案件编号:",
prop: "asjbh",
col: "3",
},
{
label: "相关人员编号:",
prop: "asjxgrybh",
col: "3",
},
],
},
],
pageFooterProps: [
{
label: "填表单位:",
prop: "xxdjdwGajgmc",
col: "3",
},
{
label: "填表人:",
prop: "xxdjryXm",
col: "3",
},
{
label: "填表时间:",
prop: "djsj",
col: "3",
},
],
defaultProps: {
parent: "parentId", // 父级唯一标识
value: "id", // 唯一标识
label: "label", // 标签显示
children: "children", // 子级
},
breadcrumbList: [
{
name: "刑嫌列控管理",
to: "/queryGzry",
isActive: false,
},
{
name: "人员涉案",
to: "/queryCase",
isActive: false,
},
{
name: "人员涉案详情",
to: "/detailCase",
isActive: true,
},
],
pageObject: {},
xxzjbh: "",
};
},
mounted() {},
methods: {
getInfor() {
let _this = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSaById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
this.pageObject = result;
loading.close();
});
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
this.xxzjbh = this.$route.query.xxzjbh;
this.getInfor();
},
};
</script>
<style scoped lang="scss">
</style>
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@dele="dele"
@toInfor="toInfor"
@edit="edit"
ref="rightContent"
></right-content>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "querysstxsb",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
};
},
created() {
// debugger;
},
methods: {
add() {
this.$router.push("addssydtxb");
},
dele(obj) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
deletessydtxsb({
xxzjbh: obj.row.xxzjbh,
}).then((res) => {
if (res.success && res.code == 200) {
this.$message({
type: "success",
message: "删除成功",
});
this.$refs.rightContent.doQuery("yes");
}
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消删除",
});
});
},
toInfor(obj) {
this.$router.push({
path: "/detailssydtxsb",
query: {
xxzjbh: obj.xxzjbh,
},
});
},
edit(obj) {
this.$router.push({
path: "/addssydtxb",
query: {
xxzjbh: obj.row.xxzjbh,
glxxXxzjbh: obj.row.glxxXxzjbh,
},
});
},
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
</style>
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-10-11 18:10:21
* @LastEditTime: 2021-10-27 09:26:55
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -111,21 +111,21 @@ export default {
prop: "hyhf",
col: "3",
},
{
label: "阵地规模:",
prop: "zdgmStr",
col: "3",
},
// {
// label: "阵地规模:",
// prop: "zdgmStr",
// col: "3",
// },
{
label: "阵地场所:",
prop: "zdcslxStr",
col: "3",
},
{
label: "风险程度:",
prop: "fxcdStr",
col: "3",
},
// {
// label: "风险程度:",
// prop: "fxcdStr",
// col: "3",
// },
],
},
{
......
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