Commit 2dd30d3a by 李淑真

人员手机全国案件修改

parent dcde0b08
...@@ -511,8 +511,14 @@ export default { ...@@ -511,8 +511,14 @@ export default {
} else if (self.cxType == "qgAsj") { } else if (self.cxType == "qgAsj") {
let objQg = JSON.parse(window.sessionStorage.getItem("userInfo")); let objQg = JSON.parse(window.sessionStorage.getItem("userInfo"));
let params = new FormData(); let params = new FormData();
params.append("gjc", self.$route.query.cphm); let type="";
params.append("type", "jyaq"); if(self.page=="qgAsjRy"){
type="zjhm";
}else{
type="jyaq";
}
params.append("gjc", self.$route.query.cphm ? self.$route.query.cphm : self.$route.query.zjhm);
params.append("type", type);
params.append("userCardId", objQg.identitycard); params.append("userCardId", objQg.identitycard);
params.append("userName", objQg.trueName); params.append("userName", objQg.trueName);
params.append("userDept", objQg.unitcode); params.append("userDept", objQg.unitcode);
......
...@@ -59,6 +59,8 @@ ...@@ -59,6 +59,8 @@
:propQueryData="qgjQueryData" :propQueryData="qgjQueryData"
:cxUrl="qgjCxUrl" :cxUrl="qgjCxUrl"
:tableName="qgjTableName" :tableName="qgjTableName"
:page="pageQg"
:cxType="aGCxType"
></table-component> ></table-component>
</div> </div>
<div class="con-wrap"> <div class="con-wrap">
...@@ -124,12 +126,12 @@ export default { ...@@ -124,12 +126,12 @@ export default {
data: [ data: [
{ {
id: 1, id: 1,
label: "涉及内案件", label: "涉及内案件",
num: "0", num: "0",
}, },
{ {
id: 2, id: 2,
label: "涉及外案件", label: "涉及外案件",
num: "0", num: "0",
}, },
{ {
...@@ -270,10 +272,6 @@ export default { ...@@ -270,10 +272,6 @@ export default {
], ],
qgjFormThead: [ qgjFormThead: [
{ {
label: "姓名",
prop: "zhfzxyrXm",
},
{
label: "案件编号", label: "案件编号",
prop: "asjbh", prop: "asjbh",
}, },
...@@ -286,8 +284,16 @@ export default { ...@@ -286,8 +284,16 @@ export default {
prop: "ajlbdmStr", prop: "ajlbdmStr",
}, },
{ {
label: "案发时间",
prop: "afsj",
},
{
label: "案发地区",
prop: "afdXzqhdmStr",
},
{
label: "立案单位", label: "立案单位",
prop: "ladwGajgmc", prop: "ladwdmStr",
}, },
{ {
label: "简要案情", label: "简要案情",
...@@ -300,14 +306,17 @@ export default { ...@@ -300,14 +306,17 @@ export default {
limit: 5, limit: 5,
}, },
qgjQueryData: { qgjQueryData: {
objectValue: sessionStorage.getItem("zjhm"), gjc: sessionStorage.getItem("zjhm"),
type: "zjhm",
page: 1, page: 1,
limit: 5, limit: 5,
}, },
pageQg: "qgAsjRy",
aGCxType: "qgAsj",
asjCxUrl: "/newRyda/getQsSaxx", asjCxUrl: "/newRyda/getQsSaxx",
qgjCxUrl: "/newRyda/getQgSaxx", qgjCxUrl: "/asj/getSaxxQg",
asjTableName: "涉及内案件", asjTableName: "涉及内案件",
qgjTableName: "涉及外案件", qgjTableName: "涉及外案件",
}; };
}, },
watch: { watch: {
......
...@@ -391,6 +391,7 @@ ...@@ -391,6 +391,7 @@
:propQueryData="qgajQueryData" :propQueryData="qgajQueryData"
:cxUrl="qgajCxUrl" :cxUrl="qgajCxUrl"
:cxType="qgajCxType" :cxType="qgajCxType"
:page="pageQg"
></table-component> ></table-component>
</div> </div>
</div> </div>
...@@ -544,7 +545,7 @@ export default { ...@@ -544,7 +545,7 @@ export default {
qgajFormThead: [ qgajFormThead: [
{ {
label: "案件标签编码", label: "案件编号",
prop: "asjbh", prop: "asjbh",
}, },
{ {
...@@ -553,7 +554,19 @@ export default { ...@@ -553,7 +554,19 @@ export default {
}, },
{ {
label: "案件类别", label: "案件类别",
prop: "ajlb", prop: "ajlbdmStr",
},
{
label: "案发时间",
prop: "afsj",
},
{
label: "案发地区",
prop: "afdXzqhdmStr",
},
{
label: "立案单位",
prop: "ladwdmStr",
}, },
{ {
label: "简要案情", label: "简要案情",
...@@ -566,8 +579,9 @@ export default { ...@@ -566,8 +579,9 @@ export default {
page: 1, page: 1,
limit: 3, limit: 3,
}, },
qgajCxUrl: "/sjdaApi/getQgAsj", pageQg: "qgAsjSj",
qgajCxType: "thjl", qgajCxUrl: "/asj/getSaxxQg",
qgajCxType: "qgAsj",
featureArry: [], featureArry: [],
//轨迹播放索引 //轨迹播放索引
indexi: 0, indexi: 0,
......
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