Commit afd75c54 authored by 鲁鑫's avatar 鲁鑫

当【税号】有值时,【税号类型】默认为CN5但允许更改

parent 88598660
......@@ -448,6 +448,8 @@ function bindEvent(){
if (Public.isNotBlank(val)){
UICtrl.setElHideOrShow("#taxTypeName",false)
UICtrl.setElRequiredFlag("#taxTypeName",true)
$("#taxTypeName").val("中国:税号");
$("#taxType").val("CN5");
}else {
UICtrl.setElHideOrShow("#taxTypeName",true)
UICtrl.setElRequiredFlag("#taxTypeName",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