|
@ -371,9 +371,12 @@ const confirmationHandle = async ()=>{ |
|
|
// 年-月-日 `${year.value}-${month.value}-${day.value}` |
|
|
// 年-月-日 `${year.value}-${month.value}-${day.value}` |
|
|
} |
|
|
} |
|
|
//供应商代码 searchData.ttSupplier |
|
|
//供应商代码 searchData.ttSupplier |
|
|
|
|
|
let param = { |
|
|
|
|
|
"ttCompany":searchData.ttCompany, |
|
|
|
|
|
"ttSupplier":searchData.ttSupplier, |
|
|
|
|
|
"searchTime": `${year.value}-${month.value}-${day.value}` |
|
|
|
|
|
} |
|
|
|
|
|
SupplierApbalanceMainApi.confirmationPage(param) |
|
|
} |
|
|
} |
|
|
const searchRef = ref() |
|
|
const searchRef = ref() |
|
|
// 日期 |
|
|
// 日期 |
|
|