Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
SO1131-XLRStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 178f52e4
由
张东亮
编写于
2025-07-18 15:33:48 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
站别打印
1 个父辈
7aabacc7
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
2 行增加
和
3 行删除
source/ShelfPrinter/FrmShelfPrinterMain.cs
source/XLRStoreClient/inputForm/FrmTurnoverBox.Designer.cs
source/ShelfPrinter/FrmShelfPrinterMain.cs
查看文件 @
178f52e
...
...
@@ -147,7 +147,7 @@ namespace ShelfPrinter
//foreach (var item in labels)
{
lblLabelInfo
.
Text
=
$
"打印任务[{item}]:{labels.ToStr()}"
;
var
printLbl
=
new
Label_LZ
(
labels
.
pn
,
labels
.
side
,
labels
.
station
,
labels
.
line
);
var
printLbl
=
new
Label_LZ
(
labels
.
pn
,
labels
.
side
,
labels
.
station
,
labels
.
line
,
labels
.
slot
,
labels
.
subslot
);
try
{
print
.
PrintPreview
(
printview
(
printLbl
));
...
...
@@ -199,7 +199,7 @@ namespace ShelfPrinter
{
try
{
print
.
PrintPreview
(
printview
(
new
Label_LZ
(
textBox1
.
Text
,
textBox3
.
Text
,
textBox4
.
Text
,
textBox2
.
Text
)));
print
.
PrintPreview
(
printview
(
new
Label_LZ
(
textBox1
.
Text
,
textBox3
.
Text
,
textBox4
.
Text
,
textBox2
.
Text
,
textBox5
.
Text
,
textBox6
.
Text
)));
}
catch
{
...
...
source/XLRStoreClient/inputForm/FrmTurnoverBox.Designer.cs
查看文件 @
178f52e
...
...
@@ -89,7 +89,6 @@
this
.
checkBox2
.
TabIndex
=
289
;
this
.
checkBox2
.
Text
=
"自动清除料箱绑定"
;
this
.
checkBox2
.
UseVisualStyleBackColor
=
true
;
this
.
checkBox2
.
Visible
=
false
;
this
.
checkBox2
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
checkBox2_CheckedChanged
);
//
// button4
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论