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
536f5603
Commit
536f5603
authored
Sep 18, 2021
by
季圣华
Browse files
优化单据列表的说明提示
parent
ee04284a
Changes
19
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/AllocationOutList.vue
View file @
536f5603
...
...
@@ -76,7 +76,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"用于两个仓库之间的商品调拨,调拨单会影响库存。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/AssembleList.vue
View file @
536f5603
...
...
@@ -76,7 +76,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"用于将多种商品合并成一个商品,被合并的商品库存减少,合并后的商品库存增加。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/DisassembleList.vue
View file @
536f5603
...
...
@@ -76,7 +76,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"用于将一个商品拆分成多种商品,被拆分的商品库存增加,拆分后的商品库存减少。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/OtherInList.vue
View file @
536f5603
...
...
@@ -85,7 +85,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"可以进行库存初始化,生产管理模块的成品入库。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/OtherOutList.vue
View file @
536f5603
...
...
@@ -85,7 +85,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"可以进行库存初始化,生产管理模块的领料出库。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/PurchaseBackList.vue
View file @
536f5603
...
...
@@ -85,7 +85,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"用于采购入库单据的退货。采购退货单可以由采购出库单转过来,也可以单独创建。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/PurchaseInList.vue
View file @
536f5603
...
...
@@ -85,8 +85,9 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"采购入库单可以由采购订单转过来,也可以单独创建。
采购入库单据中的仓库列表只显示当前用户有权限的仓库。采购入库单可以使用多账户付款。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"info-circle"
style=
"font-size:20px;float:right;"
/>
采购入库单据中的仓库列表只显示当前用户有权限的仓库。采购入库单可以使用多账户付款。
勾选单据之后可以进行批量操作(删除、审核、反审核)"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"question-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/PurchaseOrderList.vue
View file @
536f5603
...
...
@@ -85,8 +85,8 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"采购订单不涉及付款金额,采购订单可以转采购入库单,但需要先对采购订单进行审核。
勾选之后可以进行批量操作(删除、审核、反审核)"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
勾选
单据
之后可以进行批量操作(删除、审核、反审核)"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/RetailBackList.vue
View file @
536f5603
...
...
@@ -85,7 +85,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"用于零售出库单据的退货。零售退货单可以由零售出库单转过来,也可以单独创建。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/RetailOutList.vue
View file @
536f5603
...
...
@@ -85,7 +85,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"用于非会员和会员的单据录入,主要是用于散户使用,不能欠款。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/SaleBackList.vue
View file @
536f5603
...
...
@@ -86,7 +86,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"用于销售出库单据的退货。销售退货单可以由销售出库单转过来,也可以单独创建。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
536f5603
...
...
@@ -86,8 +86,8 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"销售订单不涉及收款金额,销售订单可以转销售出库单,但需要先对销售订单进行审核。
勾选之后可以进行批量操作(删除、审核、反审核)"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
勾选
单据
之后可以进行批量操作(删除、审核、反审核)"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/bill/SaleOutList.vue
View file @
536f5603
...
...
@@ -86,8 +86,9 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"销售出库单可以由销售订单转过来,也可以单独创建。
销售出库单据中的仓库列表只显示当前用户有权限的仓库。销售出库单可以使用多账户收款。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"info-circle"
style=
"font-size:20px;float:right;"
/>
销售出库单据中的仓库列表只显示当前用户有权限的仓库。销售出库单可以使用多账户收款。
勾选单据之后可以进行批量操作(删除、审核、反审核)"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"question-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/financial/AdvanceInList.vue
View file @
536f5603
...
...
@@ -81,7 +81,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"针对会员模块,对会员收取预付款。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/financial/GiroList.vue
View file @
536f5603
...
...
@@ -72,7 +72,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"转账:本系统的转账是指从一个银行存款账户转入到另一个银行存款账户。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/financial/ItemInList.vue
View file @
536f5603
...
...
@@ -81,7 +81,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"收入单主要处理一些销售收入以外的收入如维修服务收入、利息收入、调账收入等。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/financial/ItemOutList.vue
View file @
536f5603
...
...
@@ -81,7 +81,7 @@
</a-button>
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"支出单主要处理一些进货支出以外的支出如水电支出、房租支出等。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/financial/MoneyInList.vue
View file @
536f5603
...
...
@@ -82,7 +82,7 @@
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"收款单所收金额只对付款单位的应收应付产生影响,可以在回款统计中进行查看。
收款单的优惠金额会对利润产生影响,但不影响付款单位的应收应付。优惠金额计入收入类的收款优惠中。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
536f5603
...
...
@@ -82,7 +82,7 @@
</a-dropdown>
<a-tooltip
placement=
"left"
title=
"付款单的要素和录入原则与“收款单”相同。
付款单中优惠金额计入支出类中的付款优惠中,为负值 (因优惠意味着实际少付款)。"
slot=
"action"
>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
info
-circle"
style=
"font-size:20px;float:right;"
/>
<a-icon
v-if=
"btnEnableList.indexOf(1)>-1"
type=
"
question
-circle"
style=
"font-size:20px;float:right;"
/>
</a-tooltip>
</div>
<!-- table区域-begin -->
...
...
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