diff --git a/jshERP-web/src/views/report/CustomerAccount.vue b/jshERP-web/src/views/report/CustomerAccount.vue index a029d4c4..df1a8bad 100644 --- a/jshERP-web/src/views/report/CustomerAccount.vue +++ b/jshERP-web/src/views/report/CustomerAccount.vue @@ -28,11 +28,15 @@ /> - + 查询 打印 导出 + + {{ toggleSearchStatus ? '收起' : '展开' }} + + @@ -40,6 +44,16 @@ {{firstTotal}} {{lastTotal}} + @@ -120,6 +134,7 @@ queryParam: { supplierType: "客户", organId: '', + hasDebt: '1', beginTime: getPrevMonthFormatDate(3), endTime: getFormatDate(), createTimeRange: [moment(getPrevMonthFormatDate(3)), moment(getFormatDate())], diff --git a/jshERP-web/src/views/report/VendorAccount.vue b/jshERP-web/src/views/report/VendorAccount.vue index b12f4645..ea156f42 100644 --- a/jshERP-web/src/views/report/VendorAccount.vue +++ b/jshERP-web/src/views/report/VendorAccount.vue @@ -28,11 +28,15 @@ /> - + 查询 打印 导出 + + {{ toggleSearchStatus ? '收起' : '展开' }} + + @@ -40,6 +44,16 @@ {{firstTotal}} {{lastTotal}} + @@ -120,6 +134,7 @@ queryParam: { supplierType: "供应商", organId: '', + hasDebt: '1', beginTime: getPrevMonthFormatDate(3), endTime: getFormatDate(), createTimeRange: [moment(getPrevMonthFormatDate(3)), moment(getFormatDate())],