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, 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) },