|
@@ -210,6 +210,17 @@ class AddNewCustomerActivity : BaseActivity<ActivityAddNewCustomerBinding>() {
|
|
|
} else {
|
|
|
binding.commit.setText(resources.getString(R.string.add))
|
|
|
|
|
|
+ for (item in customerManager) {
|
|
|
+ if (item.id == OASystem.userInfo.userId) {
|
|
|
+
|
|
|
+ customerManagerList.add(item.id)
|
|
|
+
|
|
|
+ item.isChecked = true
|
|
|
+
|
|
|
+ binding.customerLeader.text = item.name
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
marketCustomer = MarketCustomer()
|
|
|
}
|
|
|
}
|