Forráskód Böngészése

Merge branch 'deploy_0804' of jianguan-web/qpls-md-html into master

陈瑞 3 éve
szülő
commit
5409628485

+ 1 - 1
src/components/Exception/ExceptionPage.vue

@@ -32,7 +32,7 @@ export default {
   },
   methods: {
     handleToHome () {
-      this.$router.push({ name: 'dashboard' })
+      this.$router.push({ name: 'home' })
     }
   }
 }

+ 15 - 0
src/components/index.less

@@ -364,7 +364,22 @@
   .ant-table-small > .ant-table-content .ant-table-body{
     margin: 0;
   }
+  input:disabled{
+    opacity: 1!important;
+    color: #fff!important;
+    background: red!important;
+    -webkit-text-fill-color: #fff!important;
+  }
+  .ant-checkbox-input[disabled]{
+    background: red!important;
+  }
 }
+input:disabled{
+    opacity: 1!important;
+    color: #fff!important;
+    background: red!important;
+    -webkit-text-fill-color: #fff!important;
+  }
 .sTable.fixPagination{
   >.ant-table-wrapper{
     height: 100%;

+ 1 - 1
src/views/bulkManagement/bulkWarehousingOrder/detail.vue

@@ -182,7 +182,7 @@ export default {
     },
     //  编辑
     handleEdit () {
-      this.$router.push({ path: `/bulkManagement/bulkWarehousingOrder/edit/${this.basicInfoData.id}/${this.basicInfoData.sparePartsPurchaseSn}` })
+      this.$router.push({ path: `/bulkManagement/bulkWarehousingOrder/edit/${this.basicInfoData.id}/${this.basicInfoData.sparePartsPurchaseSn}/${this.basicInfoData.supplierSn}` })
     }
   },
   mounted () {