From d975fc4756806f5b51f006c19c33571b9b8c0b3b Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 20 十二月 2024 09:30:19 +0800 Subject: [PATCH] 修改下单时要求值输入限制 --- src/assets/api/controller.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 32fa955..d81f442 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -198,6 +198,7 @@ doInsOrder: "/insOrderPlan/doInsOrder", //鎵ц妫�楠屾搷浣� saveInsContext: "/insOrderPlan/saveInsContext", //淇濆瓨妫�楠屽唴瀹� saveInsContext2: "/insOrderPlan/saveInsContext2", //淇濆瓨妫�楠屽唴瀹�--鐢佃矾璇曢獙 + saveInsContext2s: "/insOrderPlan/saveInsContext2s", //淇濆瓨妫�楠屽唴瀹�--鐢佃矾璇曢獙--涓�娆℃�т繚瀛� saveInsContext3: "/insOrderPlan/saveInsContext3", //淇濆瓨妫�楠屽唴瀹�--娓╂箍搴︽楠� deleteInsContext: "/insOrderPlan/deleteInsContext", //鍒犻櫎棰戞 deleteInsContext2: "/insOrderPlan/deleteInsContext2", //鍒犻櫎棰戠偣 @@ -222,6 +223,7 @@ getInsOrderUserList: "/insOrderPlan/getInsOrderUserList", // 鏌ョ湅妫�楠屽巻鍙插垪琛� preview: "/insOrderPlan/preview", // csv鏂囦欢棰勮 outInsOrderState: "/insOrderPlan/outInsOrderState", // 妫�楠屼换鍔℃壂鐮佸嚭搴� + cancelSubmitPlan: "/insOrderPlan/cancelSubmitPlan", // 妫�楠屼换鍔℃彁浜ゅ悗鎾ら攢鎻愪氦 } const systemLog = { @@ -317,6 +319,9 @@ addSchedule: "/report/addSchedule", //棣栭〉-->娣诲姞鏃ョ▼ ScheduleByMe: "/report/ScheduleByMe", //棣栭〉-->鎴戠殑鏃ョ▼ testProductByDay: "/report/testProductByDay", //棣栨娴嬮」鐩粺璁� + manHourByStation: "/report/manHourByStation", //棣栭〉宸ユ椂缁熻 + manHourByPerson: "/report/manHourByPerson", //棣栭〉宸ユ椂缁熻 + timeByStation: "/report/timeByStation", //绔欑偣宸ユ椂缁熻 } const certification = { getCertificationDetail: "/certification/getCertificationDetail", //鏌ヨ璧勮川鏄庣粏鍒楄〃 -- Gitblit v1.9.3