diff --git a/vue/src/router/modules/fis.js b/vue/src/router/modules/fis.js index 0685eee..4e38cd3 100644 --- a/vue/src/router/modules/fis.js +++ b/vue/src/router/modules/fis.js @@ -36,16 +36,16 @@ const pgfis = { icon: '发货' } }, - { - path: '/pg-partSwitch', - component: () => import('@/views/pg-fis/basedate/partSwitch'), - name: 'pg-partSwitch',//命名路由 - meta: { - title: '零件切换管理', - //roles: ['SettleAccount.Reports'], - icon: '发货' - } - }, + // { + // path: '/pg-partSwitch', + // component: () => import('@/views/pg-fis/basedate/partSwitch'), + // name: 'pg-partSwitch',//命名路由 + // meta: { + // title: '零件切换管理', + // //roles: ['SettleAccount.Reports'], + // icon: '发货' + // } + // }, { path: '/pg-unknownAssembly', component: () => import('@/views/pg-fis/basedate/unknownAssembly'), @@ -66,16 +66,16 @@ const pgfis = { icon: '供货' } }, - { - path: '/pg-M100BIll', - component: () => import('@/views/pg-fis/basedate/m100BIll'), - name: 'pg-M100BIll',//命名路由 - meta: { - title: 'M100单据信息维护', - //roles: ['SettleAccount.Reports'], - icon: '客户零件' - } - }, + // { + // path: '/pg-M100BIll', + // component: () => import('@/views/pg-fis/basedate/m100BIll'), + // name: 'pg-M100BIll',//命名路由 + // meta: { + // title: 'M100单据信息维护', + // //roles: ['SettleAccount.Reports'], + // icon: '客户零件' + // } + // }, // { // path: '/pg-M100Online', // component: () => import('@/views/pg-fis/basedate/m100Online'), @@ -106,26 +106,26 @@ const pgfis = { // icon: '客户零件' // } // }, - { - path: '/pg-R100Online', - component: () => import('@/views/pg-fis/basedate/r100Online'), - name: 'pg-R100Online',//命名路由 - meta: { - title: 'R100上线信息', - //roles: ['SettleAccount.Reports'], - icon: '客户零件' - } - }, - { - path: '/pg-weldingAssembly', - component: () => import('@/views/pg-fis/basedate/weldingAssembly'), - name: 'pg-weldingAssembly',//命名路由 - meta: { - title: '焊装总装对比', - //roles: ['SettleAccount.Reports'], - icon: '客户零件' - } - }, + // { + // path: '/pg-R100Online', + // component: () => import('@/views/pg-fis/basedate/r100Online'), + // name: 'pg-R100Online',//命名路由 + // meta: { + // title: 'R100上线信息', + // //roles: ['SettleAccount.Reports'], + // icon: '客户零件' + // } + // }, + // { + // path: '/pg-weldingAssembly', + // component: () => import('@/views/pg-fis/basedate/weldingAssembly'), + // name: 'pg-weldingAssembly',//命名路由 + // meta: { + // title: '焊装总装对比', + // //roles: ['SettleAccount.Reports'], + // icon: '客户零件' + // } + // }, { path: '/pg-logRemind', component: () => import('@/views/pg-fis/basedate/logRemind'), diff --git a/vue/src/views/pg-fis/basedate/alreadyPrint/index.vue b/vue/src/views/pg-fis/basedate/alreadyPrint/index.vue index 76eaaa4..a34bc0c 100644 --- a/vue/src/views/pg-fis/basedate/alreadyPrint/index.vue +++ b/vue/src/views/pg-fis/basedate/alreadyPrint/index.vue @@ -66,7 +66,7 @@ - + - + - + @@ -322,14 +322,14 @@ { label: "底盘号", prop: "vin", width: 180 }, { label: "序列号", prop: "serialNum", width: 120 }, { label: "流水号", prop: "hostSN", width: 120 }, - { label: "生产线", prop: "productLine", width: 120 }, + { label: "主机厂生产线", prop: "productLine", width: 130 }, { label: "工厂", prop: "factory", width: 120 }, { label: "工位", prop: "workLocation", width: 120 }, { label: "车位", prop: "vehicleLocation", width: 120 }, { label: "车身号", prop: "vehicleBodyCode", width: 120 }, { label: "车型代码", prop: "vehicleModelCode", width: 180 }, { label: "车型名称", prop: "vehicleModelName", width: 120 }, - { label: "车型描述", prop: "vehicleModelDesc", width: 120 }, + { label: "车型描述", prop: "vehicleModelDesc", width: 240 }, { label: "规格", prop: "spec", width: 120 }, { label: "规格说明", prop: "specDesc", width: 120 }, { label: "类别", prop: "type", width: 120 }, diff --git a/vue/src/views/pg-fis/basedate/repeatR100/index.vue b/vue/src/views/pg-fis/basedate/repeatR100/index.vue index 5a4b033..2d33550 100644 --- a/vue/src/views/pg-fis/basedate/repeatR100/index.vue +++ b/vue/src/views/pg-fis/basedate/repeatR100/index.vue @@ -13,7 +13,7 @@ M100 R100 --> - + - + - + - + --> - + { - if (index === 0) { - this.listQuery.state.push(element.id); - } - }); + // this.billState.forEach((element, index) => { + // if (index === 0) { + // this.listQuery.state.push(element.id); + // } + // }); + this.listQuery.state.push(3) this.getvehicleModel(); this.getProductLine(); }, diff --git a/vue/src/views/pg-fis/basedate/select/index.vue b/vue/src/views/pg-fis/basedate/select/index.vue index 603f8b2..05539cd 100644 --- a/vue/src/views/pg-fis/basedate/select/index.vue +++ b/vue/src/views/pg-fis/basedate/select/index.vue @@ -64,7 +64,7 @@ - + - + - + + - + - + + + + - + - + - + { var offsetHei = document.documentElement.clientHeight; //console.log(offsetHei);