﻿[
  { //出纳获取分页列表
    "cmd": "Window_post_GetPageList",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetPageList"
  },
  { //获取分页列表
    "cmd": "Window_post_Remove",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "Remove"
  },
  { //获取分页列表
    "cmd": "Window_post_Set",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "Set"
  },
  { //获取分页列表
    "cmd": "Window_post_Get",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "Get"
  },
  { //获取窗口下账户列表
    "cmd": "Window_post_GetList",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetList"
  },
  { //会计
    "cmd": "Window_post_GetAccountantPageList",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetAccountantPageList"
  },
  {
    "cmd": "Window_post_RemoveAccountant",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "RemoveAccountant"
  },
  {
    "cmd": "Window_post_SetAccountant",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "SetAccountant"
  },
  {
    "cmd": "Window_post_GetAccountant",
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetAccountant"
  },
  {
    "cmd": "Window_post_GetEmList", //获取窗口对应的额业务员列表
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetEmList"
  },
  {
    "cmd": "Window_post_GetWindowList", //获取窗口下拉列表
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetWindowList"
  },
  { //收款负责人
    "cmd": "Window_post_GetPageTwoList", //获取分页列表
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetPageTwoList"
  },
  {
    "cmd": "Window_post_SetTwo", //添加修改收款负责人
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "SetTwo"
  },
  {
    "cmd": "Window_post_GetTwo", //修改通过ID获取收款负责人信息
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetTwo"
  },
  {
    "cmd": "Window_post_RemoveTwo", //修改通过ID删除收款负责人信息
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "RemoveTwo"
  },
  {
    "cmd": "Window_post_GetBackAccountNew", //根据窗口ID获取账户信息
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "method": "GetBackAccountNew"
  },
  {
    "cmd": "Window_post_SetCashierRelationNew", //新增/修改窗口信息
    "fullName": "REBORN.Services.FinanceService.WindowService",
    "checkFormRepeatSubmit": true, //验证表单重复提交
    "method": "SetCashierRelationNew"
  }
]