Commit 8f913560 by 西瓜

案件管理, 添加待补充标识, 并添加查询功能

parent cba1affd
......@@ -862,6 +862,24 @@
待签收</i
>
</span>
<!-- 待补充 -->
<span
@click="dbckQuery"
v-if="
selectQueryPath == 'shseaj/getShseajList?shsedm=0' ||
selectQueryPath == 'shseaj/getShseajList?shsedm=1' ||
selectQueryPath == 'shseaj/getShseajList?shsedm=3' ||
selectQueryPath == 'shseaj/getShseajList?shsedm=9'
"
class="el-icon-message-solid"
style="color: red ;margin: 0px 11px 0px 10px;cursor:pointer"
>
<i
style="color: black;font-weight: 500;font-family: Microsoft YaHei;"
>
待补充</i
>
</span>
<!-- 已反馈 -->
<span
v-if="
......@@ -972,7 +990,8 @@
this.currentIdName != 'tldSh' &&
this.currentIdName != 'whSh' &&
selectQueryPath != 'qzlsll/getAsjList' &&
selectQueryPath != 'tldjbxx/getTldxxList?lrmkdm=2&qryType=list' &&
selectQueryPath !=
'tldjbxx/getTldxxList?lrmkdm=2&qryType=list' &&
selectQueryPath != 'tldjbxx/getTldxxList?lrmkdm=1&qryType=list'
"
:disabled="propDisabled"
......@@ -1349,6 +1368,32 @@
@click="goDetail(scope.row)"
style="cursor: pointer; color:#096CC9;font-size:13px !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
>
<!-- 待签收 -->
<i
v-if="scope.row.sfxbc == '1' && selectQueryPath == 'shseaj/getShseajList?shsedm=0'
"
class="el-icon-message-solid"
style="color:red;margin-right:3px"
></i>
<!-- 待签收 -->
<i
v-if="scope.row.sfxbc == '1' && selectQueryPath == 'shseaj/getShseajList?shsedm=1'
"
class="el-icon-message-solid"
style="color:red;margin-right:3px"
></i>
<i
v-if="scope.row.sfxbc == '1' && selectQueryPath == 'shseaj/getShseajList?shsedm=3'
"
class="el-icon-message-solid"
style="color:red;margin-right:3px"
></i>
<i
v-if="scope.row.sfxbc == '1' && selectQueryPath == 'shseaj/getShseajList?shsedm=9'
"
class="el-icon-message-solid"
style="color:red;margin-right:3px"
></i>
{{ scope.row.zztm }}
</div>
</template>
......@@ -2878,6 +2923,7 @@ export default {
hczlztdm: '', // 待签收
sfbjhbPdbz: '', // 下级办结反馈
hczlztdms: '', // 下级办结反馈
dbc: '',
coLista: ['#57ACFF', '#FFD858'],
loading: true,
hbxs: false,
......@@ -3820,6 +3866,10 @@ export default {
this.hczlztdms = '08'
this.doQuery1()
},
dbckQuery () {
this.dbc = '1'
this.doQuery1()
},
// 线索信息有补充请注意查收
xsxxbcqzycsQuery () {
debugger
......@@ -5986,6 +6036,9 @@ export default {
) {
this.formData.dqs = this.hczlztdm
}
if (this.dbc) {
this.formData.sfxbc = this.dbc
}
if (
this.selectQueryPath == 'dbxs/qryDbxsList?qryType=sjxf' &&
this.sfbjhbPdbz &&
......@@ -6152,6 +6205,7 @@ export default {
this.hczlztdm = ''
this.sfbjhbPdbz = ''
this.hczlztdms = ''
this.dbc = ''
})
.catch(err => {
this.loading = false
......
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