Commit 6d2eedc7 authored by 卢均锐's avatar 卢均锐

fix: 可核销金额请求排除行id默认0

parent 2828487e
...@@ -112,7 +112,7 @@ const SearchDetail = () => { ...@@ -112,7 +112,7 @@ const SearchDetail = () => {
const _params = { const _params = {
billId: record.billId, billId: record.billId,
sourceContractId: record.sourceContractId, sourceContractId: record.sourceContractId,
notQueryDetailId: record.id, notQueryDetailId: 0,
taxRate: record.taxRate, taxRate: record.taxRate,
current: 1, current: 1,
pageSize: 99999 pageSize: 99999
......
...@@ -112,7 +112,7 @@ const SearchDetail = () => { ...@@ -112,7 +112,7 @@ const SearchDetail = () => {
const _params = { const _params = {
billId: record.billId, billId: record.billId,
sourceContractId: record.sourceContractId, sourceContractId: record.sourceContractId,
notQueryDetailId: record.id, notQueryDetailId: 0,
taxRate: record.taxRate, taxRate: record.taxRate,
current: 1, current: 1,
pageSize: 99999 pageSize: 99999
......
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