|
|
@@ -1382,7 +1382,7 @@ public class MESServiceImpl implements MESService {
|
|
|
updateMakeFinishStatus(rs.getInt("ma_id"));
|
|
|
}
|
|
|
}
|
|
|
- if ("ProdInOut!AppropriationOut".equals(caller)) {
|
|
|
+ /*if ("ProdInOut!AppropriationOut".equals(caller)) {
|
|
|
SqlRowList rs3 = baseDao
|
|
|
.queryForRowSet(
|
|
|
"select b.pi_id pi_id,a.pi_relativeplace pi_relativeplace from prodinout a left join prodinout b on a.pi_relativeplace=b.pi_inoutno where a.pi_id=? and b.pi_class='拨入单'",
|
|
|
@@ -1390,7 +1390,7 @@ public class MESServiceImpl implements MESService {
|
|
|
if (rs3.next()) {
|
|
|
return "拨出单过账成功!系统产生的拨入单号 "+ rs3.getString("pi_relativeplace");
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
if ("ProdInOut!PurcCheckin".equals(caller)) {// 采购验收单过账根据采购单+采购单序号更新pd_vendorrate
|
|
|
// ba_vendorrate
|