With wbcarjk.AddInputGroup("form1","clbx"," 车 辆 保 险")
With .AddInput("carjqxz","交强险止","text")
.Value = DataTables("t_insurance_clivta").GetComboListString("jqx_kaishiriqi","jqx_car_name='" & e.PostValues("carname") & "' ")
.Readonly= True
End With
End With
以上可以正常使用。 但想增加一个筛选条件,即车号满足且保单状态为“有效”。 以下(一)(二)代码都报错
此主题相关图片如下:where.png

[此贴子已经被作者于2020/5/28 18:44:00编辑过]