|
@@ -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("pk_defdoc9", prjcode);
|
|
|
+
|
|
|
|
|
|
icheadvo.setAttributeValue("vuserdef10", mapcodename.get("jobname"));
|
|
|
|
|
@@ -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);
|
|
|
|