snow 2 years ago
parent
commit
cf7ad63c65

+ 1 - 1
src/utils/status.ts

@@ -46,7 +46,7 @@ const xs_order_source_options = [
 
 /**
  * @value 金税发票类型
- * @hwy_value 华为云发票类型
+ * @hwy_value 华为云发票类型(扫码枪一致)
  */
 const inv_type_list = [
   {

+ 1 - 0
src/views/InvoiceSales/invoiceApply/components/add-edit-form/order-dialog.vue

@@ -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,