ok
This commit is contained in:
36
src/App.js
36
src/App.js
@@ -703,36 +703,6 @@ function App() {
|
||||
totalPrice={totalPrice}
|
||||
lastTransaction={lastTransaction}
|
||||
/>
|
||||
{/* <Footer
|
||||
showTable={true}
|
||||
shopId={shopIdentifier}
|
||||
table={table}
|
||||
cartItemsLength={totalItemsCount}
|
||||
selectedPage={0}
|
||||
/> */}
|
||||
</>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/:shopIdentifier/:tableCode?/search"
|
||||
element={
|
||||
<>
|
||||
<SearchResult
|
||||
cafeId={shopId}
|
||||
sendParam={handleSetParam}
|
||||
user={user}
|
||||
shopItems={shopItems}
|
||||
guestSides={guestSides}
|
||||
guestSideOfClerk={guestSideOfClerk}
|
||||
removeConnectedGuestSides={rmConnectedGuestSides}
|
||||
setModal={setModal} // Pass the function to open modal
|
||||
/>
|
||||
{/* <Footer
|
||||
shopId={shopIdentifier}
|
||||
table={table}
|
||||
cartItemsLength={totalItemsCount}
|
||||
selectedPage={1}
|
||||
/> */}
|
||||
</>
|
||||
}
|
||||
/>
|
||||
@@ -752,12 +722,6 @@ function App() {
|
||||
shopItems={shopItems}
|
||||
setShopItems={setShopItems}
|
||||
/>
|
||||
{/* <Footer
|
||||
shopId={shopIdentifier}
|
||||
table={table}
|
||||
cartItemsLength={totalItemsCount}
|
||||
selectedPage={2}
|
||||
/> */}
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
||||
@@ -444,6 +444,18 @@ export default function Invoice({ shopId, setModal, table, sendParam, deviceType
|
||||
)}
|
||||
|
||||
<div className={styles.NoteContainer}>
|
||||
<span>Atas Nama :</span>
|
||||
<span></span>
|
||||
</div>
|
||||
|
||||
<div className={styles.NoteContainer} >
|
||||
<input
|
||||
className={styles.NoteInput}
|
||||
placeholder="Tambahkan catatan..."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={styles.NoteContainer}style={{height: '18px'}}>
|
||||
<span>Catatan :</span>
|
||||
<span></span>
|
||||
</div>
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
|
||||
.NoteInput {
|
||||
width: 78vw;
|
||||
height: 12vw;
|
||||
height: 18px;
|
||||
border-radius: 20px;
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user