From 6208ba6872cc54ccbd2b2ff3b67a1a2f054af41d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 19 九月 2023 14:52:15 +0800
Subject: [PATCH] 1.生产入库实现
---
src/api/jcsz.js | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/src/api/jcsz.js b/src/api/jcsz.js
index 6fa81e2..2b6f176 100644
--- a/src/api/jcsz.js
+++ b/src/api/jcsz.js
@@ -230,3 +230,34 @@
params: data
})
}
+// 鑾峰彇AppTicket
+export function AppTicketSelect() {
+ return request({
+ url: 'Message/AppTicketSelect',
+ method: 'get'
+ })
+}
+
+// ERP鐢熶骇杞﹂棿/閮ㄩ棬淇℃伅鏌ヨ
+export function ErpWkshopDepartmentSelect() {
+ return request({
+ url: 'BaseDate/ErpWkshopDepartmentSelect',
+ method: 'get'
+ })
+}
+
+// ERP鐢熶粨搴撲俊鎭煡璇�
+export function ErpWarehouseSelect() {
+ return request({
+ url: 'BaseDate/ErpWarehouseSelect',
+ method: 'get'
+ })
+}
+
+// ERP鐢熺敤鎴蜂俊鎭煡璇�
+export function ErpUserSelect() {
+ return request({
+ url: 'BaseDate/ErpUserSelect',
+ method: 'get'
+ })
+}
--
Gitblit v1.9.3