MySQL操作程序四十九(mscshowparts.pl,mscshowpartsone.pl,零件修改)
返回
[error] [client 127.0.0.1] Use of uninitialized value in numeric eq (==) at ./pro/mscshowpartsone.pl line 83
[error] [client 127.0.0.1] Use of uninitialized value in string eq at ./pro/mscshowparts.pl line 45
83:if ( $t{DB} == 0 ) {
45:if ( $t{mode} eq 'WRITE_PRICE'){
检查DB和$t{mode}的输入情况,订正!
修改1
# if ( $t{DB} == 0 ) {
$t{enq1_id} = $t{q}->param("enq1_id");
$t{template}->param(enq1_id => $t{enq1_id});
$t{template}->param(ENQ1 => 1);
# }
修改2
mscparts2.htm
mscparts3.htm
==>增加
在的form中
返回