Commit 3a5de980 by 西瓜

线索管理上级下发线索,反馈拟办意见的回报处理

parent 988ed0ed
......@@ -12,10 +12,7 @@
padding-left: 127px;
"
>
<i
class="iconfont iconfankuixuanzhong"
style="font-size: 20px;"
></i>
<i class="iconfont iconfankuixuanzhong" style="font-size: 20px;"></i>
{{ headerTitle }}
</div>
<xs-det
......@@ -675,7 +672,7 @@ export default {
shyj: '',
radio: '',
fkqx: '',
jzrq: '',
jzrq: ''
},
rules: {
radio: [{ required: true, message: '请选择审核结果', trigger: 'blur' }],
......@@ -823,6 +820,9 @@ export default {
} else {
obj.sfsjspPdbz = '0'
}
if (this.$route.query.sfhb) {
obj.sfhb = '1'
}
this.loadingHcfksh = true
hcfkSp(obj)
.then(res => {
......@@ -1157,7 +1157,7 @@ export default {
<style lang="scss" scoped>
/deep/input.el-input__inner {
width: 212px;
width: 212px;
}
.hcfksh_wrap {
// /deep/ #xsDet .xs_main .content .xs .xs_xq {
......
......@@ -892,6 +892,7 @@ export default {
)[0]
codearr.push(value)
}
params.append('shsexsbh', self.shsexsbh)
params.append('bjyjxxzjbh', self.bjyjxxzjbh)
params.append('xshc.sjhylymc', codearr.toString())
......
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