20230329打包
This commit is contained in:
parent
f915051120
commit
3e9efbcf3b
|
@ -0,0 +1,4 @@
|
||||||
|
--ADD BY YangHongwei 2023-03-29
|
||||||
|
pc端
|
||||||
|
1、新增企业级看板模块对应数据穿透展示页面。
|
||||||
|
--END
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,13 +0,0 @@
|
||||||
成达修改清单
|
|
||||||
1、菜单内容添加
|
|
||||||
|
|
||||||
https://sggl.chengda.com/
|
|
||||||
2、7个菜单路径提供
|
|
||||||
3、报表 集团的
|
|
||||||
4、月报
|
|
||||||
26-5 次月10天锁定录入
|
|
||||||
月报公司本部要能有个汇总 能按项目查询的树
|
|
||||||
5、移动端的总部的培训考试
|
|
||||||
6、移动端的项目的培训考试(有)要改
|
|
||||||
7、移动端检查(有)(PC端总部汇总 没有
|
|
||||||
8、与项目管理平台7个模块路径对接(已完成)
|
|
|
@ -1,37 +0,0 @@
|
||||||
项目选择就过滤掉已关闭的项目 如用ceshi 账号进入:(未过滤已关闭的项目,请参考后台的方法)
|
|
||||||
PC端:
|
|
||||||
|
|
||||||
APP:
|
|
||||||
|
|
||||||
焊材(我输入GTS)模糊查询后选不中,如:我想选GTS-347, 2.4的焊材,结果变成了:GTS-320LR 2.4了,并且要按焊材的类型和牌号进行排序(WeldTypeName,WeldName)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
使用位置要能输入也能选,输入的要能记住:现在是不能输入(请参考后台的方法)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
预约时间和录入时间默认为当天时间(这里没有默认,APP录入时间没有)
|
|
||||||
|
|
||||||
|
|
||||||
列表页面:状态默认为未领用状态,并按当前用户所在项目显示,显示预约时间为今天之后的日期(比如今天为5月2号,则显示预约时间为5月2号及以后的数据),是钢结构的记录也要显示(这里没有显示,是否钢结构只和焊工资质有关),请参考后台获取列表的方法焊材牌号未带出,第条数据应用----隔开
|
|
||||||
|
|
||||||
选条件查询时报错:
|
|
||||||
|
|
||||||
当一个焊工在一个时间段内领料记录超过二条时需要确认,(确认字段IsNeedConfirm没保存),请参考我后台的方法
|
|
||||||
数据不能修改(不只是修改是否作废),在没有领料前所有数据都要能修改。
|
|
||||||
焊工资质没判断,这是这个领料计划的核心部分(用测试项目,测试账号选张跃国是没有资质的),请严格按我后台写的方法来判断
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
目前大概这么多。我已在正式环境做好数据了,后面用ceshi项目,ceshi 用户(密码ceshi@123),测试单位来做测试数据
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,13 +0,0 @@
|
||||||
成达修改清单
|
|
||||||
1、菜单内容添加
|
|
||||||
|
|
||||||
https://sggl.chengda.com/
|
|
||||||
2、7个菜单路径提供
|
|
||||||
3、报表 集团的
|
|
||||||
4、月报
|
|
||||||
26-5 次月10天锁定录入
|
|
||||||
月报公司本部要能有个汇总 能按项目查询的树
|
|
||||||
5、移动端的总部的培训考试
|
|
||||||
6、移动端的项目的培训考试(有)要改
|
|
||||||
7、移动端检查(有)(PC端总部汇总 没有
|
|
||||||
8、与项目管理平台7个模块路径对接(已完成)
|
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
Before Width: | Height: | Size: 37 KiB |
|
@ -59,7 +59,7 @@
|
||||||
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
||||||
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
|
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
|
||||||
</httpHandlers>
|
</httpHandlers>
|
||||||
<compilation debug="true" targetFramework="4.6.1" />
|
<compilation debug="false" targetFramework="4.6.1" />
|
||||||
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000" maxQueryStringLength="2097151" />
|
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000" maxQueryStringLength="2097151" />
|
||||||
<authentication mode="Forms">
|
<authentication mode="Forms">
|
||||||
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/" />
|
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/" />
|
||||||
|
|
Loading…
Reference in New Issue