@@ -100,6 +100,11 @@ export const printTempl = function(tsc,data){
// 产品编码
top = rightTop + 1
top = textFormat(command,data.productCode,rightMaxFnums,rightLeft,top,lightHeight,"left",1)
+
+ // 打印人打印时间
+ top = top+3
+ top = textFormat(command,data.printDate,rightMaxFnums,rightLeft,top,lightHeight,"left",1)
// 打印分数1,每个标签重发打印2次
command.setPagePrint(1,data.currentInven)
return command