瀏覽代碼

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

lxf 1 年之前
父節點
當前提交
9252447752

+ 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,