feat: 出港组装 开始组装 status color

This commit is contained in:
2025-12-18 10:59:03 +08:00
parent 01306d1302
commit 1906e7ce65
2 changed files with 10 additions and 0 deletions

View File

@@ -125,6 +125,15 @@ class PadDataLayoutNew : FrameLayout {
et.inputType = value
}
var valueTextColor: Int = 0
set(value) {
field = value
if (value != 0) {
tv.setTextColor(value)
et.setTextColor(value)
}
}
/**
* 刷新事件回调
*/