Commit 978da8ac by lp784568205

修改单位字典码

parent dde31b67
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -420,6 +420,10 @@ export default {
cxUrl: String,
header: String,
pageFlag: String,
panelList: {
type: Array,
default: () => [],
},
},
data() {
return {
......@@ -442,18 +446,19 @@ export default {
propdefaultFormThead: this.cxDefaultFormThead, //表格表头
excelHeader: "案件标注",
cz: this.pageFlag,
navList: [
{
name: "案件标注信息",
path: "/queryAj",
isClock: false,
},
navList: this.panelList,
// [
// {
// name: "案件标注信息",
// path: "/queryAj",
// isClock: false,
// },
// {
// name: "标注查验信息",
// path: "/queryCheckAj",
// isClock: true,
// },
],
// ],
identitycard: JSON.parse(sessionStorage.getItem("userInfo")).identitycard,
isInclude: false,
active: "/queryAj",
......@@ -476,8 +481,8 @@ export default {
if (item.isClock && !this.isInclude) {
return;
} else {
this.active = item.path;
this.$router.push(item.path);
// this.active = item.path;
// this.$router.push(item.path);
}
},
goDetail(scope) {
......
......@@ -6,6 +6,7 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
:panelList="panelList"
></right-content>
</div>
</template>
......@@ -39,6 +40,13 @@ export default {
asjfsddDzmc: "",
zbrXm:"",
},
panelList: [
{
name: "案件标注信息",
path: "/queryAjHN",
isClock: false,
},
],
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
{
......@@ -62,12 +70,12 @@ export default {
{
name: "立案单位",
id: "Ladw_gajgjgdms",
type: "lazyCodeTreeDialog",
type: "CodeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_UNIT",
codeTree: "CODE_UNITHN",
},
{
name: "案件类别",
......
......@@ -6,6 +6,7 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
:panelList="panelList"
></right-content>
</div>
</template>
......@@ -39,6 +40,13 @@ export default {
asjfsddDzmc: "",
zbrXm:"",
},
panelList: [
{
name: "案件标注信息",
path: "/queryAjNM",
isClock: false,
},
],
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
{
......@@ -62,12 +70,12 @@ export default {
{
name: "立案单位",
id: "Ladw_gajgjgdms",
type: "lazyCodeTreeDialog",
type: "CodeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_UNIT",
codeTree: "CODE_UNITNM",
},
{
name: "案件类别",
......
......@@ -5,6 +5,7 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
:panelList="panelList"
></right-content>
</div>
</template>
......@@ -38,6 +39,13 @@ export default {
asjfsddDzmc: "",
zbrXm:"",
},
panelList: [
{
name: "案件标注信息",
path: "/queryAj",
isClock: false,
},
],
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
{
......
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