Test Push

This commit is contained in:
2021-11-09 22:11:39 +10:00
parent c236e8a89a
commit cbec4a5c5c
18 changed files with 124 additions and 92 deletions

View File

@@ -50,6 +50,10 @@ const Floorplan: floorplan = {
selectedDecorationId: 0
};
const getData = (dataType: entity) => {
}
$(() => ajax('/ajax/getFloorplanData/1', null, 'get', setupFloorplan, null, null) )

View File

@@ -1,6 +1,7 @@
type PosMode = "edit" | "void" | "transfer" | "default" | "tableSelected" | "decorationSelected" | "activeTableSelected" | "merge" | "reservedTableSelected"
type PosModes = PosMode[]
interface ajaxResult {
status: string
data : any