From b373840eba0f163ecbdb471fd2206c539e995199 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 19 十二月 2024 17:37:50 +0800 Subject: [PATCH] feat:库管发运日计划更改显示 --- api/globalApi.js | 77 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 77 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 78e6927..1db8f5c 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -581,6 +581,25 @@ 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' @@ -605,6 +624,10 @@ addBuycard: { url: '/wrzs/buycard', methods: 'POST' + }, + putBuycard: { + url: '/wrzs/buycard', + methods: 'PUT' }, getBuyCardList: { url: '/wrzs/buycard/getBuyCardList', @@ -640,6 +663,11 @@ getDriverListById: { url: '/wrzs/jcroadtransport/getDriverListById', methods: 'GET' + }, + // 鏇存敼鍓ф瘨閫氳璇� + putJcroadtransport: { + url: '/wrzs/jcroadtransport', + methods: 'PUT' }, // 鏍规嵁id鏌ユ壘鍓ф瘨閫氳璇� getById: { @@ -740,5 +768,54 @@ 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' + }, + //鍙告満鎺ュ崟鍚庣殑pvc鍙嫾鍗曞垪琛� + pvcSplicingList:{ + url: '/wrzs/tmtaskcoalpvcpd/pvcSplicingList', + methods: 'GET' + }, + //鍙告満Pvc鎷煎崟鎺ュ彛 + pvcSplicingOfDriver:{ + url: '/wrzs/tmtaskcoalpvcpd/pvcSplicingOfDriver', + methods: 'POST' + }, + //鍙告満鍙栨秷鎷煎崟鎺ュ彛 + cancelPindan:{ + url: '/wrzs/tmtaskcoalpvcpd/cancelPindan', + methods: 'POST' + }, + //id鏌ヨpvc鐨勬嫾鍗曡〃 + getPdListByMainTmTaskCoalId:{ + url: '/wrzs/tmtaskcoalpvcpd/getPdListByMainTmTaskCoalId', + methods: 'GET' + }, + //pvc搴撶瑁呭嵏 + pvcConfirmLoadAndUnload:{ + url: '/wrzs/warehouse/pvcConfirmLoadAndUnload', + methods: 'POST' + }, + //搴撶鏌ヨ鏃ヨ鍒� + getMyPlanListByBunkerIdsAndProductIds:{ + url:'/wrzs/warehouse/getMyPlanListByBunkerIdsAndProductIds', + methods: 'GET' } + + + + } \ No newline at end of file -- Gitblit v1.9.1