Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jwhx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
jwhx
Commits
5405af5b
Commit
5405af5b
authored
Dec 28, 2024
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~~
parent
b5652f2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
resources/admin/src/pages/cashierhome/cashierhome.vue
resources/admin/src/pages/cashierhome/cashierhome.vue
+5
-5
No files found.
resources/admin/src/pages/cashierhome/cashierhome.vue
View file @
5405af5b
...
...
@@ -8,7 +8,7 @@
<el-col
:span=
'9'
class=
"pos_order"
id=
"order_list"
>
<el-tabs
style=
"padding-left:10px;"
>
<el-tab-pane
label=
"购物单"
>
<
p
v-if=
"scannedCode"
>
{{
scannedCode
}}
</p
>
<
!--
<p
v-if=
"scannedCode"
>
{{
scannedCode
}}
</p>
--
>
<el-table
:data=
"tableData"
border
style=
"width:100%;"
>
<el-table-column
prop=
"title"
label=
"商品名称"
>
</el-table-column>
<el-table-column
prop=
"count"
label=
"数量"
>
...
...
@@ -29,14 +29,14 @@
<small>
数量:
</small>
{{ totalCount }}
<small>
金额:
</small>
{{ totalMoney }}
</div>
<div
class=
"pos_btn"
>
<el-button
type=
"success
"
@
click=
"focusfun"
>
监听扫码识别
</el-button>
<el-button
type=
"danger"
@
click=
"delAllGoods()"
>
清空购物单
</el-button>
<el-button
type=
"success"
@
click=
"checkOut()"
>
结账
</el-button>
<el-button
size=
"large"
type=
"primary
"
@
click=
"focusfun"
>
监听扫码识别
</el-button>
<el-button
size=
"large"
type=
"danger"
@
click=
"delAllGoods()"
>
清空购物单
</el-button>
<el-button
size=
"large"
type=
"success"
@
click=
"checkOut()"
>
结账
</el-button>
</div>
</el-tab-pane>
</el-tabs>
</el-col>
<el-col
:span=
"15"
>
<el-col
:span=
"15"
>
<el-header>
<div
class=
"left-panel"
>
<el-input
v-model=
"search.keyword"
placeholder=
"关键词"
style=
"width:150px; margin-right: 10px;"
clearable
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment