diff --git a/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html b/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html index ad12bfe8..42686b28 100644 --- a/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html +++ b/ruoyi-admin/src/main/resources/templates/purchase/purchasePlan/purchasePlan.html @@ -52,7 +52,7 @@
- 添加采购单
@@ -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',},