Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
24395f94
Commit
24395f94
authored
Nov 11, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
和美安装包_v7.7.0-20221108
parent
4216cd3c
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
58 additions
and
11 deletions
+58
-11
AssemblyInfo.cs
....DbViewer/FLY.Blowing.DbViewer/Properties/AssemblyInfo.cs
+3
-3
AssemblyInfo.cs
...LY.Thick.Blowing.UI.Fix.Client/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...LY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
+2
-2
UcWeightProfile.xaml.cs
Project.FLY.Unions/FLY.Unions.UI/UcWeightProfile.xaml.cs
+19
-0
AssemblyInfo.cs
...LY.Weight/FLY.Weight.UI.Server/Properties/AssemblyInfo.cs
+2
-2
hemeiInstallZipVersionInfo.json
脚本/hemeiInstallZipVersionInfo.json
+3
-2
版本描述.md
脚本/版本描述.md
+27
-0
No files found.
Project.FLY.Blowing.DbViewer/FLY.Blowing.DbViewer/Properties/AssemblyInfo.cs
View file @
24395f94
...
...
@@ -12,7 +12,7 @@ using System.Windows;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("佛山市枫莱尔自动化技术有限公司")]
[assembly: AssemblyProduct("吹膜数据库浏览器")]
[assembly: AssemblyCopyright("Copyright © 202
1
FlyAutomation")]
[assembly: AssemblyCopyright("Copyright © 202
2
FlyAutomation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
...
...
@@ -51,6 +51,6 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("
6.33
.0.0")]
[assembly: AssemblyFileVersion("
6.33
.0.0")]
[assembly: AssemblyVersion("
7.7
.0.0")]
[assembly: AssemblyFileVersion("
7.7
.0.0")]
[assembly: Guid("5FE5D848-CD2B-42CC-8EBD-2029371CDFE2")]
Project.FLY.Thick.Blowing/FLY.Thick.Blowing.UI.Fix.Client/Properties/AssemblyInfo.cs
View file @
24395f94
...
...
@@ -51,6 +51,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.
6.2
.0")]
[assembly: AssemblyFileVersion("7.
6.2
.0")]
[assembly: AssemblyVersion("7.
7
.0")]
[assembly: AssemblyFileVersion("7.
7
.0")]
[assembly: Guid("D12087A7-EEC4-4D9F-9269-8F20324F4B04")]
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan.UI.Client/Properties/AssemblyInfo.cs
View file @
24395f94
...
...
@@ -51,6 +51,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.
6.3
.1")]
[assembly: AssemblyFileVersion("7.
6.3
.1")]
[assembly: AssemblyVersion("7.
7.0
.1")]
[assembly: AssemblyFileVersion("7.
7.0
.1")]
[assembly: Guid("38E0D8EC-4D1C-49FF-AB08-6289294C5BD4")]
Project.FLY.Unions/FLY.Unions.UI/UcWeightProfile.xaml.cs
View file @
24395f94
...
...
@@ -191,6 +191,21 @@ namespace FLY.Unions.UI
if
(!
WdPassword
.
Authorize
(
"Profile"
))
return
;
//有效性检查
if
(
string
.
IsNullOrEmpty
(
Param
.
PName
))
{
FLY
.
ControlLibrary
.
Window_WarningTip
.
Show
(
"参数出错"
,
"称重配方名称为空"
);
return
;
}
weightProfileService
.
Apply
(
Param
.
GetValue
());
if
(!
ProfileList
.
Contains
(
Param
.
PName
))
{
ProfileList
.
Add
(
Param
.
PName
);
}
SelectedItem
=
Param
.
PName
;
//绑定weightSystemService数据
for
(
int
i
=
0
;
i
<
weightSystemService
.
Items
.
Count
();
i
++)
{
...
...
@@ -212,6 +227,10 @@ namespace FLY.Unions.UI
ingredient
.
Density
=
ingredientView
.
Density
;
}
}
FLY
.
ControlLibrary
.
Window_Tip
.
Show
(
"成功"
,
"已经设置到PLC"
,
TimeSpan
.
FromSeconds
(
2
));
}
private
void
ToProfile
()
...
...
Project.FLY.Weight/FLY.Weight.UI.Server/Properties/AssemblyInfo.cs
View file @
24395f94
...
...
@@ -51,6 +51,6 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.
6.1
.0")]
[assembly: AssemblyFileVersion("7.
6.1
.0")]
[assembly: AssemblyVersion("7.
7.0
.0")]
[assembly: AssemblyFileVersion("7.
7.0
.0")]
[assembly: Guid("AC4FFE57-FF42-4B4D-9E23-FF583D78187D")]
脚本/hemeiInstallZipVersionInfo.json
View file @
24395f94
{
"InstallZipVersion"
:
"7.
6.3
.1"
,
"InstallZipUrl"
:
"http://server.flyautomation.net:8889/download/和美安装包_v7.
6.3.1_20221106
.7z"
"InstallZipVersion"
:
"7.
7.0
.1"
,
"InstallZipUrl"
:
"http://server.flyautomation.net:8889/download/和美安装包_v7.
7.0.1_20221109
.7z"
}
\ No newline at end of file
脚本/版本描述.md
View file @
24395f94
# 和美安装包_v7.7.0-20221108
## 测厚仪服务器 v7.6.2
## 测厚仪客户端 v7.7.0
1.
添加 称重的配方界面添加仓号输入
## 扫描测厚仪服务器 v7.6.1
## 扫描测厚仪客户端 v7.7.0
1.
添加 称重的配方界面添加仓号输入
## 自动风环 v7.6.1
## 称重 v7.7.0
1.
添加 仓号功能,历史数据会记录
## 称重单组 v7.6.0
## 收卷 v7.6.0
## IBC v7.6.0
## 下吹 v7.6.0
## 吹膜数据库浏览器 v7.0.0
<br/>
<br/>
<br/>
# 和美安装包_v7.6.3-20221105
## 测厚仪服务器 v7.6.2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment