分摊信息类型
分摊类型
{
"allocation":[ {
"allocationRatio":{
"text":"xxx"
},
"allocationAmount": {
"currencyCode": "CNY",
"text": "1000.00"
},
"accrualReconcile":{
"label": "核销预提",
"type": "AccrualReconcileInput",
"value": {
"accrualCode": "1234567890",
"approvedConsumeAmount": {
"label": "预提核销消费金额",
"type": "AmountInput",
"value": {
"currencyCode": "CNY",
"text": "123.00"
}
},
"approvedBaseAmount": {
"label": "预提核销本币金额",
"type": "AmountInput",
"value": {
"currencyCode": "CNY",
"text": "123.00"
}
},
"lastReversal": true,
"metadata": [
{
"primary": true,
"businessCode": "accrualCode",
"label": "预提编码",
"type": "SingleTextInput",
"display": true
},
{
"primary": false,
"businessCode": "name",
"label": "供应商名称",
"type": "SingleTextInput",
"display": true
},
{
"primary": false,
"businessCode": "principalCodes",
"label": "负责人",
"type": "SingleTextInput",
"display": true
},
{
"primary": false,
"businessCode": "amount",
"label": "可核销金额",
"type": "NumberTextInput",
"display": true
}
],
"data": {
"name": "供应商名称",
"amount": 10000.11,
"accrualCode": "1234567890",
"principalCodes": "lujianqing"
}
}
}
} ]
}