优化单据列表的说明提示

This commit is contained in:
季圣华
2021-09-18 17:07:13 +08:00
parent ee04284ac1
commit 536f560377
19 changed files with 25 additions and 23 deletions

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->

View File

@@ -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 -->