From 654934b8f1cf31017a4d5b397c12393e8a38a4e5 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 16 七月 2024 11:21:18 +0800 Subject: [PATCH] feat:库管首页样式背景图修改 --- api/globalApi.js | 39 ++++++++++++++++++++++++++++++--------- 1 files changed, 30 insertions(+), 9 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index d49d57e..42c1ad2 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -5,7 +5,7 @@ method: 'POST' }, - // 鎻愮叅鍗� + // 鏀跺彂鍗� // 鑾峰彇鍙戣繍璁″垝鍒楄〃 GetOrderPlan: { url: '/wrzs/customerSupplier/getOrderPlan', @@ -57,7 +57,7 @@ method: 'POST' }, /** - * @description 鑾峰彇鍘嗗彶鎻愮叅鍗� + * @description 鑾峰彇鍘嗗彶鏀跺彂鍗� */ getJhOrderPlanDataPage: { url: '/wrzs/userOperation/getJhOrderPlanDataPage', @@ -137,13 +137,13 @@ method: 'POST' }, - //鑾峰彇鎻愮叅鍗曡鎯� + //鑾峰彇鏀跺彂鍗曡鎯� // getTakeCoal: { // url: "/wrzs/wx/getTakeCoal", // method: "GET" // }, /** - * @鑾峰彇鎻愮叅鍗曡鎯呬慨鏀瑰悗 + * @鑾峰彇鏀跺彂鍗曡鎯呬慨鏀瑰悗 */ getTakeCoal: { url: '/wrzs/userOperation/getTakeCoal', @@ -264,7 +264,8 @@ * @绉伴噸 */ saveWeigh: { - url: '/wrzs/userOperation/saveWeigh', + // url: '/wrzs/userOperation/saveWeigh', + url:'/wrzs/app/driver/saveWeigh', method: 'POST' }, // 鑾峰彇绉伴噸淇℃伅 @@ -286,7 +287,7 @@ url: '/wrzs/jccoalweighhouse/getWeighHouse', method: 'GET' }, - // 鎻愮叅鍗曟棩蹇楁煡璇� + // 鏀跺彂鍗曟棩蹇楁煡璇� coalDayPage: { url: '/wrzs/tmtaskcoallog/getTmId', method: 'GET' @@ -363,14 +364,14 @@ method: 'GET' }, /** - @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�鎻愮叅鍗� + @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�鏀跺彂鍗� */ getTmTaskCoalOrderType: { url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType', method: 'GET' }, /** - @description 鏇存柊鎻愮叅鍗曠姸鎬� + @description 鏇存柊鏀跺彂鍗曠姸鎬� */ updateTmTaskCoalState: { url: '/wrzs/tmtaskcoal/updateTmTaskCoalState', @@ -589,6 +590,11 @@ url: '/wrzs/jcproduct/getProductTree', method: 'GET' }, + getProductIsDanger:{ + url: '/wrzs/jcproduct/getProductIsDanger', + method: 'GET' + }, + /** * @description 璐拱璇� */ @@ -660,7 +666,7 @@ getQualityResultEachCustomer:{ url: '/wrzs/warehouse/getQualityResultEachCustomer', methods: 'GET' - } + }, getMyEscortList: { url: '/wrzs/app/driver/getMyEscortList', @@ -670,4 +676,19 @@ url: '/wrzs/app/driver/saveMyEscort', methods: 'POST' }, + //淇敼鏀跺彂鍗� + tmtaskCoalPut:{ + url: '/wrzs/tmtaskcoal', + methods: 'PUT' + }, + //濉啓闆嗚绠卞彿 + addContainer:{ + url: '/wrzs/app/driver/addContainer', + methods: 'PUT' + }, + //瀛楀吀 + dictFun:{ + url: '/admin/dict/type', + methods: 'GET' + } } \ No newline at end of file -- Gitblit v1.9.1