物料档案领用方式
This commit is contained in:
parent
549cf2a345
commit
72e6df6558
|
@ -219,7 +219,6 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService {
|
|||
oArchives.put("cInvCode", formson0228.getString("field0002"));
|
||||
oArchives.put("cInvCCode", formson0228.getString("field0016"));
|
||||
oArchives.put("cInvName", formson0228.getString("field0003"));
|
||||
//todo 这个没值
|
||||
oArchives.put("cGroupCode", formson0228.getString("field0018"));
|
||||
oArchives.put("cComUnitCode", formson0228.getString("field0017"));
|
||||
//存货属性勾选
|
||||
|
@ -250,7 +249,7 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService {
|
|||
}
|
||||
}
|
||||
oArchives.put("iSupplyType","0");
|
||||
// oArchives.put("iDrawType","申请领用");
|
||||
oArchives.put("iDrawType","申请领用");
|
||||
oArchives.put("cValueType","全月平均法");
|
||||
oArchives.put("iImpTaxRate","13");
|
||||
oArchives.put("iTaxRate","13");
|
||||
|
|
Loading…
Reference in New Issue