Coder Social home page Coder Social logo

fcpro's People

Contributors

luohong123 avatar panlihai avatar sjysun avatar sundanhua0505 avatar windivi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fcpro's Issues

no exported member 'FcbandModule'.

启动项目报错
ERROR in src/app/feature/basic/index.module.ts(6,81): error TS2305: Module '"C:/chang/全面预算/fcexample/node_module

npm install执行命令后无法安装的异常。

删除pageage-lock.json之后重新安装

` ng serve
module.js:472
throw err;
^

Error: Cannot find module '@angular-devkit/core'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object. (D:\fcexample\node_modules@angular-devkit\schematics\src\tree\virtual.js:10:16)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
请执行cnpm i @angular-devkit/[email protected]

关于Fctree判断有无子节点的数据字段

在全面预算项目中使用的树结构判断有无子节点的字段:BLAST(是否末级)与平台中使用的树结构判断有无子节点的树结构判断有无子节点的字段:HASCHILD(有无子节点)。存在是否意义上的冲突。

自定义表单中的按钮问题

表单用的是fc-adform是没问题的
自定义表单使用fc-tlbform标签获取的按钮,不会进入FcadformComponent中的事件处理,会进入ParentComponent中的事件处理,这样使表单的数据不能保存

页面使用自定义表单的时候会出现新增与修改的问题

1.新增:因为save方法保存的是Object对象,但是,自定义表单在点击"保存返回"是会出现mainObj对象是这样的,需要重写方法处理
qq 20180313145538
2.修改:
点击修改的时候需将列表回去的mainObj对象转成类似新增保存时的对象,要不然不会进行数据的回显
qq 20180313170743

如果使用的是fc-adform标签的话没这些问题

[全面预算]-树刷新问题

问题:刷新完成之后会出现该节点不停的转圈
当我调用ngOnChanges()之后发现的,新增之后调用这个没有出现
_20180323155356

首页的图标问题

一:环境:
1.数据库:最新的数据库表,数据
2.前台: 老平台
二:问题: 老平台首页的模块图标有丢失的

qq 20180313103627
新平台是没有,数据库中有相应的数据的

qq 20180313103610

Types of property '_subscribe' are incompatible.

ERROR in node_modules/fccomponent/node_modules/rxjs/BehaviorSubject.d.ts(7,22): error TS2415: Class 'BehaviorSubject' incorrectly extends base class 'Subject'.
Types of property '_subscribe' are incompatible.
Type '(subscriber: Subscriber) => Subscription' is not assignable to type '(subscriber: Subscriber) => Subscription'. Two different types with this name exist, but they are unrelated.
Types of parameters 'subscriber' and 'subscriber' are incompatible.
Type 'Subscriber' is not assignable to type 'Subscriber'. Two different types with this name exist, but they are unrelated.
Property 'isStopped' is protected but type 'Subscriber' is not a class derived from 'Subscriber'.

基础服务平台-是否可以按照产品进行过滤

    在基础服务平台中,配置元数据等界面时,是否可以根据产品进行过滤一下,比如:配置元数据时,通过产品选择我负责的产品之后,数据过滤之后,方便查找编辑我负责产品的内容。
    谢谢。

fcOption动态问题

预警设置模块:
新增设置的时候,表单下面的列表是不能有操作列的,所以我在addNew方法中将fcEnableAction,fcCheckboxSelection的值变成false,当我点击修改的时候会将这两个值变成true在listEdit方法中,
可是这样会使fcOption只加载一次,值变不了,
现象:1.当先点击的是新增的时候会将操作列隐藏,再点击修改的时候操作列还是隐藏的,没有显示
2.单先点击修改是,情况与之相反
qq 20180322150232
qq 20180322150246

页面导航问题

问题:
当我们展开好几个页面的时候会出现导航条的标签与页面的情况不符合
_20180322164256
会切到首页
_20180322164314
当点击预算项目的时候会出现预算科目的页面,左侧的菜单显示的是预算项目;当再次点击预算项目时,页面是预算项目的页面,导航不是,此时的路径是对的
_20180322164327

列表编辑

列表编辑中不能实现下拉单选,列表中的新增
_20180314135424

列表不出现的异常问题,列表不出现列表内容,请在列表的外层加上height:100%样式,同时在styles中加上样式代码

template: <fc-layoutpanel fcFull="true"> <fc-layoutrow fcSpan="120" style="height:100%;" fccontent> <fc-tlblist fccontent1 [fcAppid]="appId" (fcEvent)="tlblistEvent($event)"></fc-tlblist> <fc-listdata fccontent2 [fcAppid]="appId" [fcOption]="fcListdataOptions" (fcEvent)="listdataEvent($event)"></fc-listdata> </fc-layoutrow> </fc-layoutpanel>,
styles: [:host ::ng-deep .fc-layoutpanel .fc-content{ height:100%; } .list-search { width:100%; } .list-search:after{ content:''; display:block; clearfix:both; } .list-search-every{ width:24%; float:left; }]

关于fc-layoutrow 的fcSpan 在实际使用中还是没有生效。

fc-layoutrow 的fcSpan 在实际使用中还是没有生效。
image
由于这个功能限制了这个布局元素的高度,导致我的布局元素显示不出来,我试着临时注释了31行。但是这样便享受不到默认在不给定fcSpans属性的值时,默认给定的高50px了。

关于listdata如何填充

在后端使用sql查找好了数据,但是弄不到list里面去
appobjects
appobjects
结果还是暂无数据,能不能给一个实例参考啊?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.