Commit 28e873ca authored by Bill's avatar Bill

fix: 修改开票

parent 0232e789
......@@ -125,8 +125,8 @@ const SettlementList = () => {
return {
...rest,
// TODO, 修改
kind: kindName == intl.formatMessage({id: 'balance.zengzhishuiputongfapiao'}) ? 1 : 2,
type: typeName == intl.formatMessage({id: 'balance.qiye'}) ? 1 : 2,
// kind: kindName == intl.formatMessage({id: 'balance.zengzhishuiputongfapiao'}) ? 1 : 2,
// type: typeName == intl.formatMessage({id: 'balance.qiye'}) ? 1 : 2,
proveList: res[`list-${key}`]
}
})
......@@ -145,8 +145,8 @@ const SettlementList = () => {
const defaultPostData = {
receiptInvoiceId: activeData.id,
...rest,
kind: kindName == intl.formatMessage({id: 'balance.zengzhishuiputongfapiao'}) ? 1 : 2,
type: typeName == intl.formatMessage({id: 'balance.qiye'}) ? 1 : 2,
// kind: kindName == intl.formatMessage({id: 'balance.zengzhishuiputongfapiao'}) ? 1 : 2,
// type: typeName == intl.formatMessage({id: 'balance.qiye'}) ? 1 : 2,
proveList: res[`list-0`]
}
const { data, code, message: msg } = await postSettleAccountsMemberSettlementInvoiceProve(defaultPostData);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment