diff --git a/src/main/resources/static/assets/js/project_budget_pay.js b/src/main/resources/static/assets/js/project_budget_pay.js index 7f3c174..15253f8 100644 --- a/src/main/resources/static/assets/js/project_budget_pay.js +++ b/src/main/resources/static/assets/js/project_budget_pay.js @@ -8,7 +8,7 @@ pay_DETAIL2={ "payTime":[false,"付款时间","string"], "payProject":[false,"采购成本项目","number"], "payAmount":[false,"付款金额","number"], - "supplier":[false,"供应商","number"], + "supplier":[false,"供应商","string"], }; pay_DETAIL={ @@ -17,7 +17,7 @@ pay_DETAIL={ "payTime":[false,"付款时间","string"], "payProject":[false,"采购成本项目","number"], "payAmount":[false,"付款金额","number"], - "supplier":[false,"供应商","number"], + "supplier":[false,"供应商","string"], }; /* [ diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl index 95e0d76..e36e8cc 100644 --- a/src/main/resources/templates/admin/project_budget_edit.ftl +++ b/src/main/resources/templates/admin/project_budget_edit.ftl @@ -1517,7 +1517,7 @@ - +