소스 검색

仓储详情跳转

qukaidi 4 년 전
부모
커밋
b9f2f4bfc6
3개의 변경된 파일402개의 추가작업 그리고 233개의 파일을 삭제
  1. 2 5
      src/views/analysis/stockDetail/index.vue
  2. 399 227
      src/views/warehouseBusiness/outStock/index.vue
  3. 1 1
      src/views/warehouseBusiness/stockTransfer/index.vue

+ 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;
         }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.