|
@@ -573,7 +573,6 @@ public class ToMaterialOutDialog extends UIDialog implements ActionListener,Bill
|
|
|
this.jlcardPanel.setBodyValueAt(null, arg0.getRow(), "bdef5");
|
|
|
return;
|
|
|
}
|
|
|
-
|
|
|
UFDouble ufbdef8=new UFDouble(value).multiply(new UFDouble(objbdef6.toString())).setScale(2, UFDouble.ROUND_HALF_UP);
|
|
|
|
|
|
if(cmaterialcode.startsWith("MA")) {
|
|
@@ -724,9 +723,9 @@ public class ToMaterialOutDialog extends UIDialog implements ActionListener,Bill
|
|
|
|
|
|
Map<String,String> mapcodename=getprojectmap(prjcode);
|
|
|
//项目编码
|
|
|
- icheadvo.setAttributeValue("vuserdef9",mapcodename.get("jobcode") );
|
|
|
+ // icheadvo.setAttributeValue("vuserdef9",mapcodename.get("jobcode") );
|
|
|
//项目编码 pk_defdoc9
|
|
|
- icheadvo.setAttributeValue("pk_defdoc9", prjcode);
|
|
|
+ // icheadvo.setAttributeValue("pk_defdoc9", prjcode);
|
|
|
//项目名称
|
|
|
icheadvo.setAttributeValue("vuserdef10", mapcodename.get("jobname"));
|
|
|
//项目名称pk_defdoc10
|
|
@@ -814,7 +813,7 @@ public class ToMaterialOutDialog extends UIDialog implements ActionListener,Bill
|
|
|
UFDouble ninnum = vector.get(1) == null ? null : new UFDouble(vector.get(1).toString());//本次执主数量
|
|
|
itemvo.setNoutnum(ninnum);//实出数量
|
|
|
itemvo.setNshouldoutnum(ninnum);//应出数量
|
|
|
- UFDouble Hsl = vector.get(47) == null ? null : new UFDouble(vector.get(47).toString());//换算率
|
|
|
+ UFDouble Hsl = vector.get(46) == null ? null : new UFDouble(vector.get(46).toString());//换算率
|
|
|
//换算率
|
|
|
itemvo.setHsl(Hsl);
|
|
|
//没有换算率则辅数量为空
|