From 0978691dc9047c7090dca64406f5d0ac027e8df4 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 30 十月 2023 17:59:31 +0800
Subject: [PATCH] 自主配送功能优化 部分功能增删 提煤单详情页面修改

---
 api/globalApi.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 7827072..aef4cce 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -520,4 +520,11 @@
 		url: '/wrzs/tmtaskcoal/saveDeliveryNote',
 		method: 'POST'
 	},
+	/**
+	 * @description 
+	 */
+	getDeptAndProductNameByCustomer: {
+		url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer',
+		method: 'GET'
+	}
 }
\ No newline at end of file

--
Gitblit v1.9.1