This commit is contained in:
Viet An
2026-06-15 09:47:39 +07:00
parent 2932730fc3
commit a9c37cfff5
12 changed files with 319 additions and 123 deletions

View File

@@ -225,7 +225,7 @@ export default /** @type {const} */ ([
distinct_values: {
label: {
type: "Concat",
field: ["code", "fullname", "phone"],
field: ["fullname", "code", "phone"],
},
order: { type: "RowNumber" },
},
@@ -657,7 +657,11 @@ export default /** @type {const} */ ([
name: "Cart",
url: "data/Cart/",
url_detail: "data-detail/Cart/",
params: {},
params: {
values:
"id,code,customer,customer__code,customer__fullname,customer__phone,customer__email,deleted,create_time,update_time",
sort: "id",
},
},
{
name: "Cart_Item",