소스 검색

合同编号下拉

zhangyuewww 3 년 전
부모
커밋
c5cb5c8ab2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/purchasingManagement/purchaseOrderList.vue
  2. 1 1
      src/views/salesManagement/salesPlanOrderList.vue

+ 1 - 1
src/views/purchasingManagement/purchaseOrderList.vue

@@ -1747,7 +1747,7 @@ export default {
       // 合同编号
       aduitcontractno({
         compId: sessionStorage.getItem('ws-pf_compId'),
-        flag: 0,
+        flag: 3,
       })
         .toPromise()
         .then((response) => {

+ 1 - 1
src/views/salesManagement/salesPlanOrderList.vue

@@ -1705,7 +1705,7 @@ export default {
       // 合同编号
       aduitcontractno({
         compId: sessionStorage.getItem('ws-pf_compId'),
-        flag: 1,
+        flag: 4,
       })
         .toPromise()
         .then((response) => {