修改领料方式字段
This commit is contained in:
parent
72e6df6558
commit
c098bbee28
|
@ -146,7 +146,6 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService {
|
|||
break;
|
||||
}
|
||||
if (StrUtil.isNotEmpty(sql)){
|
||||
System.out.println("要执行的sql:"+sql);
|
||||
String sign = SecureUtil.md5(sql);
|
||||
String data = SecureUtil.aes(KEY.getBytes()).encryptHex(sql);
|
||||
Map<String, String> headerMap = MapBuilder.<String, String>create(true)
|
||||
|
@ -211,7 +210,7 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService {
|
|||
* bInvAsset 资产
|
||||
*
|
||||
* iSupplyType 供应类型 默认领用 0
|
||||
* iDrawType 领料方式 默认申请领用
|
||||
* idrawtype 领料方式 默认申请领用
|
||||
* cValueType 计价方式 默认 全月平均法 全月平均法
|
||||
* iImpTaxRate 进项税率 默认13
|
||||
*/
|
||||
|
@ -249,7 +248,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