物料档案领用方式

This commit is contained in:
xiang2lin 2024-06-19 17:07:48 +08:00
parent 549cf2a345
commit 72e6df6558
1 changed files with 1 additions and 2 deletions

View File

@ -219,7 +219,6 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService {
oArchives.put("cInvCode", formson0228.getString("field0002")); oArchives.put("cInvCode", formson0228.getString("field0002"));
oArchives.put("cInvCCode", formson0228.getString("field0016")); oArchives.put("cInvCCode", formson0228.getString("field0016"));
oArchives.put("cInvName", formson0228.getString("field0003")); oArchives.put("cInvName", formson0228.getString("field0003"));
//todo 这个没值
oArchives.put("cGroupCode", formson0228.getString("field0018")); oArchives.put("cGroupCode", formson0228.getString("field0018"));
oArchives.put("cComUnitCode", formson0228.getString("field0017")); oArchives.put("cComUnitCode", formson0228.getString("field0017"));
//存货属性勾选 //存货属性勾选
@ -250,7 +249,7 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService {
} }
} }
oArchives.put("iSupplyType","0"); oArchives.put("iSupplyType","0");
// oArchives.put("iDrawType","申请领用"); oArchives.put("iDrawType","申请领用");
oArchives.put("cValueType","全月平均法"); oArchives.put("cValueType","全月平均法");
oArchives.put("iImpTaxRate","13"); oArchives.put("iImpTaxRate","13");
oArchives.put("iTaxRate","13"); oArchives.put("iTaxRate","13");