Procházet zdrojové kódy

增加场地直装跳转

lichao před 3 roky
rodič
revize
126883d632

+ 7 - 0
src/views/reportManagement/generalLedgerCr/detail.vue

@@ -717,6 +717,13 @@ export default {
           });
           break;
         }
+        case "场地直装": {
+          this.$router.push({
+            path: "/business/inAndOutStock",
+            query: { id: row.fsrcpid },
+          });
+          break;
+        }
         default: {
           return this.$message.error("未知错误,无状态");
         }

+ 7 - 0
src/views/reportManagement/generalLedgerDr/detail.vue

@@ -727,6 +727,13 @@ export default {
           });
           break;
         }
+        case "场地直装": {
+          this.$router.push({
+            path: "/business/inAndOutStock",
+            query: { id: row.fsrcpid },
+          });
+          break;
+        }
         default: {
           return this.$message.error("未知错误,无状态");
         }