From 41c2f79abd464e6c063166d680b51f746d6f0456 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期六, 10 八月 2024 16:25:13 +0800 Subject: [PATCH] 修改特殊值填值 --- src/assets/api/controller.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index e1b97c9..6d16d55 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -154,6 +154,10 @@ deleteDataAcquisitionConfiguration: "/deviceScope/deleteDataAcquisitionConfiguration", // 鍒犻櫎鏁伴噰閰嶇疆 determineWhetherToCollectData: "/deviceScope/determineWhetherToCollectData", // 鍒ゆ柇璇ヨ澶囨槸鍚﹀彲浠ユ暟閲� dataCollection: "/deviceScope/dataCollection", // 鏁伴噰-鏁版嵁閲囬泦 + treeDevice: "/deviceScope/treeDevice", // 璁惧鏍戝舰 + temDataAcquisition: "/deviceScope/temDataAcquisition", // PK8000鏁伴噰 + temDataAcquisition2: "/deviceScope/temDataAcquisition2", // PK8000鏁伴噰--澶氭潯 + formulaCalculation: "/deviceScope/formulaCalculation", // 鏁伴噰-鍏紡璁$畻 } const insOrder = { @@ -175,6 +179,8 @@ updateInspected: "/insOrder/updateInspected", //灏嗗緟妫�楠岀殑鐨勬挙閿�杩涜鏇存敼 labelPrinting: "/insOrder/labelPrinting", //鏍囩鎵撳嵃 export: "/insOrder/export", //瀵煎嚭 + selectNoProducts: "/insOrder/selectNoProducts", //瀵煎嚭 + checkUpdate: "/insOrder/checkUpdate", //鎾ら攢瀹℃牳閫氳繃 } const sampleOrder = { @@ -256,6 +262,8 @@ writeReport: "/insReport/writeReport", //鎶ュ憡鎻愪氦 examineReport: "/insReport/examineReport", //鎶ュ憡瀹℃牳 ratifyReport: "/insReport/ratifyReport", //鎶ュ憡鎵瑰噯 + downAll: "/insReport/downAll", //鎶ュ憡鎵归噺涓嬭浇 + upAll: "/insReport/upAll", //鎶ュ憡鎵归噺涓婁紶 } const warehouse = { @@ -317,6 +325,10 @@ update: "/performanceShift/update", //缁╂晥绠$悊-鐝-鐝鐘舵�佷慨鏀� pageYear: "/performanceShift/pageYear", //缁╂晥绠$悊-鐝-骞翠唤鍒嗛〉鏌ヨ export: "/performanceShift/export", //缁╂晥绠$悊-鐝-瀵煎嚭 + shiftAdd: "/shiftTime/add", //缁╂晥绠$悊-鐝-鏃堕棿閰嶇疆-鏂板 + getList: "/shiftTime/list", //缁╂晥绠$悊-鐝-鏃堕棿閰嶇疆-鏌ヨ鏃堕棿閰嶇疆淇℃伅 + shiftRemove: "/shiftTime/remove", //缁╂晥绠$悊-鐝-鏃堕棿閰嶇疆-鍒犻櫎 + shiftUpdate: "/shiftTime/update", //缁╂晥绠$悊-鐝-鏃堕棿閰嶇疆-淇敼 } const auxiliaryWorkingHours = { -- Gitblit v1.9.3