@@ -46,7 +46,7 @@ const xs_order_source_options = [
/**
* @value 金税发票类型
- * @hwy_value 华为云发票类型
+ * @hwy_value 华为云发票类型(扫码枪一致)
*/
const inv_type_list = [
{
@@ -74,6 +74,7 @@ async function onSearch() {
const { code, data, message } = await httpOrderList({
companyNo: companyNo.value,
inv_is: "1",
+ cat_status: "1",
inv_status: "0",
...otherParams,
page,