Commit 10937e92 by dupengfei

侦查指令统计功能 展示字段 查询字段 修改

parent b2bc505e
......@@ -1063,7 +1063,9 @@
pageBs == 'zcsskl'||
pageBs == 'zcssjdc'||
pageBs == 'zcssdy' ||
pageBs == 'llygl'
pageBs == 'llygl' ||
pageBs == 'zczltj'
)
"
......
......@@ -161,7 +161,7 @@ export default {
doSearchOtherLlyxx({xxzjbh}).then(res=>{
if(res.code === 200){
if(res.data.xxzjbh){
this.$alert(`是否继续移交${res.data.trueName}`, '', {
this.$alert(`是否继续移交给:${res.data.trueName}`, '', {
confirmButtonText: '确定',
callback: action => {
if(action === 'cancel'){
......@@ -201,7 +201,6 @@ export default {
});
}
})
console.log("人员移交")
},
dele(scope) {
this.$confirm("此操作将删除联络员, 是否继续?", "提示", {
......
......@@ -416,14 +416,14 @@ export default {
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
/*{
id: "jszls",
label: "接收指令数",
index: "jszls",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
},
},*/
],
},
{
......
......@@ -13,6 +13,7 @@
@zczltjExport="zczltjExport"
ref="rightContent"
></right-content>
</div>
</template>
......@@ -56,7 +57,7 @@ export default {
placeholder: "请选择",
col: "3",
},
{
/*{
name: "是否",
id: "isZjdw",
type: "codeTreeDialog",
......@@ -66,7 +67,7 @@ export default {
col: "3",
codeOptions: [],
codeTree: "CODE_IF",
},
},*/
{
name: "单位",
id: "dwdm",
......
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