Explorar el Código

开票记录查询条件修改

@dongkboy hace 2 meses
padre
commit
7c77e6e1d5

+ 1 - 1
src/views/receivable/documentary/documentaryRecord.vue

@@ -350,7 +350,7 @@ const initList = () => {
   api.invoiceRecordApi.invoiceRecord({
   api.invoiceRecordApi.invoiceRecord({
     pages: pages.value,
     pages: pages.value,
     size: size.value,
     size: size.value,
-    invoiceType: '2',
+    invoiceTypes: ['2', '4'],
     ...form.value
     ...form.value
   }).then((res: any) => {
   }).then((res: any) => {
     if (res.code == 200) {
     if (res.code == 200) {

+ 1 - 1
src/views/receivable/handingFee/invoiceRecord.vue

@@ -349,7 +349,7 @@ const initList = () => {
   api.invoiceRecordApi.invoiceRecord({
   api.invoiceRecordApi.invoiceRecord({
     pages: pages.value,
     pages: pages.value,
     size: size.value,
     size: size.value,
-    invoiceType: '1',
+    invoiceTypes: ['1', '3'],
     ...form.value
     ...form.value
   }).then((res: any) => {
   }).then((res: any) => {
     if (res.code == 200) {
     if (res.code == 200) {