فهرست منبع

销售合同 , 报价单 服务合同 增加数据权限.买方下拉框改为私海客户

lxf 1 سال پیش
والد
کامیت
9252447752
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/components/process/Contract.vue
  2. 1 1
      src/components/process/PriceSheet.vue
  3. 1 1
      src/components/process/ServiceContract.vue

+ 1 - 1
src/components/process/Contract.vue

@@ -668,7 +668,7 @@ const getDict = () => {
       };
     });
   });
-  proxy.post("/customer/page", { pageNum: 1, pageSize: 999 }).then((res) => {
+  proxy.post("/customer/privateSeaPage", { pageNum: 1, pageSize: 999 }).then((res) => {
     customerList.value = res.rows.map((item) => {
       return {
         ...item,

+ 1 - 1
src/components/process/PriceSheet.vue

@@ -505,7 +505,7 @@ const getDict = () => {
       };
     });
   });
-  proxy.post("/customer/page", { pageNum: 1, pageSize: 999 }).then((res) => {
+  proxy.post("/customer/privateSeaPage", { pageNum: 1, pageSize: 999 }).then((res) => {
     customerList.value = res.rows.map((item) => {
       return {
         ...item,

+ 1 - 1
src/components/process/ServiceContract.vue

@@ -477,7 +477,7 @@ const getDict = () => {
       };
     });
   });
-  proxy.post("/customer/page", { pageNum: 1, pageSize: 999 }).then((res) => {
+  proxy.post("/customer/privateSeaPage", { pageNum: 1, pageSize: 999 }).then((res) => {
     customerList.value = res.rows.map((item) => {
       return {
         ...item,