';
$t{line1} .= $t{NO} . ' | ';
$t{line1} .= $t{name1} . ' | ';
$t{line1} .= $t{code1} . ' | ';
$t{line1} .= $t{code1} . ' | ';
$t{line1} .= $t{code1} . ' | ';
$t{line1} .= $t{code1} . ' | ';
$t{line1} .= $t{code1};
$t{line1} .= ' |
';
my %row = (
line1 => $t{line1}
);
push(@loop1, \%row);
}
# 必须置零,因为下一台主机的DWG极有可能同名!
$t{plist}{id}{$t{dwg1}} = ();
$t{plist}{name}{$t{dwg1}} = ();
$t{plist}{code}{$t{dwg1}} = ();
}
}