shared-ritm 1.3.138 → 1.3.139
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/shared-ritm.es.js +7 -4
- package/dist/shared-ritm.umd.js +49 -49
- package/dist/types/api/services/PurchaseService.d.ts +3 -0
- package/dist/types/api/types/Api_Controls.d.ts +2 -0
- package/dist/types/api/types/Api_Purchase.d.ts +6 -0
- package/package.json +1 -1
- package/src/api/services/PurchaseService.ts +8 -3
- package/src/api/types/Api_Controls.ts +2 -0
- package/src/api/types/Api_Purchase.ts +6 -0
- package/src/common/app-table/components/ModalSelect.vue +315 -311
package/dist/shared-ritm.es.js
CHANGED
|
@@ -13757,7 +13757,7 @@ const qk = Ke({
|
|
|
13757
13757
|
], 64);
|
|
13758
13758
|
};
|
|
13759
13759
|
}
|
|
13760
|
-
}), jk = /* @__PURE__ */ Ie(Uk, [["__scopeId", "data-v-
|
|
13760
|
+
}), jk = /* @__PURE__ */ Ie(Uk, [["__scopeId", "data-v-29f98af3"]]), Gk = { class: "modal-title" }, Kk = ["data-test"], Xk = {
|
|
13761
13761
|
key: 0,
|
|
13762
13762
|
class: "required"
|
|
13763
13763
|
}, Yk = /* @__PURE__ */ Mt({
|
|
@@ -19968,9 +19968,12 @@ class bE extends sn {
|
|
|
19968
19968
|
async getPurchaseList(t) {
|
|
19969
19969
|
return await this.get("purchase/list", { params: t });
|
|
19970
19970
|
}
|
|
19971
|
-
|
|
19972
|
-
|
|
19973
|
-
|
|
19971
|
+
getPurchaseValue(t) {
|
|
19972
|
+
return this.get("purchase/value", { params: t });
|
|
19973
|
+
}
|
|
19974
|
+
createPurchase(t) {
|
|
19975
|
+
return this.post("purchase/create", t);
|
|
19976
|
+
}
|
|
19974
19977
|
// public async exitVisitorLog(id: string): Promise<Api_Visitor_Dto> {
|
|
19975
19978
|
// return await this.post(`exit_visitor_log/${id}`, {})
|
|
19976
19979
|
// }
|