Commit 10937e92 by dupengfei

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

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