瀏覽代碼

【修改】经费开支流程查看表单:金额两位数。

新疆警官学校中职
dyy 1 年之前
父節點
當前提交
ee304aa0dc
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/FormView.js

+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/FormView.js 查看文件

@@ -185,6 +185,10 @@ var bootstrap = function ($, learun) {
keyValue = data[id].Id;
}
$('[data-table="' + id + '"]').lrSetFormData(data[id]);
if (data[id].SumAmount) {
pricecount = data[id].SumAmount;
$("#SumAmount").val(pricecount.toFixed(2));
}
}
}
});


Loading…
取消
儲存