zss
2024-08-07 1adf527b99dd79ffd45796325710f0896756841c
src/assets/api/controller.js
@@ -155,6 +155,9 @@
  determineWhetherToCollectData: "/deviceScope/determineWhetherToCollectData", // 判断该设备是否可以数采
  dataCollection: "/deviceScope/dataCollection", // 数采-数据采集
  treeDevice: "/deviceScope/treeDevice", // 设备树形
  temDataAcquisition: "/deviceScope/temDataAcquisition", // PK8000数采
  temDataAcquisition2: "/deviceScope/temDataAcquisition2", // PK8000数采--多条
  formulaCalculation: "/deviceScope/formulaCalculation", // 数采-公式计算
}
const insOrder = {
@@ -176,6 +179,8 @@
  updateInspected: "/insOrder/updateInspected", //将待检验的的撤销进行更改
  labelPrinting: "/insOrder/labelPrinting", //标签打印
  export: "/insOrder/export", //导出
  selectNoProducts: "/insOrder/selectNoProducts", //导出
  checkUpdate: "/insOrder/checkUpdate", //撤销审核通过
}
const sampleOrder = {
@@ -257,6 +262,8 @@
  writeReport: "/insReport/writeReport", //报告提交
  examineReport: "/insReport/examineReport", //报告审核
  ratifyReport: "/insReport/ratifyReport", //报告批准
  downAll: "/insReport/downAll", //报告批量下载
  upAll: "/insReport/upAll", //报告批量上传
}
const warehouse = {