From 77428b4780dcd121a173503b9063774d8d205332 Mon Sep 17 00:00:00 2001
From: wk
Date: 星期三, 23 十月 2024 17:09:38 +0800
Subject: [PATCH] feat:购买证

---
 api/globalApi.js |   87 +++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 83 insertions(+), 4 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 0746414..a254892 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -577,6 +577,29 @@
 		url: '/wrzs/guard/getCheckTaskCoal',
 		method: 'GET'
 	},
+	getAlreadyCheckTaskCoal:{
+		url: '/wrzs/guard/getAlreadyCheckTaskCoal',
+		method: 'GET'
+	},
+	//涓存椂鍙告満鍒楄〃
+	getTemporaryEntryInspectionList:{
+		url: '/wrzs/guard/getTemporaryEntryInspectionList',
+		method: 'GET'
+	},
+	//涓存椂鍙告満鍑哄巶鍒楄〃
+	getTemporaryEntryOutInspectionList:{
+		url: '/wrzs/guard/getTemporaryEntryOutInspectionList',
+		method: 'GET'
+	},
+	//涓存椂鍙告満妫�鏌�
+	temporaryEntryConfirmation:{
+		url: '/wrzs/guard/temporaryEntryConfirmation',
+		method: 'POST'
+	},
+	temporaryentryinspection:{
+		url: '/wrzs/temporaryentryinspection',
+		method: 'PUT'
+	},
 	addCheckLog: {
 		url: '/wrzs/guard/addCheckLog',
 		methods: 'POST'
@@ -602,6 +625,10 @@
 		url: '/wrzs/buycard',
 		methods: 'POST'
 	},
+	putBuycard: {
+		url: '/wrzs/buycard',
+		methods: 'PUT'
+	},
 	getBuyCardList: {
 		url: '/wrzs/buycard/getBuyCardList',
 		methods: 'GET'
@@ -626,23 +653,28 @@
 		url: '/wrzs/customerSupplier/addDeliveryPlan',
 		methods: 'GET'
 	},
-	// 鎻愪氦鍓ф瘨杩愯緭璇�
+	// 鎻愪氦鍓ф瘨閫氳璇�
 	
 	addJcroadtransport: {
 		url: '/wrzs/jcroadtransport/add',
 		methods: 'POST'
 	},
-	// 鑾峰彇鍓ф瘨杩愯緭璇�
+	// 鑾峰彇鍓ф瘨閫氳璇�
 	getDriverListById: {
 		url: '/wrzs/jcroadtransport/getDriverListById',
 		methods: 'GET'
 	},
-	// 鏍规嵁id鏌ユ壘鍓ф瘨杩愯緭璇�
+	// 鏇存敼鍓ф瘨閫氳璇�
+	putJcroadtransport: {
+		url: '/wrzs/jcroadtransport',
+		methods: 'PUT'
+	},
+	// 鏍规嵁id鏌ユ壘鍓ф瘨閫氳璇�
 	getById: {
 		url: '/wrzs/jcroadtransport/getById',
 		methods: 'GET'
 	},
-	//妫�鏌ュ墽姣掕繍杈撹瘉鍙�
+	//妫�鏌ュ墽姣掗�氳璇佸彿
 	checkNumber: {
 		url: '/wrzs/jcroadtransport/checkNumber',
 		methods: 'GET'
@@ -705,5 +737,52 @@
 	getPersonnelType:{
 		url: '/wrzs/yhcustomer',
 		methods: 'PUT'
+	},
+	//杞彂鑾峰彇PVC鍚ㄦ暟鍒楄〃
+	getBuildList:{
+		url: '/wrzs/pvcforward/getBuildList',
+		methods: 'get'
+	},
+	//PVC杞彂璁″垝鎻愪氦
+	
+	allocation:{
+		url: '/wrzs/pvcforward/allocation',
+		methods: 'PUT'
+	},
+	//搴撶鑾峰彇鍘嗗彶閫氱煡鍗�
+	getHistoryTaskCoalList:{
+		url: '/wrzs/warehouse/getHistoryTaskCoalList',
+		methods: 'GET'
+	},
+	//鑾峰彇宸茬‘璁ゆ敹缃氬崟
+	getTodayConfirmedTaskCoalList:{
+		url: '/wrzs/warehouse/getTodayConfirmedTaskCoalList',
+		methods: 'GET'
+	},
+	//鑾峰彇鍙嫾鍗曞徃鏈哄崟
+	getUnclaimedList:{
+		url: '/wrzs/warehouse/getUnclaimedList',
+		methods: 'GET'
+	},
+	//鍙告満鎺ュ崟
+	splicingOrders:{
+		url: '/wrzs/warehouse/splicingOrders',
+		methods: 'POST'
+	},
+	//渚涘簲鍟嗚幏鍙栧悎鍗¤鍗�
+	getCloseOrderList:{
+		url: '/wrzs/tmorder/getCloseOrderList',
+		methods: 'get'
+	},
+	//淇敼纭瑁呭嵏
+	confirmLoadAndUnloadModify:{
+		url: '/wrzs/warehouse/confirmLoadAndUnloadModify',
+		methods: 'POST'
+	},
+	//涓�寤鸿鍗�
+	oneClickLoading:{
+		url: '/wrzs/warehouse/oneClickLoading',
+		methods: 'POST'
 	}
+
 }
\ No newline at end of file

--
Gitblit v1.9.1