UI style adjustment

This commit is contained in:
2023-06-05 15:21:56 +08:00
parent 93d5be462e
commit 2366b378d2
4 changed files with 138 additions and 36 deletions

View File

@ -73,7 +73,7 @@ class Contact {
if (item == null) {
return false;
}
item.Id = -1;
//item.Id = -1;
item.SaveToCustomer = 0;
if (typeof this.#option.onSave === 'function') {
return this.#option.onSave.call(this, item, 'workorder');