|
|
@@ -14,7 +14,6 @@ namespace UAS_LabelMachine.PublicMethod
|
|
|
{
|
|
|
public static void SinglePrint(Document SingleDoc, string[] arg, string pib_id)
|
|
|
{
|
|
|
- Console.WriteLine(UAS_出货标签打印.SingleBoxCacheData.Rows.Count);
|
|
|
DataRow[] dr = UAS_出货标签打印.SingleBoxCacheData.Select("pib_id=" + pib_id);
|
|
|
for (int j = 0; j < SingleDoc.Variables.FreeVariables.Count; j++)
|
|
|
{
|