Esempio n. 1
0
  /**
   * 打开添加零售单页面
   *
   * @return
   */
  public String add() {
    userList = userService.getAllEmployeeList();

    // 设置零售单编号
    lsd.setId(lsdService.updateLsdId());

    storeList = storeService.getAllStoreList();

    iscs_flag = sysInitSetService.getQyFlag(); // 是否完成初始标志
    isqzxlh_flag = userService.getQzxlh();
    ysfs = sjzdService.getSjzdXmxxByZdId("SJZD_FKFS");

    posTypeList = posTypeService.getPosTypeList();

    return "success";
  }