zhongtianhaoyuan 3 år sedan
förälder
incheckning
66b2dbbe3d

+ 2 - 2
src/lang/zh.js

@@ -1055,7 +1055,7 @@ export default {
     outboundManagement: '出库管理',
     weighingManagement: '检斤管理',
     qualityInspectionManagement: '质检管理',
-    newQualityInspectionManagement: '质检管理',
+    newQualityInspectionManagement: '质检管理',
     outInspectRecord:"质检记录",
     qualityInspection: '质检信息',
     weighingManagementrecord:'检斤记录',
@@ -7485,7 +7485,7 @@ export default {
   outboundManagement: {
     weighingManagement: '检斤管理',
     qualityInspectionManagement: '质检管理',
-    newQualityInspectionManagement: '质检管理',
+    newQualityInspectionManagement: '质检管理',
     outInspectRecord:"质检记录",
     qualityInspection: '质检信息',
     weighingManagementrecord:'检斤记录',

+ 13 - 13
src/views/outboundManagement/component/route.js

@@ -70,19 +70,19 @@ const outboundManagementRouter = {
             hidden: true
           },
         // 质检管理
-        {
-            path: 'qualityInspectionManagement',
-            component: () =>
-                import(/* webpackChunkName: "sparepartList" */ '@/views/outboundManagement/qualityInspectionManagement'),
-            name:'qualityInspectionManagement',
-            meta: {
-                title:'qualityInspectionManagement',
-                shortcutEntrance:'outboundManagement',
-                module:'outbound.acquisitionQualityOut.view',
-                permissicon: [],
-                keepAlive: true
-            }
-        },
+        // {
+        //     path: 'qualityInspectionManagement',
+        //     component: () =>
+        //         import(/* webpackChunkName: "sparepartList" */ '@/views/outboundManagement/qualityInspectionManagement'),
+        //     name:'qualityInspectionManagement',
+        //     meta: {
+        //         title:'qualityInspectionManagement',
+        //         shortcutEntrance:'outboundManagement',
+        //         module:'outbound.acquisitionQualityOut.view',
+        //         permissicon: [],
+        //         keepAlive: true
+        //     }
+        // },
          // 质检管理
          {
           path: 'newQualityInspectionManagement',

+ 1 - 3
src/views/outboundManagement/newQualityInspectionManagement.vue

@@ -44,7 +44,7 @@
               <ws-input v-model="inspect.weighingManagement.outType" placeholder="自动获取,不可编辑" disabled size="small" />
             </ws-form-item>
             <ws-form-item label="车队" span="1" prop="fleet">
-              <ws-input v-model="inspect.fleet" placeholder="非车辆车队" disabled size="small" />
+              <ws-input v-model="inspect.fleet" placeholder="非车队车辆" disabled size="small" />
             </ws-form-item>
             <ws-form-item label="车牌号" span="1" prop="carNumber">
               <ws-input v-model="inspect.carNumber" placeholder="自动获取,不可编辑" disabled size="small" />
@@ -343,7 +343,6 @@
               addOut(this.inspect)
               .toPromise()
               .then((response) => {
-                console.log(response)
               })
             })
           }
@@ -531,7 +530,6 @@
           })
           .toPromise()
           .then((response) => {
-            debugger
             this.noinspectList = response.records
              if(this.inspectbtn == 1 && this.noinspectList.length > 0){
                this.switchList = this.noinspectList