Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
1e0df0fa
Commit
1e0df0fa
authored
Dec 15, 2022
by
季圣华
Browse files
优化单据扫码录入的样式
parent
71968259
Changes
8
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/PurchaseBackModal.vue
View file @
1e0df0fa
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
12px 0 0
"
>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
jshERP-web/src/views/bill/modules/PurchaseInModal.vue
View file @
1e0df0fa
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
12px 0 0
"
>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue
View file @
1e0df0fa
...
@@ -73,18 +73,18 @@
...
@@ -73,18 +73,18 @@
<
template
#buttonAfter
>
<
template
#buttonAfter
>
<a-row
v-if=
"rowCanEdit"
:gutter=
"24"
style=
"float:left;padding-bottom: 5px;"
data-step=
"4"
data-title=
"扫码录入"
data-intro=
"此功能支持扫码枪扫描商品条码进行录入"
>
<a-row
v-if=
"rowCanEdit"
:gutter=
"24"
style=
"float:left;padding-bottom: 5px;"
data-step=
"4"
data-title=
"扫码录入"
data-intro=
"此功能支持扫码枪扫描商品条码进行录入"
>
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-button
@
click=
"scanEnter"
style=
"margin-right: 8px"
>
扫码录入
</a-button>
<a-button
@
click=
"scanEnter"
>
扫码录入
</a-button>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
6
px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
8
px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
12px 0 0
"
>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
<a-row
:gutter=
"24"
style=
"float:left;padding-bottom: 5px;"
>
<a-row
:gutter=
"24"
style=
"float:left;padding-bottom: 5px;"
>
<a-col
:md=
"24"
:sm=
"24"
>
<a-col
:md=
"24"
:sm=
"24"
>
<a-button
@
click=
"handleHistoryBillList"
><a-icon
type=
"history"
/>
历史单据
</a-button>
<a-button
style=
"margin-left: 8px"
@
click=
"handleHistoryBillList"
><a-icon
type=
"history"
/>
历史单据
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
</
template
>
</
template
>
...
...
jshERP-web/src/views/bill/modules/RetailBackModal.vue
View file @
1e0df0fa
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
18px 0 0
"
>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
jshERP-web/src/views/bill/modules/RetailOutModal.vue
View file @
1e0df0fa
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0 6px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
18px 0 0
"
>
<a-button
@
click=
"stopScan"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
jshERP-web/src/views/bill/modules/SaleBackModal.vue
View file @
1e0df0fa
...
@@ -68,10 +68,10 @@
...
@@ -68,10 +68,10 @@
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-button
@
click=
"scanEnter"
style=
"margin-right: 8px"
>
扫码录入
</a-button>
<a-button
@
click=
"scanEnter"
style=
"margin-right: 8px"
>
扫码录入
</a-button>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
6
px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
8
px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
24px 0 0
"
>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
jshERP-web/src/views/bill/modules/SaleOrderModal.vue
View file @
1e0df0fa
...
@@ -71,14 +71,14 @@
...
@@ -71,14 +71,14 @@
@
added=
"onAdded"
@
added=
"onAdded"
@
deleted=
"onDeleted"
>
@
deleted=
"onDeleted"
>
<
template
#buttonAfter
>
<
template
#buttonAfter
>
<a-row
:gutter=
"24"
style=
"float:left;"
data-step=
"4"
data-title=
"扫码录入"
data-intro=
"此功能支持扫码枪扫描商品条码进行录入"
>
<a-row
:gutter=
"24"
style=
"float:left;
padding-bottom: 5px;
"
data-step=
"4"
data-title=
"扫码录入"
data-intro=
"此功能支持扫码枪扫描商品条码进行录入"
>
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-button
@
click=
"scanEnter"
>
扫码录入
</a-button>
<a-button
@
click=
"scanEnter"
>
扫码录入
</a-button>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
6
px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
8
px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
18px 0 0
"
>
<a-button
@
click=
"stopScan"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
1e0df0fa
...
@@ -76,10 +76,10 @@
...
@@ -76,10 +76,10 @@
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-col
v-if=
"scanStatus"
:md=
"6"
:sm=
"24"
>
<a-button
@
click=
"scanEnter"
style=
"margin-right: 8px"
>
扫码录入
</a-button>
<a-button
@
click=
"scanEnter"
style=
"margin-right: 8px"
>
扫码录入
</a-button>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
6
px 0 12px"
>
<a-col
v-if=
"!scanStatus"
:md=
"16"
:sm=
"24"
style=
"padding: 0
8
px 0 12px"
>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
<a-input
placeholder=
"请扫码商品条码并回车"
v-model=
"scanBarCode"
@
pressEnter=
"scanPressEnter"
ref=
"scanBarCode"
/>
</a-col>
</a-col>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px"
>
<a-col
v-if=
"!scanStatus"
:md=
"6"
:sm=
"24"
style=
"padding: 0px
24px 0 0
"
>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
<a-button
@
click=
"stopScan"
style=
"margin-right: 8px"
>
收起扫码
</a-button>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
Write
Preview
Supports
Markdown
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