Tiger.Business.MES/WorkAction/PrintLabel.cs
@@ -112,6 +112,8 @@ case "GetBAS_ITEM": var itemInfo = Biz.Db.Queryable<BAS_ITEM>().Where(q => q.ITEM_CODE == CurPosition.CurWipSN.ITEM_CODE).First(); return itemInfo.ToJson(); case "GetCustomer": return CurPosition.WorkBatch.Batch.ToJson(); default: return ""; }