|
@@ -176,7 +176,7 @@ public class SikuServiceImpl implements SikuService {
|
|
|
|
|
|
|
|
Map item = new HashMap();
|
|
Map item = new HashMap();
|
|
|
item.put("productBizCode","1001");//产品bizcode
|
|
item.put("productBizCode","1001");//产品bizcode
|
|
|
- item.put("invoiceName",UtilMap.getString(formData,"selectField_mkdnuvey"));//开票名称
|
|
|
|
|
|
|
+ item.put("invoiceName",UtilMap.getString(formData,"textField_mn4ajusx"));//开票名称
|
|
|
item.put("taxPercent",UtilMap.getDouble(formData,"numberField_mkgkboht")/100);//税率
|
|
item.put("taxPercent",UtilMap.getDouble(formData,"numberField_mkgkboht")/100);//税率
|
|
|
item.put("forexName","CNY");//币种
|
|
item.put("forexName","CNY");//币种
|
|
|
item.put("exchangeRate",1);//外汇汇率
|
|
item.put("exchangeRate",1);//外汇汇率
|