zhangyuewww пре 3 година
родитељ
комит
c5cb5c8ab2

+ 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) => {