소스 검색

往来账款查询 供应商给默认条件

ch 3 년 전
부모
커밋
51826685ac
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      front-vue/src/views/service/bill/bill.vue

+ 2 - 0
front-vue/src/views/service/bill/bill.vue

@@ -357,6 +357,8 @@ export default {
           this.queryParams.value = "01"
         }else if("01" == response.data.companyType){
           this.queryParams.value = "03"
+        }else if("02" == response.data.companyType){
+          this.queryParams.value = "04"
         }
       });
       getOwnCompany().then((response) => {