Commit 1221dc43 by gao_yingdong

画像工作重点人员修改

parent 9b3af346
<template>
<div class="personSearch">
<div
style="
text-align: center;
position: absolute;
top: 40%;
left: 35%;
margin-left: 20%;
transform: translateX(-50%);
display: flex;
"
class="personSearch"
>
<el-form ref="form" :model="form" label-width="0px">
<el-form-item
v-for="item in propQueryField"
......@@ -381,7 +392,10 @@ export default {
console.log(path);
window.open(path, "_blank");
} else if (this.pages == "queryTdyp") {
let path = `${base.alyIP18}/#/jump?identitycard=${JSON.parse(sessionStorage.getItem("userInfo")).identitycard}&path=ajbzDetail&asjbh=${this.form.asjbh}`;
let path = `${base.alyIP18}/#/jump?identitycard=${
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
}&path=ajbzDetail&asjbh=${this.form.asjbh}`;
window.open(path);
} else if (this.pages == "querySdtdyp") {
// let path = `http://39.99.155.173:9003/#/ajbzDetail?asjbh=${this.form.asjbh}`;
......@@ -402,7 +416,8 @@ export default {
.split("-")
.join("");
let skjm = encrypt.skEncrypt(
JSON.parse(sessionStorage.getItem("userInfo")).identitycard,
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard,
key.trim(),
vi.trim()
);
......@@ -606,45 +621,45 @@ export default {
};
</script>
<style lang="scss" scoped>
.personSearch :v-deep {
text-align: center;
position: absolute;
top: 40%;
left: 35%;
margin-left: 20%;
transform: translateX(-50%);
display: flex;
.zdycol {
width: 300px;
}
.el-form-item {
display: inline-block;
margin-right: 20px;
}
.el-cascader {
width: 100%;
}
.el-select {
width: 100%;
}
.el-input {
width: 100%;
border-radius: 4px;
margin-right: 20px;
.el-input__inner {
background: #0d3354;
border: 1px solid #0268ff;
color: #fff;
height: 38px;
}
}
.el-button {
width: 72px;
background: #0268ff;
border-radius: 4px;
// /deep/.personSearch :v-deep {
// text-align: center;
// position: absolute;
// top: 40%;
// left: 35%;
// margin-left: 20%;
// transform: translateX(-50%);
// display: flex;
/deep/ .zdycol {
width: 300px;
}
/deep/ .el-form-item {
display: inline-block;
margin-right: 20px;
}
/deep/.el-cascader {
width: 100%;
}
/deep/ .el-select {
width: 100%;
}
/deep/.el-input {
width: 100%;
border-radius: 4px;
margin-right: 20px;
.el-input__inner {
background: #0d3354;
border: 1px solid #0268ff;
color: #fff;
border: none;
height: 38px;
}
}
/deep/.el-button {
width: 72px;
background: #0268ff;
border-radius: 4px;
color: #fff;
border: none;
height: 38px;
}
// }
</style>
......@@ -2175,8 +2175,8 @@ export default {
self.formData[i].forEach((item) => {
str = str ? `${str},${item}` : `${item}`;
});
json[i] = self.formData.zdyCodeTxt
? `${str},${self.formData.zdyCodeTxt}`
json[i] = self.formData.zdyCode
? `${str},${self.formData.zdyCode}`
: `${str}`;
} else if (i == "file" || i == "imageFile") {
json[i] = self.imgRaw;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,7 +6,7 @@
:formField="propFormField"
:formLabelAligns="formLabelAlign"
@submit="submit"
:propTitle="title"
:propTitle="xxzjbh ? '修改可疑车辆信息' : '新增可疑车辆信息'"
></form-compontent>
</div>
</template>
......
......@@ -6,7 +6,7 @@
:formField="propFormField"
:formLabelAligns="formLabelAlign"
@submit="submit"
:propTitle="title"
:propTitle="xxzjbh ? '修改可疑标识号信息' : '新增可疑标识号信息'"
></form-compontent>
</div>
</template>
......
......@@ -6,7 +6,7 @@
:formField="propFormField"
:formLabelAligns="formLabelAlign"
@submit="submit"
:propTitle="title"
:propTitle="xxzjbh ? '修改可疑号码信息' : '新增可疑号码信息'"
></form-compontent>
</div>
</template>
......
......@@ -6,7 +6,7 @@
:formField="propFormField"
:formLabelAligns="formLabelAlign"
@submit="submit"
:propTitle="title"
:propTitle="xxzjbh ? '修改可疑人员信息' : '新增可疑人员信息'"
></form-compontent>
</div>
</template>
......
......@@ -193,7 +193,7 @@ export default {
},
{
name: "人员标签",
id: "zdyCodeTxt",
id: "zdyCode",
type: "select",
value: "",
col: "3",
......
......@@ -193,7 +193,7 @@ export default {
},
{
name: "人员标签",
id: "zdyCodeTxt",
id: "zdyCode",
type: "select",
value: "",
col: "3",
......
......@@ -154,7 +154,7 @@ export default {
},
{
name: "自定义标签",
id: "zdyCodeTxt",
id: "zdyCode",
type: "select",
value: "",
col: "3",
......
......@@ -185,7 +185,7 @@ export default {
},
{
name: "人员标签",
id: "zdyCodeTxt",
id: "zdyCode",
type: "select",
value: "",
col: "3",
......
......@@ -36,11 +36,12 @@ export default {
ajxzlb: "",
xalbdmbcms: "",
ajlbCode: "",
zdyCodeTxt: "",
zdyCode: "",
xbdm: "",
mzdm: "",
grade: "",
isMine: "",
// ryfl: [],
},
cxQueryField: [
// {
......@@ -153,11 +154,16 @@ export default {
},
{
name: "人员标签",
id: "zdyCodeTxt",
id: "zdyCode",
type: "select",
value: "",
col: "3",
selectData: [],
selectData: [
// { name: "全部", value: "" },
// { name: "一般", value: "10" },
// { name: "危险", value: "20" },
// { name: "高危", value: "35" },
],
},
{
name: "危险系数",
......
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