Browse Source

仓储详情跳转

qukaidi 4 years ago
parent
commit
b9f2f4bfc6

+ 2 - 5
src/views/analysis/stockDetail/index.vue

@@ -118,28 +118,25 @@ export default {
         case "出库": {
           this.$router.push({
             path: "/business/outStock",
-            query: { data: JSON.stringify(row) },
+            query: { id: row.fId },
           });
           break;
         }
         case "调拨": {
           this.$router.push({
-            path: "/business/goodsTransfer",
-            query: { data: JSON.stringify(row) },
+            path: "/business/stockTransfer",
           });
           break;
         }
         case "货权转移": {
           this.$router.push({
             path: "/business/stockTransfer",
-            query: { data: { billId: row.fId } },
           });
           break;
         }
         case "货物通关": {
           this.$router.push({
             path: "/business/cargoClearance",
-            query: { data: JSON.stringify(row) },
           });
           break;
         }

File diff suppressed because it is too large
+ 399 - 227
src/views/warehouseBusiness/outStock/index.vue


+ 1 - 1
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -5950,7 +5950,7 @@ export default {
   height: 50px;
   text-align: center;
   border-right: 1px solid #dfe6ec !important;
-  order-bottom: 1px solid #dfe6ec !important;
+  border-bottom: 1px solid #dfe6ec !important;
   border-bottom: 1px solid #dfe6ec !important;
 }
 .el-table thead th {

Some files were not shown because too many files changed in this diff