有没有什么办法可以实现,当单元格值变为特定值,弹出一个单纯的文本输入框,输入的内容在页面中还可以获取到,可以实现吗这种
这个你是控件,编辑后事件,写js可以实现
=======
控件编辑后事件
var a=this.getValue();
if(a=="特定值")
{
alert("获取特定值");
}
回填参考
FR.Msg https://help.fanruan.com/finereport/doc-view-603.html
或者直接
JS实现弹窗后数据回填 https://help.fanruan.com/finereport/doc-view-3127.html
填报的话,就是控件编辑后事件,用JS进行判断弹框
参考https://help.fanruan.com/finereport/doc-view-1768.html
https://help.fanruan.com/finereport/doc-view-603.html#4a7ee2806192b2a0