From 0dbef950fd066a72262e05b8ca221d07789772d8 Mon Sep 17 00:00:00 2001 From: duxiaoning <17621883433@163.com> Date: Tue, 17 Jan 2023 15:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=A3=80=E9=AA=8C=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Feedback/Inspection/Report/index.vue | 1 + .../Daichuli/Feedback/Inspection/index.vue | 30 +++++++++---------- src/views/Daichuli/index.vue | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/views/Daichuli/Feedback/Inspection/Report/index.vue b/src/views/Daichuli/Feedback/Inspection/Report/index.vue index 90afc59..8489697 100644 --- a/src/views/Daichuli/Feedback/Inspection/Report/index.vue +++ b/src/views/Daichuli/Feedback/Inspection/Report/index.vue @@ -196,6 +196,7 @@ import { productTypeMap, productTypeSplMap, } from "@/lib/variateMap"; +import qs from "qs"; export default { components: { diff --git a/src/views/Daichuli/Feedback/Inspection/index.vue b/src/views/Daichuli/Feedback/Inspection/index.vue index aa1434f..059859a 100644 --- a/src/views/Daichuli/Feedback/Inspection/index.vue +++ b/src/views/Daichuli/Feedback/Inspection/index.vue @@ -443,21 +443,21 @@ export default { self.projection = pm.projection; // 赋值真实性检验方法 - getAnalyseMethod(self.orderId).then((res) => { - // console.log('真实性检验',res); - if (res.code === 200) { - let truthFun = res.data.default; - if (res.data.selected.length !== 0) truthFun = res.data.selected; - if (truthFun.length !== 0) { - const tfArr = []; - for (let i in truthFun) { - tfArr.push(truthFun[i].id); - } - self.formInline.truthCheckFun = tfArr; - self.truthFun = true; - } - } - }); + // getAnalyseMethod(self.orderId).then((res) => { + // // console.log('真实性检验',res); + // if (res.code === 200) { + // let truthFun = res.data.default; + // if (res.data.selected.length !== 0) truthFun = res.data.selected; + // if (truthFun.length !== 0) { + // const tfArr = []; + // for (let i in truthFun) { + // tfArr.push(truthFun[i].id); + // } + // self.formInline.truthCheckFun = tfArr; + // self.truthFun = true; + // } + // } + // }); // 赋值像元级处理方法 if (om.processMethods !== null) { diff --git a/src/views/Daichuli/index.vue b/src/views/Daichuli/index.vue index fea0554..e5e23a2 100644 --- a/src/views/Daichuli/index.vue +++ b/src/views/Daichuli/index.vue @@ -159,7 +159,7 @@ export default { } }, changePage(orderMsg) { - // 正射:150424 土水:150208 + // 正射:150424 土水:150208 地表覆盖:150166 this.$router.push("/orderUnprocessed?orderId=150208&token=WEB*1673425993482@L3W7_ZZX-yg000087_06848633de364ec7b63c8f53f9e43b19"); }, },