@model List @{ Layout = "/Views/Shared/_Layout.cshtml"; var Umodel = Face.Services.CxwUserLoginHelpre.CurrentUser(); } @**@
@if (Umodel.AdminName == "admin") { }
@if (Umodel.AdminName == "admin" || Umodel.AdminName == "文祚平") { }
image
流水账
image
应收账
image
应付账
image
操作日志
流水盈余
@ViewBag.journal
应收盈余
@ViewBag.receivable
应付余款
@ViewBag.payment
总盈余
@ViewBag.Money
@for (int i = 0; i < Model.Count; i++) { }
年月 收入 支出 余额
@Model[i].Date.Value.ToString("yyyy/MM") @Model[i].Receivable @Model[i].Payment 0?"color:green;":"color:red;")>@Model[i].TotalMoney

固定支出:房租,水电、员工工资、员工借支

生活支出:生活费、其他

采购支出:采购(应付)、办公用品、工具设备、生产物料

业务支出:快递费、业务餐费、出差餐补、业务提成、交通费、税务

@**@