I'm trying to make Time Sheet application using asp.net mvc3. Time Sheet should have as input parameters Employee ID and Date, and after that employee will insert project that he was working on and hours spent. I don't know how to design a calendar in time sheet class, so that one can insert his activities for that day into time sheet and look for previous time sheets, change them. it should look similar to this: http://i.imgur.com/Agf7KCxl.png
问问题
2234 次
2 回答
0
您可以根据需要为您的时间表创建一个局部视图 ( http://i.imgur.com/Agf7KCxl.png )。您必须使用 CSS 和 jquery API 来插入、更新、删除条目。您的部分视图将采用参数员工 ID、日期,以及他是关联的项目的唯一列表。
于 2013-02-27T13:11:42.023 回答
0
我也在使用 asp.net webform 工作时间表应用程序。我正在使用现有的 jQuery/javascript 日历插件之一来获取取件日期。
于 2018-04-11T04:10:29.723 回答