Commit 5303f1c1 by 叶富雄

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents 210f9690 5e011978
...@@ -921,7 +921,7 @@ ...@@ -921,7 +921,7 @@
>支持png,jpg,doc,pdf格式,大小不超过3MB</span >支持png,jpg,doc,pdf格式,大小不超过3MB</span
> >
<span <span
v-else-if="item4.id == 'asjfjDzwjnr'" v-else-if="item4.id == 'asjfjDzwjnr' || item4.id == 'spflwsfj'"
style=" style="
color: red; color: red;
margin-left: 20px; margin-left: 20px;
...@@ -1566,6 +1566,9 @@ export default { ...@@ -1566,6 +1566,9 @@ export default {
} }
// debugger // debugger
console.log(this.pageBs); console.log(this.pageBs);
console.log(self.formLabelAlign);
if ( if (
self.pageBs && self.pageBs &&
((self.pageBs == "adjustRlqbxs" && ((self.pageBs == "adjustRlqbxs" &&
...@@ -1578,7 +1581,7 @@ export default { ...@@ -1578,7 +1581,7 @@ export default {
} else if(self.pageBs && self.pageBs == 'adjustZdxxgl' && self.formLabelAlign.zdryxxgl[0].xm == "") { } else if(self.pageBs && self.pageBs == 'adjustZdxxgl' && self.formLabelAlign.zdryxxgl[0].xm == "") {
this.$message.error("请填写阵地管理人员"); this.$message.error("请填写阵地管理人员");
return; return;
} else if(self.pageBs && self.pageBs == 'addzdcyryxx' && self.formLabelAlign.ryjl[0].dwmc == "") { } else if(self.pageBs && self.pageBs == 'addzdcyryxx' && self.formLabelAlign.ryjl.length == 0) {
this.$message.error("请填写从业人员及人员经历"); this.$message.error("请填写从业人员及人员经历");
} else if(self.pageBs && self.pageBs == 'addzdjyhd' && (self.formLabelAlign.xgry[0].xm == "" || self.formLabelAlign.zpxx[0].wjmc == "" || self.formLabelAlign.spxx[0].wjmc == "")) { } else if(self.pageBs && self.pageBs == 'addzdjyhd' && (self.formLabelAlign.xgry[0].xm == "" || self.formLabelAlign.zpxx[0].wjmc == "" || self.formLabelAlign.spxx[0].wjmc == "")) {
this.$message.error("请填写交易活动相关人员以及图片视频信息"); this.$message.error("请填写交易活动相关人员以及图片视频信息");
......
...@@ -219,7 +219,7 @@ const zdglryxx = [ ...@@ -219,7 +219,7 @@ const zdglryxx = [
{ {
name: "证件号码:", name: "证件号码:",
id: "zjhm", id: "zjhm",
type: "text", type: "textTqs",
disabled: false, disabled: false,
prop: "checkEmpty", prop: "checkEmpty",
value: "", value: "",
......
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
propFormField: [ propFormField: [
//基本信息 //基本信息
{ {
title: "", title: "人员信息",
id: 1, id: 1,
objStr: "zdry", objStr: "zdry",
index: 0, index: 0,
...@@ -422,6 +422,10 @@ export default { ...@@ -422,6 +422,10 @@ export default {
messageGet: { messageGet: {
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
label: "阵地名称",
prop: "zdmc",
},
{
label: "阵地规模", label: "阵地规模",
prop: "zdgm", prop: "zdgm",
}, },
...@@ -430,10 +434,6 @@ export default { ...@@ -430,10 +434,6 @@ export default {
prop: "fxcd", prop: "fxcd",
}, },
{ {
label: "阵地名称",
prop: "zdmc",
},
{
label: "阵地联系电话", label: "阵地联系电话",
prop: "zdlxdh", prop: "zdlxdh",
}, },
...@@ -480,7 +480,7 @@ export default { ...@@ -480,7 +480,7 @@ export default {
}); });
}, },
editSubmit(params, loading) { editSubmit(params, loading) {
params.append("xxzjbh", this.xxzjbh); params.append("zdry.xxzjbh", this.xxzjbh);
updateZdcyryxx(params).then((res) => { updateZdcyryxx(params).then((res) => {
if (res.success && res.code == 200) { if (res.success && res.code == 200) {
this.$alert("修改成功!", "提示", { this.$alert("修改成功!", "提示", {
...@@ -515,6 +515,7 @@ export default { ...@@ -515,6 +515,7 @@ export default {
return ""; return "";
}, },
ajtq(item) { ajtq(item) {
console.log(this.formLabelAlign);
debugger; debugger;
let self = this; let self = this;
var params = new FormData(); var params = new FormData();
...@@ -548,7 +549,7 @@ export default { ...@@ -548,7 +549,7 @@ export default {
self.$set( self.$set(
self.formLabelAlign, self.formLabelAlign,
j.id, j.id,
i.objStr ? result[i.objStr][j.id] : result[j.id] result[j.id]
); );
} }
}); });
......
...@@ -829,7 +829,7 @@ export default { ...@@ -829,7 +829,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -862,7 +862,7 @@ export default { ...@@ -862,7 +862,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -899,7 +899,7 @@ export default { ...@@ -899,7 +899,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -940,7 +940,7 @@ export default { ...@@ -940,7 +940,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -981,7 +981,7 @@ export default { ...@@ -981,7 +981,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -1022,7 +1022,7 @@ export default { ...@@ -1022,7 +1022,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -1059,7 +1059,7 @@ export default { ...@@ -1059,7 +1059,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -1096,7 +1096,7 @@ export default { ...@@ -1096,7 +1096,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -1137,7 +1137,7 @@ export default { ...@@ -1137,7 +1137,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -2042,18 +2042,18 @@ export default { ...@@ -2042,18 +2042,18 @@ export default {
created() { created() {
this.$store.commit("user/SET_Breadcrumb", this.Menu); this.$store.commit("user/SET_Breadcrumb", this.Menu);
console.log(this.$route.query); console.log(this.$route.query);
if (this.$route.query.glzdxxzjbh) { if (this.$route.query.xxzjbh) {
this.glzdxxzjbh = this.$route.query.glzdxxzjbh; this.xxzjbh = this.$route.query.xxzjbh;
this.ssdy.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.ssdy.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssfjdc.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.ssfjdc.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssjdc.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.ssjdc.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.sskl.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.sskl.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssqtwp.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.ssqtwp.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssqz.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.ssqz.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssww.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.ssww.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssydtxsb.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.ssydtxsb.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.sszj.cxFormData.glzdxxzjbh = this.glzdxxzjbh this.sszj.cxFormData.gljyhdxxzjbh = this.xxzjbh
console.log(this.glzdxxzjbh); console.log(this.xxzjbh);
} }
if (this.$route.query.xxzjbh) { if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改阵地交易活动信息"); // this.$set(this.propFormField[0], "title", "修改阵地交易活动信息");
......
...@@ -524,7 +524,7 @@ export default { ...@@ -524,7 +524,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -557,7 +557,7 @@ export default { ...@@ -557,7 +557,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -594,7 +594,7 @@ export default { ...@@ -594,7 +594,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -635,7 +635,7 @@ export default { ...@@ -635,7 +635,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -676,7 +676,7 @@ export default { ...@@ -676,7 +676,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -717,7 +717,7 @@ export default { ...@@ -717,7 +717,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -754,7 +754,7 @@ export default { ...@@ -754,7 +754,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -791,7 +791,7 @@ export default { ...@@ -791,7 +791,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -832,7 +832,7 @@ export default { ...@@ -832,7 +832,7 @@ export default {
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
glzdxxzjbh: this.glzdxxzjbh, gljyhdxxzjbh: this.xxzjbh,
}, },
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
...@@ -1592,6 +1592,19 @@ export default { ...@@ -1592,6 +1592,19 @@ export default {
}, },
}, },
created() { created() {
if (this.$route.query.xxzjbh) {
this.xxzjbh = this.$route.query.xxzjbh;
this.ssdy.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssfjdc.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssjdc.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.sskl.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssqtwp.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssqz.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssww.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.ssydtxsb.cxFormData.gljyhdxxzjbh = this.xxzjbh
this.sszj.cxFormData.gljyhdxxzjbh = this.xxzjbh
console.log(this.xxzjbh);
}
this.xxzjbh = this.$route.query.xxzjbh; this.xxzjbh = this.$route.query.xxzjbh;
this.glzdxxzjbh = this.$route.query.glzdxxzjbh; this.glzdxxzjbh = this.$route.query.glzdxxzjbh;
this.getInfor(); this.getInfor();
......
...@@ -62,8 +62,8 @@ export default { ...@@ -62,8 +62,8 @@ export default {
}, },
{ {
label: "线索类型:", label: "线索类型:",
prop: "zdxsrlqbxs", prop: "zdxsrlqbxsStr",
col: "10", col: "3",
}, },
], ],
}, },
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
:formLabelAligns="formLabelAlign" :formLabelAligns="formLabelAlign"
@submit="submit" @submit="submit"
:propTitle="title" :propTitle="title"
@queryDatas="queryDatas(arguments)"
@showDatas="showDatas(arguments)"
:propQuery="propQuery"
></form-compontent> ></form-compontent>
<!-- 阵地从业人员 --> <!-- 阵地从业人员 -->
...@@ -55,6 +58,9 @@ ...@@ -55,6 +58,9 @@
<span class="hbyp" @click="giveInstructions(scope.scope)" <span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span >下达指令</span
> >
<span class="hbyp" @click="TOxxtk(scope.scope)"
>推送至刑嫌人员</span
>
</template> </template>
</right-content> </right-content>
</div> </div>
...@@ -104,6 +110,53 @@ ...@@ -104,6 +110,53 @@
</right-content> </right-content>
</div> </div>
</el-card> </el-card>
<!-- 阵地交易活动人员 -->
<el-card
class="box-card"
style="margin-bottom: 70px"
v-if="!!this.xxzjbh && this.xxzjbh != ''"
>
<div slot="header" class="clearfix">
<span>阵地交易人员</span>
<el-button
style="float: right; padding: 3px 0"
type="text"
v-show="!showJYRY"
@click="showJYRY = true"
>展开</el-button
>
<el-button
style="float: right; padding: 3px 0"
type="text"
v-show="showJYRY"
@click="showJYRY = false"
>收起</el-button
>
</div>
<div class="text item" v-show="showJYRY">
<right-content
:pageBs="pageBs"
:cxFormData="cxFormDataJYRY"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormTheadJYRY"
:cxUrl="cxUrlJYRY"
ref="rightContentJYRY"
@toInfor="toInforJY"
>
<!-- <template #listOperation="scope">
<span class="hbyps" @click="addJYRY(scope.scope)">
<i class="el-icon-plus"></i>新增</span
>
</template> -->
<template #btnGroup="scope">
<span class="hbyp" @click="TOBK(scope.scope)">布控</span>
<span class="hbyp" @click="TOxxtk(scope.scope)"
>推送至刑嫌人员</span
>
</template>
</right-content>
</div>
</el-card>
<!-- 阵地线索信息 --> <!-- 阵地线索信息 -->
<el-card <el-card
class="box-card" class="box-card"
...@@ -394,6 +447,76 @@ ...@@ -394,6 +447,76 @@
<el-button @click="dialogG = false">关闭</el-button> <el-button @click="dialogG = false">关闭</el-button>
</span> </span>
</el-dialog> </el-dialog>
<el-dialog title="发送信息" :visible.sync="dialogVisiableM" width="43%">
<el-table
element-loading-text="拼命加载中"
ref="itemDataTable"
:data="propQuery"
tooltip-effect="dark"
max-height="600"
style="margin: 0 auto"
width="100%"
size="small"
>
<el-table-column
align="center"
v-for="(columnTitle, index) in messageGet.cxDefaultFormThead"
:key="index"
:label="columnTitle.label"
width="200"
:prop="columnTitle.prop"
>
<template slot-scope="scope">
<div v-if="columnTitle.prop == 'jyaq'">
<div class="ajxq_s">
<span class="none" v-html="scope.row[columnTitle.prop]"></span
><a
href="javascript:void(0);"
onclick='javascript:this.parentNode.style.display="none";this.parentNode.nextSibling.style.display="block"'
style="
display: inline-block;
width: 100%;
text-align: right;
color: #3692c6;
font-weight: 600;
"
id="open"
v-show="
scope.row[columnTitle.prop] != '' &&
scope.row[columnTitle.prop] != null
"
>展开</a
>
</div>
<div class="ajxq_n" style="display: none">
<span
style="display: block"
v-html="scope.row[columnTitle.prop]"
></span
><a
href="javascript:void(0);"
onclick='javascript:this.parentNode.style.display="none";this.parentNode.previousSibling.style.display="block"'
style="float: right; color: #3692c6; font-weight: 600"
id="stop"
v-show="
scope.row[columnTitle.prop] != '' &&
scope.row[columnTitle.prop] != null
"
>收起</a
>
</div>
</div>
<div v-else>
{{ scope.row[columnTitle.prop] }}
</div>
</template>
</el-table-column>
</el-table>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisiableM = false">关闭</el-button>
</span>
</el-dialog>
</div> </div>
</template> </template>
...@@ -404,6 +527,7 @@ import { ...@@ -404,6 +527,7 @@ import {
updateZdxxgl, updateZdxxgl,
getZdxxByxxzjbh, getZdxxByxxzjbh,
} from "@/api/zdxx/zdxxgl.js"; } from "@/api/zdxx/zdxxgl.js";
import { getjyryxxtsByZjhm } from "@/api/zdxx/zdjyhd.js";
// import { // import {
// deleteSsdyxx, // deleteSsdyxx,
// getSnajByssdy, // getSnajByssdy,
...@@ -430,6 +554,7 @@ import { deleteZdcyryxx } from "@/api/zdxx/zdcyryxx.js"; ...@@ -430,6 +554,7 @@ import { deleteZdcyryxx } from "@/api/zdxx/zdcyryxx.js";
import { deleteBbkwp } from "@/api/bkwpxx.js"; import { deleteBbkwp } from "@/api/bkwpxx.js";
import { deleteZdjyhd } from "@/api/zdxx/zdjyhd.js"; import { deleteZdjyhd } from "@/api/zdxx/zdjyhd.js";
import { deleteZdxsxx } from "@/api/zdxsxx.js"; import { deleteZdxsxx } from "@/api/zdxsxx.js";
import { insertGzry } from "@/api/xxtk/gzry.js";
export default { export default {
name: "zdxx", name: "zdxx",
components: { components: {
...@@ -492,6 +617,7 @@ export default { ...@@ -492,6 +617,7 @@ export default {
//列表展示数据 //列表展示数据
showCY: false, showCY: false,
showJY: false, showJY: false,
showJYRY: false,
showBK: false, showBK: false,
showXS: false, showXS: false,
pageBs: "adjustZdxxgl", pageBs: "adjustZdxxgl",
...@@ -506,6 +632,11 @@ export default { ...@@ -506,6 +632,11 @@ export default {
page: 1, page: 1,
glxxZdxxzjbh: this.xxzjbh, glxxZdxxzjbh: this.xxzjbh,
}, },
cxFormDataJYRY: {
limit: 10,
page: 1,
glxxZdxxzjbh: this.xxzjbh,
},
cxFormDataBK: { cxFormDataBK: {
limit: 10, limit: 10,
page: 1, page: 1,
...@@ -592,6 +723,30 @@ export default { ...@@ -592,6 +723,30 @@ export default {
}, },
], ],
cxUrlJY: "/zdjyhdxx/selectZdjyhd", cxUrlJY: "/zdjyhdxx/selectZdjyhd",
cxDefaultFormTheadJYRY: [
{
label: "姓名",
prop: "xm",
width: "220",
toInfor: true,
},
{
label: "证件号码",
prop: "zjhm",
width: "220",
},
{
label: "是否刑嫌人员",
prop: "sfsxxry",
width: "220",
},
{
label: "是否布控人员",
prop: "sfbbkry",
width: "220",
},
],
cxUrlJYRY: "/zdjyhdxx/selectZdjyryList",
cxDefaultFormTheadXS: [ cxDefaultFormTheadXS: [
{ {
label: "阵地线索名称", label: "阵地线索名称",
...@@ -604,7 +759,7 @@ export default { ...@@ -604,7 +759,7 @@ export default {
}, },
{ {
label: "线索类型", label: "线索类型",
prop: "zdxsrlqbxs", prop: "zdxsrlqbxsStr",
}, },
{ {
label: "关联案件", label: "关联案件",
...@@ -745,6 +900,29 @@ export default { ...@@ -745,6 +900,29 @@ export default {
pageShowG: false, pageShowG: false,
currentPage1G: 1, currentPage1G: 1,
currentPage1S: 1, currentPage1S: 1,
//消息推送
propQuery: [],
dialogVisiableM: false,
messageGet: {
cxDefaultFormThead: [
{
label: "阵地规模",
prop: "zdgm",
},
{
label: "分线程度",
prop: "fxcd",
},
{
label: "阵地名称",
prop: "zdmc",
},
{
label: "阵地联系电话",
prop: "zdlxdh",
},
],
},
}; };
}, },
methods: { methods: {
...@@ -772,6 +950,7 @@ export default { ...@@ -772,6 +950,7 @@ export default {
this.xxzjbh = res.data.xxzjbh; this.xxzjbh = res.data.xxzjbh;
this.cxFormDataCY.glzdxxzjbh = this.xxzjbh; this.cxFormDataCY.glzdxxzjbh = this.xxzjbh;
this.cxFormDataJY.glxxZdxxzjbh = this.xxzjbh; this.cxFormDataJY.glxxZdxxzjbh = this.xxzjbh;
this.cxFormDataJYRY.glxxZdxxzjbh = this.xxzjbh;
this.cxFormDataBK.glxxXxzjbh = this.xxzjbh; this.cxFormDataBK.glxxXxzjbh = this.xxzjbh;
this.cxFormDataXS.glzdxxzjbh = this.xxzjbh; this.cxFormDataXS.glzdxxzjbh = this.xxzjbh;
this.$alert("保存成功!", "提示", { this.$alert("保存成功!", "提示", {
...@@ -857,6 +1036,23 @@ export default { ...@@ -857,6 +1036,23 @@ export default {
}, 500); }, 500);
}); });
}, },
//提取信息列表展示
queryDatas(item) {
console.log(item);
var params = new FormData();
params.append("zjhm", item[0]);
params.append("page", "1");
params.append("limit", "10");
getjyryxxtsByZjhm(params).then((res) => {
console.log(res.data.rows);
this.propQuery = [...res.data.rows];
console.log(this.propQuery);
});
},
showDatas(item) {
console.log(item);
this.dialogVisiableM = true;
},
//列表的方法 //列表的方法
//阵地从业人员 //阵地从业人员
addCY() { addCY() {
...@@ -872,14 +1068,57 @@ export default { ...@@ -872,14 +1068,57 @@ export default {
query: { xxzjbh: scope.row.xxzjbh }, query: { xxzjbh: scope.row.xxzjbh },
}); });
}, },
TOBK(scope){ TOBK(scope) {
this.$router.pushToTab({ this.$router.pushToTab({
path: '/adjustXsbks', path: "/adjustXsbks",
query: { glxxlx: '0003', query: {
bkdxLxdm: '04', glxxlx: "0003",
bkdxLxdm: "04",
bkdx_hm: scope.row.zjhm, bkdx_hm: scope.row.zjhm,
glxxXxzjbh: scope.row.xxzjbh}, glxxXxzjbh: scope.row.xxzjbh,
}) },
});
},
TOxxtk(scope) {
let loading = this.$loading({
lock: true,
text: "正在保存...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
console.log(scope.row);
console.log(scope.row.csrq);
var sendData = scope.row
debugger
sendData.csrq = this.$moment(scope.row.csrq).format("YYYY-MM-DD HH:mm:ss")
sendData.djsj = this.$moment(scope.row.djsj).format("YYYY-MM-DD HH:mm:ss")
sendData.gxsj = this.$moment(scope.row.gxsj).format("YYYY-MM-DD HH:mm:ss")
console.log(sendData);
var params = new FormData()
for(let item in scope.row) {
params.append(item,scope.row[item])
}
insertGzry(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("推送成功!", "提示", {
confirmButtonText: "确定",
type: "success",
callback: () => {
loading.close();
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
// this.$router.pushToTab({
// path: '/adjustXsbks',
// query: { glxxlx: '0003',
// bkdxLxdm: '04',
// bkdx_hm: scope.row.zjhm,
// glxxXxzjbh: scope.row.xxzjbh},
// })
}, },
deleCY(scope) { deleCY(scope) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", { this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
...@@ -1770,6 +2009,7 @@ export default { ...@@ -1770,6 +2009,7 @@ export default {
this.getshuju(); this.getshuju();
this.cxFormDataCY.glzdxxzjbh = this.xxzjbh; this.cxFormDataCY.glzdxxzjbh = this.xxzjbh;
this.cxFormDataJY.glxxZdxxzjbh = this.xxzjbh; this.cxFormDataJY.glxxZdxxzjbh = this.xxzjbh;
this.cxFormDataJYRY.glxxZdxxzjbh = this.xxzjbh;
this.cxFormDataBK.glxxXxzjbh = this.xxzjbh; this.cxFormDataBK.glxxXxzjbh = this.xxzjbh;
this.cxFormDataXS.glzdxxzjbh = this.xxzjbh; this.cxFormDataXS.glzdxxzjbh = this.xxzjbh;
// this.ssdy.cxFormData.glzdxxzjbh = this.xxzjbh; // this.ssdy.cxFormData.glzdxxzjbh = this.xxzjbh;
......
...@@ -130,7 +130,15 @@ export default { ...@@ -130,7 +130,15 @@ export default {
type: "text", type: "text",
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "3",
},
{
name: "阵地编号:",
id: "xxzjbh",
type: "text",
value: "",
placeholder: "请输入",
col: "3",
}, },
{ {
name: "阵地管理人员姓名", name: "阵地管理人员姓名",
...@@ -167,6 +175,11 @@ export default { ...@@ -167,6 +175,11 @@ export default {
width: "200", width: "200",
}, },
{ {
label: "阵地编号",
prop: "xxzjbh",
width: "260",
},
{
label: "登记时间", label: "登记时间",
prop: "djsj", prop: "djsj",
}, },
...@@ -302,14 +315,14 @@ export default { ...@@ -302,14 +315,14 @@ export default {
// className: "iconfont iconrizhi", // className: "iconfont iconrizhi",
// disabled: false, // disabled: false,
// }, // },
{ // {
id: "queryZdxxss", // id: "queryZdxxss",
label: "阵地线索信息管理", // label: "阵地线索信息管理",
index: "queryZdxxss", // index: "queryZdxxss",
auth: "M0101", // auth: "M0101",
className: "iconfont iconrizhi", // className: "iconfont iconrizhi",
disabled: false, // disabled: false,
}, // },
{ {
id: "queryqzdjs", id: "queryqzdjs",
label: "全阵地信息检索", label: "全阵地信息检索",
......
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