Browse Source

[feat]采购计划页面修改采购计划转采购订单添加权限,跟随采购计划页面添加权限字符

dev
zhangsiqi 5 months ago
parent
commit
12ae113184
  1. 6
      ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html

6
ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html

@ -52,7 +52,7 @@
</div>
<div class="btn-group-sm" id="toolbar" role="group">
<a class="btn btn-warning" onclick="addPurchaseOrder()" shiro:hasPermission="purchase:purchsePlan:add>
<a class="btn btn-warning" onclick="addPurchaseOrder()" shiro:hasPermission="purchase:purchsePlan:add">
<i class="fa fa-download"></i> 添加采购单
</a>
</div>
@ -103,7 +103,9 @@
},
{title: '采购计划单号',field: 'purchasePlanCode'},
{title: '关联单号', field: 'correlationCode',},
{title: '采购来源',field: 'purchasePlanType',formatter: function(value, row, index) {return $.table.selectDictLabel(purchasePlanTypeDatas, value);}},
{title: '采购来源',field: 'purchasePlanType',
formatter: function(value, row, index) {return $.table.selectDictLabel(purchasePlanTypeDatas, value);}
},
{title: '物料合计',field: 'materialAmount',},
{title: '数量总计', field: 'materialSum',},
{title: '不含税总价(RMB)',field: 'noRmbSum',},

Loading…
Cancel
Save