Commit b24eb9b4 by liupeng

接了损失非机动车的接口,修改了案件标注详情页,增加了损失工具和作案工具接口

parent 8eb0f37b
......@@ -55,6 +55,12 @@ const ryxxQg = params =>
const updateBzStatus = params =>
post(`${base.alyIP}/toAsjbzCheck/updateBzStatus`, params);
const getsunShiWpList = params =>
post(`${base.alyIP}/newAsjbz/getsunShiWpList`, params);
const getZuoAnGjWpList = params =>
post(`${base.alyIP}/newAsjbz/getZuoAnGjWpList`, params);
export {
getAsjxxDetail,
getXckyDetail,
......@@ -69,5 +75,7 @@ export {
getBarxxList,
deleteBsh,
ryxxQg,
updateBzStatus
updateBzStatus,
getsunShiWpList,
getZuoAnGjWpList
}
\ No newline at end of file
......@@ -3,13 +3,13 @@ import base from "@/api/base";
//采集损失弹药信息
export const insertssdy = params =>
postform(`${base.alyIP}/ssydtxsb/insert`, params);
postform(`${base.alyIP}/ssdy/insert`, params);
//修改损失弹药信息
export const updatessdy = params =>
postform(`${base.alyIP}/ssydtxsb/update`, params);
postform(`${base.alyIP}/ssdy/update`, params);
//删除损失弹药信息
export const deletessdy = params =>
post(`${base.alyIP}/ssydtxsb/delete`, params);
post(`${base.alyIP}/ssdy/delete`, params);
//查询损失弹药信息
export const queryByXxzjbh = params =>
post(`${base.alyIP}/ssydtxsb/queryByXxzjbh`, params);
\ No newline at end of file
post(`${base.alyIP}/ssdy/queryByXxzjbh`, params);
\ No newline at end of file
......@@ -3,13 +3,13 @@ import base from "@/api/base";
//采集损失非机动车信息
export const insertssfjdc = params =>
postform(`${base.alyIP}/ssydtxsb/insert`, params);
postform(`${base.alyIP}/ssddfjdc/insert`, params);
//修改损失非机动车信息
export const updatessfjdc = params =>
postform(`${base.alyIP}/ssydtxsb/update`, params);
postform(`${base.alyIP}/ssddfjdc/update`, params);
//删除损失非机动车信息
export const deletessfjdc = params =>
post(`${base.alyIP}/ssydtxsb/delete`, params);
post(`${base.alyIP}/ssddfjdc/delete`, params);
//查询损失非机动车信息
export const queryByXxzjbh = params =>
post(`${base.alyIP}/ssydtxsb/queryByXxzjbh`, params);
\ No newline at end of file
post(`${base.alyIP}/ssddfjdc/queryByXxzjbh`, params);
\ No newline at end of file
......@@ -6702,7 +6702,7 @@ const ssqzxx_jbxx = [
},
{
name: "物品编号:",
id: "",
id: "ssqzSawpbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -6839,7 +6839,7 @@ const ssqzxx_syrxx = [
const ssjdc_jbxx = [
{
name: "案事件编号:",
id: "",
id: "asjbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -6847,7 +6847,7 @@ const ssjdc_jbxx = [
},
{
name: "物品编号:",
id: "",
id: "ssjdcSawpbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7051,7 +7051,7 @@ const ssjdc_sscl = [
const ssjdc_syr = [
{
name: "所有人姓名:",
id: "",
id: "ssddfjdcSoyrXm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7059,9 +7059,9 @@ const ssjdc_syr = [
},
{
name: "所有人常用证件:",
id: "",
id: "ssddfjdcSoyrCyzjdm",
type: "codeTree",
codeTree: "",
codeTree: "CODE_ZJ",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -7069,7 +7069,7 @@ const ssjdc_syr = [
},
{
name: "所有人证件号码:",
id: "",
id: "ssddfjdcSoyrZjhm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7077,7 +7077,7 @@ const ssjdc_syr = [
},
{
name: "所有人联系电话:",
id: "",
id: "ssddfjdcSoyrLxdh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7670,7 +7670,7 @@ const xckyxx_blxx = [
const ssdy_jbxx = [
{
name: "案事件编号:",
id: "",
id: "asjbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7678,7 +7678,7 @@ const ssdy_jbxx = [
},
{
name: "物品编号:",
id: "",
id: "ssdySawpbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7689,7 +7689,7 @@ const ssdy_jbxx = [
const ssdy_dyxx = [
{
name: "弹药类型:",
id: "",
id: "ssdyDylxdm",
type: "codeTree",
codeTree: "",
codeOptions: [],
......@@ -7700,7 +7700,7 @@ const ssdy_dyxx = [
},
{
name: "弹药型号:",
id: "",
id: "ssdyDyxhdm",
type: "codeTree",
codeTree: "",
codeOptions: [],
......@@ -7710,7 +7710,7 @@ const ssdy_dyxx = [
},
{
name: "弹药数量:",
id: "",
id: "ssdyWpsl",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7719,7 +7719,7 @@ const ssdy_dyxx = [
},
{
name: "特征描述:",
id: "",
id: "ssdyWptzms",
type: "textarea",
value: "",
placeholder: "请输入",
......@@ -7730,7 +7730,7 @@ const ssdy_dyxx = [
const ssdy_syrxx = [
{
name: "姓名:",
id: "",
id: "ssdySoyrXm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7739,9 +7739,9 @@ const ssdy_syrxx = [
},
{
name: "证件类型:",
id: "",
id: "ssdySoyrCyzjdm",
type: "codeTree",
codeTree: "",
codeTree: "CODE_ZJ",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -7750,7 +7750,7 @@ const ssdy_syrxx = [
},
{
name: "证件号码:",
id: "",
id: "ssdySoyrZjhm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7758,7 +7758,7 @@ const ssdy_syrxx = [
},
{
name: "联系电话:",
id: "",
id: "ssdySoyrLxdh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -7777,7 +7777,7 @@ const ssww_jbxx = [
},
{
name: "物品编号:",
id: "",
id: "sswwSawpbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8006,7 +8006,7 @@ const sskl_jbxx = [
},
{
name: "物品编号:",
id: "",
id: "ssklSawpbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8141,7 +8141,7 @@ const sszj_jbxx = [
},
{
name: "物品编号:",
id: "",
id: "sszjSawpbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8250,7 +8250,7 @@ const ssfjdc_jbxx = [
},
{
name: "物品编号:",
id: "",
id: "ssddfjdcSawpbh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8261,7 +8261,7 @@ const ssfjdc_jbxx = [
const ssfjdc_fjdcxx = [
{
name: "物品类型:",
id: "",
id: "ssddfjdcSawpdm",
type: "codeTree",
codeTree: "",
codeOptions: [],
......@@ -8272,7 +8272,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "品牌型号:",
id: "",
id: "ssddfjdcPpxh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8281,7 +8281,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "电机号:",
id: "",
id: "ssddfjdcDdfjdcdjhWpbzh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8289,7 +8289,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "车架号:",
id: "",
id: "ssddfjdcDdfjdccjhWpbzh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8297,7 +8297,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "车牌照号:",
id: "",
id: "ssddfjdcDdfjdcpzhWpbzh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8306,7 +8306,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "钢印号:",
id: "",
id: "ssddfjdcDdfjdcgyhWpbzh",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8314,9 +8314,9 @@ const ssfjdc_fjdcxx = [
},
{
name: "物品颜色:",
id: "",
id: "ssddfjdcWpysWpysdm",
type: "codeTree",
codeTree: "",
codeTree: "CODE_YS",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -8324,7 +8324,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "物品价值(元):",
id: "",
id: "ssddfjdcWpjzrmby",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8333,7 +8333,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "物品购置日期:",
id: "",
id: "ssddfjdcWpgzrq",
type: "dates",
value: "",
placeholder: "请输入",
......@@ -8341,7 +8341,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "颜色补充描述:",
id: "",
id: "chclWpysDmbcms",
type: "textarea",
value: "",
placeholder: "请输入",
......@@ -8349,7 +8349,7 @@ const ssfjdc_fjdcxx = [
},
{
name: "特征描述:",
id: "",
id: "ssddfjdcWptzms",
type: "textarea",
value: "",
placeholder: "请输入",
......@@ -8360,7 +8360,7 @@ const ssfjdc_fjdcxx = [
const ssfjdc_syrxx = [
{
name: "所有人姓名:",
id: "",
id: "ssddfjdcSoyrXm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8368,9 +8368,9 @@ const ssfjdc_syrxx = [
},
{
name: "所有人常用证件:",
id: "",
id: "ssddfjdcSoyrCyzjdm",
type: "codeTree",
codeTree: "",
codeTree: "CODE_ZJ",
codeOptions: [],
value: "",
placeholder: "请输入",
......@@ -8378,7 +8378,7 @@ const ssfjdc_syrxx = [
},
{
name: "所有人证件号码:",
id: "",
id: "ssddfjdcSoyrZjhm",
type: "text",
value: "",
placeholder: "请输入",
......@@ -8386,7 +8386,7 @@ const ssfjdc_syrxx = [
},
{
name: "所有人联系电话:",
id: "",
id: "ssddfjdcSoyrLxdh",
type: "text",
value: "",
placeholder: "请输入",
......
......@@ -282,6 +282,80 @@
</table>
</div>
</div>
<div class="rightBar" v-show="wpxx">
<div class="conTitle">
<div class="conTitleLeft conTitleleft" style="width: 40%">
<ul>
<li
v-for="data in wpList"
:key="data.ryid"
:class="{ liActive: selectIndex3 === data.ryid }"
@click="hanldWptab(data.ryid)"
>
{{ data.name }}
</li>
</ul>
</div>
<div class="conTitleRight" @click="topAmplifier"></div>
</div>
<div
class="conContioner"
:class="topSamllCard"
v-show="sswpqh"
>
<table v-for="(data, index) in sswpList" :key="index">
<tr>
<td width="100">物品名称:</td>
<td width="200">{{ data.wpmc }}</td>
<td width="130">物品特征描述:</td>
<td width="200">{{ data.wptzms }}</td>
<td width="100">物品价值:</td>
<td width="200">{{ data.wpjzrmby }}</td>
</tr>
<tr>
<td width="10">品牌型号:</td>
<td width="200">{{ data.ppxh }}</td>
<td width="130">物品购置日期:</td>
<td width="200">{{ data.wpgzsj }}</td>
<td width="100">录入时间:</td>
<td width="200">{{ data.djsj }}</td>
</tr>
<tr>
<td width="100">物品数量:</td>
<td width="200">{{ data.wpsl }}</td>
</tr>
<tr>
</tr>
</table>
</div>
<div
class="conContioner"
:class="topSamllCard"
v-show="zagjqh"
>
<table v-for="(data, index) in zagjList" :key="index">
<tr>
<td width="80">物品名称:</td>
<td width="200">{{ data.wpmc }}</td>
<td width="80">品牌型号:</td>
<td width="200">{{ data.ppxh }}</td>
</tr>
<tr>
<td width="80">物品标识号:</td>
<td width="200">{{ data.wpbzhWpbzh }}</td>
<td width="80">录入时间:</td>
<td width="200">{{ data.djsj }}</td>
</tr>
<tr>
<td width="90">物品标识号描述:</td>
<td width="200">{{ data.wpbzhDmbcm }}</td>
<td width="80">物品特征描述:</td>
<td width="200">{{ data.wptzms }}</td>
</tr>
</table>
</div>
</div>
</el-card>
</div>
<el-row :gutter="10" v-show="Amplifier">
......@@ -693,6 +767,8 @@ import {
deleteBsh,
ryxxQg,
updateBzStatus,
getsunShiWpList,
getZuoAnGjWpList,
} from "@/api/ajbzDetail.js";
import { queryCodeByType } from "@/api/queryAj.js";
import axios from "@/utils/http.js";
......@@ -749,6 +825,7 @@ export default {
{ id: 1, name: "案件信息" },
{ id: 2, name: "现场信息" },
{ id: 3, name: "人员" },
{ id: 4, name: "物品" },
],
tableBar: [
{ key: 5, name: "盗抢骗案" },
......@@ -760,6 +837,10 @@ export default {
{ ryid: 2, name: "受害人" },
{ ryid: 3, name: "报案人" },
],
wpList: [
{ ryid: 1, name: "损失工具" },
{ ryid: 2, name: "作案工具" },
],
centerDialogVisible: false,
centerDialogVisible1: false,
centerDialogVisibles1: false,
......@@ -787,15 +868,19 @@ export default {
rylb: "",
ajxx: true,
xcxx: false,
wpxx: false,
ry: false,
ryqh: true,
shrqh: false,
barrqh: false,
sswpqh: true,
zagjqh: false,
Amplifier: true,
delShow: false,
selectIndex: 1, //搜索结果,被选中的li index
selectIndex1: 9,
selectIndex2: 1,
selectIndex3: 1,
word: [],
FwbzhList: [],
fits: [],
......@@ -947,6 +1032,8 @@ export default {
},
xcbhUrl: "",
ischeck: true,
sswpList: [],
zagjList: [],
};
},
created() {
......@@ -1220,6 +1307,13 @@ export default {
console.log(this.xyrList1, "1765111");
});
getsunShiWpList({
asjbh: this.asjbh,
}).then((res) => {
this.sswpList = res.data.rows;
loading.close();
});
getGjcList({
asjbh: this.asjbh,
}).then((res) => {
......@@ -1377,14 +1471,22 @@ export default {
this.ajxx = true;
this.xcxx = false;
this.ry = false;
this.wpxx = false;
} else if (val == 2) {
this.ajxx = false;
this.xcxx = true;
this.ry = false;
this.wpxx = false;
} else if (val == 3) {
this.ajxx = false;
this.xcxx = false;
this.ry = true;
this.wpxx = false;
} else if (val == 4) {
this.ajxx = false;
this.xcxx = false;
this.ry = false;
this.wpxx = true;
}
},
hanldRytab(val) {
......@@ -1435,6 +1537,35 @@ export default {
});
}
},
hanldWptab(val) {
console.log(val);
this.selectIndex3 = val;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
if (val == 1) {
this.sswpqh = true;
this.zagjqh = false;
getsunShiWpList({
asjbh: this.asjbh,
}).then((res) => {
this.sswpList = res.data.rows;
loading.close();
});
} else if (val == 2) {
this.sswpqh = false;
this.zagjqh = true;
getZuoAnGjWpList({
asjbh: this.asjbh,
}).then((res) => {
this.zagjList = res.data.rows;
loading.close();
});
}
},
getZp(array) {
array.map((item) => {
console.log(item);
......
......@@ -12,17 +12,17 @@
<script>
import formCompontent from "@c/form.vue";
import { queryByXxzjbh } from "@/api/qgccj/ssdy.js";
import { queryByXxzjbh, insertssdy, updatessdy } from "@/api/qgccj/ssdy.js";
import axios from "@/utils/http.js";
import { ssdy_jbxx, ssdy_dyxx, ssdy_syrxx } from "@/utils/params.js";
export default {
name: "zdxx",
name: "ssdy",
components: {
formCompontent,
},
data() {
return {
title: "新增损失移动通讯设备",
title: "新增损失弹药信息",
propFormField: [
//基本信息
{
......@@ -30,14 +30,21 @@ export default {
id: 1,
objStr: "",
index: 0,
data: ssydtxsb_jbxx,
data: ssdy_jbxx,
},
{
title: "所有人信息",
title: "弹药信息",
id: 2,
objStr: "",
index: 1,
data: ssydtxsb_syrxx,
data: ssdy_dyxx,
},
{
title: "所有人信息",
id: 3,
objStr: "",
index: 2,
data: ssdy_syrxx,
},
],
formLabelAlign: {},
......@@ -81,7 +88,7 @@ export default {
window.opener.location.reload();
},
addSubmit(params, loading) {
insertssydtxsb(params).then((res) => {
insertssdy(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("保存成功!", "提示", {
confirmButtonText: "确定",
......@@ -99,7 +106,7 @@ export default {
},
editSubmit(params, loading) {
params.append("xxzjbh", this.xxzjbh);
updatessydtxsb(params).then((res) => {
updatessdy(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("保存成功!", "提示", {
confirmButtonText: "确定",
......
......@@ -36,28 +36,20 @@ export default {
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
label: "弹药类型",
prop: "ssydtxsbPpxh",
toInfor: true,
},
{
label: "移动电话",
label: "特征描述",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
label: "弹药数量",
prop: "ssydtxsbImeiWpbzh",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
cxUrl: "/ssdy/queryAll",
};
},
created() {
......@@ -65,7 +57,10 @@ export default {
},
methods: {
add() {
this.$router.push("addssydtxb");
this.$router.pushToTab({
path: "/addssdy",
query: this.query,
});
},
dele(obj) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
......@@ -95,7 +90,7 @@ export default {
},
toInfor(obj) {
this.$router.push({
path: "/detailssydtxsb",
path: "/detailssdy",
query: {
xxzjbh: obj.xxzjbh,
},
......@@ -103,7 +98,7 @@ export default {
},
edit(obj) {
this.$router.push({
path: "/addssydtxb",
path: "/addssdy",
query: {
xxzjbh: obj.row.xxzjbh,
glxxXxzjbh: obj.row.glxxXxzjbh,
......
......@@ -20,7 +20,7 @@
<script>
import formCompontent from "@c/form.vue";
import { queryByXxzjbh } from "@/api/qgccj/ssfjdc.js";
import { queryByXxzjbh, insertssfjdc, updatessfjdc } from "@/api/qgccj/ssfjdc.js";
import axios from "@/utils/http.js";
import { ssfjdc_jbxx, ssfjdc_fjdcxx, ssfjdc_syrxx } from "@/utils/params.js";
export default {
......@@ -30,7 +30,7 @@ export default {
},
data() {
return {
title: "新增损失移动通讯设备",
title: "新增损失非机动车",
propFormField: [
//基本信息
{
......@@ -38,14 +38,21 @@ export default {
id: 1,
objStr: "",
index: 0,
data: ssydtxsb_jbxx,
data: ssfjdc_jbxx,
},
{
title: "损失非机动车信息",
id: 2,
objStr: "",
index: 1,
data: ssfjdc_fjdcxx,
},
{
title: "所有人信息",
id: 2,
objStr: "",
index: 1,
data: ssydtxsb_syrxx,
data: ssfjdc_syrxx,
},
],
formLabelAlign: {},
......@@ -89,7 +96,7 @@ export default {
window.opener.location.reload();
},
addSubmit(params, loading) {
insertssydtxsb(params).then((res) => {
insertssfjdc(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("保存成功!", "提示", {
confirmButtonText: "确定",
......@@ -107,7 +114,7 @@ export default {
},
editSubmit(params, loading) {
params.append("xxzjbh", this.xxzjbh);
updatessydtxsb(params).then((res) => {
updatessfjdc(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("保存成功!", "提示", {
confirmButtonText: "确定",
......
......@@ -41,94 +41,102 @@ export default {
col: "3",
},
{
label: "手机使用状态:",
prop: "sjsyzt",
label: "物品编号:",
prop: "ssddfjdcSawpbh",
col: "3",
},
],
},
{
label: "品牌型号:",
prop: "ssydtxsbPpxh",
title: "损失非机动车信息", //如果不分小模块就删除title
id: 2,
objStr: "",
data: [
{
label: "物品类型:",
prop: "ssddfjdcSawpdm",
col: "3",
},
{
label: "电话号码:",
prop: "ssydtxsbYddh",
label: "品牌型号:",
prop: "ssddfjdcPpxh",
col: "3",
},
{
label: "机主提供串码:",
prop: "ssydtxsbImeiWpbzh",
label: "电机号:",
prop: "ssddfjdcDdfjdcdjhWpbzh",
col: "3",
},
{
label: "IMSI(串号):",
prop: "ssydtxsbImsiFwbzh",
label: "车架号:",
prop: "ssddfjdcDdfjdccjhWpbzh",
col: "3",
},
{
label: "ICCID(SIM卡号):",
prop: "ssydtxsbIccidWpbzh",
label: "车牌照号:",
prop: "ssddfjdcDdfjdcpzhWpbzh",
col: "3",
},
{
label: "物品颜色:",
prop: "ssydtxsbWpysdm",
label: "钢印号:",
prop: "ssddfjdcDdfjdcgyhWpbzh",
col: "3",
},
{
label: "物品价值(元):",
prop: "ssydtxsbWpjzrmby",
label: "物品颜色:",
prop: "ssddfjdcWpysWpysdm",
col: "3",
},
{
label: "购置日期:",
prop: "ssydtxsbWpgzrq",
label: "物品价值(元):",
prop: "ssddfjdcWpjzrmby",
col: "3",
},
{
label: "涉案时间:",
prop: "sasj",
label: "物品购置日期:",
prop: "ssddfjdcWpgzrq",
col: "3",
},
{
label: "网综串码:",
prop: "wzimei",
label: "颜色补充描述:",
prop: "chclWpysDmbcms",
col: "3",
},
{
label: "特征描述:",
prop: "ssydtxsbWptzms",
col: "10",
prop: "ssddfjdcWptzms",
col: "3",
},
],
},
{
title: "所有人信息", //如果不分小模块就删除title
id: 2,
id: 3,
objStr: "",
data: [
{
label: "姓名:",
prop: "ssydtxsbSoyrXm",
label: "所有人姓名:",
prop: "ssddfjdcSoyrXm",
col: "3",
},
{
label: "证件类型:",
prop: "ssydtxsbSoyrCyzjdm",
label: "所有人常用证件:",
prop: "ssddfjdcSoyrCyzjdm",
col: "3",
},
{
label: "证件号码:",
prop: "ssydtxsbSoyrZjhm",
label: "所有人证件号码:",
prop: "ssddfjdcSoyrZjhm",
col: "3",
},
{
label: "联系电话:",
prop: "ssydtxsbSoyrLxdh",
label: "所有人联系电话:",
prop: "ssddfjdcSoyrLxdh",
col: "3",
},
],
},
],
defaultProps: {
parent: "parentId", // 父级唯一标识
......
......@@ -36,36 +36,35 @@ export default {
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
label: "物品名称",
prop: "ssddfjdcPpxh",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
label: "品牌型号",
prop: "ssddfjdcSawpdm",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
label: "车牌照号",
prop: "ssddfjdcDdfjdcpzhWpbzh",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
label: "物品价值(元)",
prop: "ssddfjdcWpjzrmby",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
cxUrl: "/ssddfjdc/queryAll",
};
},
created() {
// debugger;
this.query = this.$route.query;
},
methods: {
add() {
this.$router.push("addssydtxb");
this.$router.pushToTab({
path: "/addssddfjdc",
query: this.query,
});
},
dele(obj) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
......@@ -94,19 +93,18 @@ export default {
});
},
toInfor(obj) {
this.$router.push({
path: "/detailssydtxsb",
this.$router.pushToTab({
path: "/detailssddfjdc",
query: {
xxzjbh: obj.xxzjbh,
},
});
},
edit(obj) {
this.$router.push({
path: "/addssydtxb",
this.$router.pushToTab({
path: "/addssddfjdc",
query: {
xxzjbh: obj.row.xxzjbh,
glxxXxzjbh: obj.row.glxxXxzjbh,
},
});
},
......
......@@ -36,25 +36,29 @@ export default {
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
label: "物品名称",
prop: "",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
label: "品牌型号",
prop: "",
},
{
label: "使用性质",
prop: "",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
label: "号牌是否为真",
prop: "",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
label: "车辆识别号",
prop: "",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
label: "车辆识别号",
prop: "",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
......
......@@ -36,25 +36,25 @@ export default {
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
label: "物品类型",
prop: "",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
label: "卡号",
prop: "",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
label: "所有人名称",
prop: "",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
label: "发卡单位名称",
prop: "",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
label: "核发日期",
prop: "",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
......
......@@ -36,25 +36,21 @@ export default {
cxQueryField: [],
cxDefaultFormThead: [
{
label: "品牌型号",
prop: "ssydtxsbPpxh",
label: "枪支类型",
prop: "",
toInfor: true,
},
{
label: "移动电话",
prop: "ssydtxsbYddh",
},
{
label: "IMEI(设备码)",
prop: "ssydtxsbImeiWpbzh",
label: "特征描述",
prop: "",
},
{
label: "物品价值",
prop: "ssydtxsbWpjzrmby",
label: "物品数量",
prop: "",
},
{
label: "特征描述",
prop: "ssydtxsbWptzms",
label: "物品标识号",
prop: "",
},
],
cxUrl: "/gzryFwbzhgj/selectFwbzhgj",
......
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