|
|
@@ -2208,6 +2208,7 @@ namespace UAS_LabelMachine
|
|
|
if (cu_code.Text != "")
|
|
|
{
|
|
|
附件内容打印 att = new 附件内容打印(cu_code.Text);
|
|
|
+ att.FormClosed += Att_FormClosed;
|
|
|
att.ShowDialog();
|
|
|
}
|
|
|
else MessageBox.Show("请先获取出库单信息");
|
|
|
@@ -2321,6 +2322,11 @@ namespace UAS_LabelMachine
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ private void Att_FormClosed(object sender, FormClosedEventArgs e)
|
|
|
+ {
|
|
|
+ Attach = (DataTable)dh.ExecuteSql("select lap_param lp_name,lap_value lp_sql from LabelAttachPARAMETER where lap_custcode='" + cu_code.Text + "'", "select");
|
|
|
+ }
|
|
|
+
|
|
|
//生成客户条码
|
|
|
public string BarcodeMethod1(string Prefix, string Suffix, int Index, int Length, int radix)
|
|
|
{
|