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",
}, },
], ],
}, },
......
...@@ -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