|
|
@ -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',}, |
|
|
|