From 35d86ce56117c1fa349b2a90311c39ce08ded612 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Fri, 3 Nov 2023 10:52:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=92=8C=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/index.vue | 4 ++-- src/router/views/index.js | 48 +++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/page/index/index.vue b/src/page/index/index.vue index c8bccd12..39325644 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -16,9 +16,9 @@
- + - +
diff --git a/src/router/views/index.js b/src/router/views/index.js index d34332c6..d0fc1365 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1035,30 +1035,30 @@ export default [ }, ], }, - { - path: '/distribution/turndelivery/devtmp', - component: Layout, - redirect: '/distribution/turndelivery/devtmp', - children: [ - { - path: '/distribution/turndelivery/devtmp', - name: '商配计划重构', - component: () => import('@/views/distribution/turndelivery/devtmp.vue'), - }, - ], - }, - { - path: '/distribution/signfor//devtmp', - component: Layout, - redirect: '/distribution/signfor//devtmp', - children: [ - { - path: '/distribution/signfor//devtmp', - name: '签收明细重构', - component: () => import('@/views/distribution/signfor//devtmp.vue'), - }, - ], - }, + // { + // path: '/distribution/turndelivery/devtmp', + // component: Layout, + // redirect: '/distribution/turndelivery/devtmp', + // children: [ + // { + // path: '/distribution/turndelivery/devtmp', + // name: '商配计划重构', + // component: () => import('@/views/distribution/turndelivery/devtmp.vue'), + // }, + // ], + // }, + // { + // path: '/distribution/signfor//devtmp', + // component: Layout, + // redirect: '/distribution/signfor//devtmp', + // children: [ + // { + // path: '/distribution/signfor//devtmp', + // name: '签收明细重构', + // component: () => import('@/views/distribution/signfor//devtmp.vue'), + // }, + // ], + // }, // { // path: 'basicdata/goodsShelf/basicdataGoodsShelfView', // component: Layout, From ee13d48187aed60a47d55d1ca8a360c32274ad5f Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 3 Nov 2023 10:59:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=AD=BE=E6=94=B6=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/distribution/signfor/distributionSignfortreat.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/distribution/signfor/distributionSignfortreat.vue b/src/views/distribution/signfor/distributionSignfortreat.vue index b15df3a1..22dd7c50 100644 --- a/src/views/distribution/signfor/distributionSignfortreat.vue +++ b/src/views/distribution/signfor/distributionSignfortreat.vue @@ -134,7 +134,7 @@ > 复 核 @@ -1326,6 +1326,10 @@ export default { // this.view = true; this.signform = row; this.signBox = true; + getDetail(row.id).then(res => { + console.log("res"); + this.form = res.data.data; + }); // this.wid= row.id // this.getWrapdetails(this.wpage) },