Browse Source

修改样式

huk 3 years ago
parent
commit
32788b191d
20 changed files with 93 additions and 1521 deletions
  1. 0 85
      src/views/inward/components/inwardFactory/addTruckLoad.vue
  2. 23 27
      src/views/inward/components/inwardFactory/truckLoad.vue
  3. 0 81
      src/views/inward/components/inwardImport/daZhou/addTruckLoad.vue
  4. 0 81
      src/views/inward/components/inwardImport/daZhou/updateTrainUnload.vue
  5. 0 81
      src/views/inward/components/inwardImport/daZhou/updateTruckLoad.vue
  6. 0 81
      src/views/inward/components/inwardImport/oldAreaRailScale/addTruckLoad.vue
  7. 0 81
      src/views/inward/components/offsetSteel/truckTrain/addApproveWagonPlease.vue
  8. 0 81
      src/views/inward/components/offsetSteel/truckTrain/addWagonLoad.vue
  9. 0 81
      src/views/inward/components/offsetSteel/truckTrain/addWagonPlease.vue
  10. 0 1
      src/views/inward/components/offsetSteel/truckTrain/addWagonUnLoad.vue
  11. 0 81
      src/views/inward/components/offsetSteel/truckTrain/editApproveWagonPlease.vue
  12. 0 81
      src/views/inward/components/offsetSteel/truckTrain/editWagonPlease.vue
  13. 0 81
      src/views/inward/components/truckAppoint/addPlan.vue
  14. 0 105
      src/views/inward/components/truckAppoint/addRequirement.vue
  15. 1 106
      src/views/inward/components/truckAppoint/addRequirement2.vue
  16. 0 81
      src/views/inward/components/truckAppoint/updatePlan.vue
  17. 0 105
      src/views/inward/components/truckAppoint/updateRequirement.vue
  18. 0 81
      src/views/inward/components/truckOrder/decomposePlan.vue
  19. 0 81
      src/views/inward/components/truckOrder/decomposeRailPlan.vue
  20. 69 39
      src/views/inward/router/index.js

+ 0 - 85
src/views/inward/components/inwardFactory/addTruckLoad.vue

@@ -4,12 +4,10 @@
     <page-title>新增汽车装货</page-title>
     <div class="main">
       <span class="text">新增</span>
-      <span class="a"></span>
     </div>
     <div>
       <div class="form-box" style="margin-left: 5rem">
         <dil-form :formId="245" v-model="form"></dil-form>
-        
       </div>
     </div>
     <div class="" style="margin-left:40rem">
@@ -43,14 +41,12 @@ export default {
         settlementMonthTonnage:this.form.settlementMonthTonnage,
         settlementMonthTotalMonth:this.form.settlementMonthTotalMonth
       };
-      console.log(BmsTrainFreight)     
       this.$axios
         .post(
           "/api/v1/bms/addTrainSettlement",
           BmsTrainFreight
         )
         .then((res) => {
-            console.log(res)
           if (res.data.code == 200) {
             this.$message({
               type: "success",
@@ -71,85 +67,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 23 - 27
src/views/inward/components/inwardFactory/truckLoad.vue

@@ -2,15 +2,12 @@
 <template>
   <div class="steel_inbound">
     <div class="sache">
-      <el-input
-        placeholder="请输入内容"
-        v-model="inputText"
-        clearable>
+      <el-input placeholder="请输入内容" v-model="inputText" clearable>
       </el-input>
       <el-button type="primary" class="btn" @click="onclick">
         <i class="el-icon-search"></i>查询
       </el-button>
-       <el-button type="primary" class="btn" @click="toInsert">
+      <el-button type="primary" class="btn" @click="toInsert">
         <i class="el-icon-plus"></i>新增
       </el-button>
     </div>
@@ -41,28 +38,28 @@
 
 <script>
 export default {
-  data(){
-    return{
-      inputText:"",
-      options:{
-        // first请求数据的地址 
+  data() {
+    return {
+      inputText: "",
+      options: {
+        // first请求数据的地址
         requestUrl: "/api/v1/tms/getAllLoadResult?apiId=359&orderType=11",
       },
-    }
+    };
   },
-  methods:{
-     onclick(){
-            this.option.requestUrl = "/api/v1/tms/getAllLoadResult?apiId=359&orderType=11&con="+this.inputText;
-        },
-     toInsert() {
+  methods: {
+    onclick() {
+      this.option.requestUrl =
+        "/api/v1/tms/getAllLoadResult?apiId=359&orderType=11&con=" +
+        this.inputText;
+    },
+    toInsert() {
       this.$router.push("/inwardFactory/addTruckLoad");
-
     },
-    updateBmsTrainFreight(scope){
-      console.log(scope.row.settlementId)
-      this.$router.push("/daZhou/updateTruckLoad/"+scope.row.settlementId)
+    updateBmsTrainFreight(scope) {
+      this.$router.push("/daZhou/updateTruckLoad/" + scope.row.settlementId);
     },
-    deleteBmsTrainFreight(scope){
+    deleteBmsTrainFreight(scope) {
       this.$confirm("是否删除", "提示", {
         confirmButtonText: "确定",
         cancelButtonText: "取消",
@@ -77,7 +74,7 @@ export default {
                 this.$message({
                   type: "success",
                   message: "删除成功!",
-                });     
+                });
                 this.$router.go(0);
               } else {
                 this.$message({
@@ -94,14 +91,13 @@ export default {
           });
         });
     },
-    },
-  }
-
+  },
+};
 </script>
 
 <style lang="scss">
-.steel_inbound{
-  .sache{
+.steel_inbound {
+  .sache {
     height: 5rem;
     display: flex;
     align-items: center;

+ 0 - 81
src/views/inward/components/inwardImport/daZhou/addTruckLoad.vue

@@ -90,85 +90,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/inwardImport/daZhou/updateTrainUnload.vue

@@ -83,85 +83,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/inwardImport/daZhou/updateTruckLoad.vue

@@ -83,85 +83,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/inwardImport/oldAreaRailScale/addTruckLoad.vue

@@ -90,85 +90,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/offsetSteel/truckTrain/addApproveWagonPlease.vue

@@ -115,85 +115,4 @@ export default {
 };
 </script>
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/offsetSteel/truckTrain/addWagonLoad.vue

@@ -81,85 +81,4 @@ export default {
 };
 </script>
 <style lang='scss'>
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/offsetSteel/truckTrain/addWagonPlease.vue

@@ -89,85 +89,4 @@ export default {
 };
 </script>
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 1
src/views/inward/components/offsetSteel/truckTrain/addWagonUnLoad.vue

@@ -74,7 +74,6 @@ export default {
 };
 </script>
 <style lang='scss'>
-
 .addWagonLoad{
     .cp{
       width: 100%;

+ 0 - 81
src/views/inward/components/offsetSteel/truckTrain/editApproveWagonPlease.vue

@@ -88,85 +88,4 @@ export default {
 };
 </script>
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/offsetSteel/truckTrain/editWagonPlease.vue

@@ -94,85 +94,4 @@ export default {
 };
 </script>
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/truckAppoint/addPlan.vue

@@ -79,85 +79,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 105
src/views/inward/components/truckAppoint/addRequirement.vue

@@ -236,109 +236,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
-.f1 {
-  margin-top: -2.5rem;
-  margin-left: 26rem;
-}
-.f11 {
-  margin-top: -3rem;
-  // margin-left: 29rem;
-}
-.f2 {
-  margin-top: -2.5rem;
-  margin-left: 20.7rem;
-}
-.f3 {
-  margin-top: 0rem;
-  margin-left: 16rem;
-}
-.f4 {
-  margin-top: 0rem;
-  margin-left: 16rem;
-}
-.f5 {
-  margin-top: 0rem;
-  margin-left: 21rem;
-}
 </style>

+ 1 - 106
src/views/inward/components/truckAppoint/addRequirement2.vue

@@ -206,110 +206,5 @@ export default {
 };
 </script>
 
-<style lang="scss" scoped>
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
-.f1 {
-  margin-top: -2.5rem;
-  margin-left: 26rem;
-}
-.f11 {
-  margin-top: -3rem;
-  // margin-left: 29rem;
-}
-.f2 {
-  margin-top: -2.5rem;
-  margin-left: 20.7rem;
-}
-.f3 {
-  margin-top: 0rem;
-  margin-left: 16rem;
-}
-.f4 {
-  margin-top: 0rem;
-  margin-left: 16rem;
-}
-.f5 {
-  margin-top: 0rem;
-  margin-left: 21rem;
-}
+<style lang="scss">
 </style>

+ 0 - 81
src/views/inward/components/truckAppoint/updatePlan.vue

@@ -89,85 +89,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 105
src/views/inward/components/truckAppoint/updateRequirement.vue

@@ -203,109 +203,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
-.f1{
-  margin-top: -2.5rem;
-  margin-left: 26rem;
-}
-.f11{
-  margin-top: -3rem;
-  // margin-left: 29rem;
-}
-.f2{
-  margin-top: -2.5rem;
-  margin-left: 20.7rem;
-}
-.f3{
-  margin-top: 0rem;
-  margin-left: 16rem;
-}
-.f4{
-  margin-top: 0rem;
-  margin-left: 16rem;
-}
-.f5{
-  margin-top: 0rem;
-  margin-left: 21rem;
-}
 </style>

+ 0 - 81
src/views/inward/components/truckOrder/decomposePlan.vue

@@ -248,85 +248,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 0 - 81
src/views/inward/components/truckOrder/decomposeRailPlan.vue

@@ -253,85 +253,4 @@ export default {
 </script>
 
 <style lang="scss">
-#pageTitle {
-    border-bottom: 0.125rem solid $borderColorPageTitlte;
-    background-color: $backgroundColorPageTitle;
-    padding-left: 3.125rem;
-    margin-bottom: 1.875rem;
-    span {
-      font-size: 1.5rem;
-      line-height: 4.375rem;
-      color: $fontColorPageTitle;
-    }
-    i {
-      cursor: pointer;
-      border: 0.0625rem solid $fontColorPageTitle;
-      color: $fontColorPageTitle;
-      border-radius: 100%;
-      margin-right: 1.25rem;
-      // 图标放大
-      transform: scale(1.6, 1.6);
-    }
-  }
-  #query_condition{
-    margin-left: 3rem;
-  }
-  .button-box {
-    display: flex;
-    justify-content: center;
-    .el-button + .el-button {
-      margin-left: 3rem;
-    }
-  }
-  
-  .form-box {
-    display: flex;
-    margin-top: 1.25rem;
-    justify-content: center;
-    .el-form {
-      flex-direction: column;
-    }
-    
-  }
-
-  .body{
-    display: -webkit-flex;
-    display: flex;
-  }
-  .main {
-    display: flex;
-    margin-top: 1.5625rem;
-    margin-left: 1.875rem;
-    margin-bottom: 3.125rem;
-    .text {
-      margin-right: 0.625rem;
-      font-weight: 700;
-      font-size: 0.9375rem;
-    }
-    .el_text1 {
-      width: 56.875rem;
-    }
-    .a {
-      margin-top: 0.4375rem;
-      width: 80%;
-      height: 0.0625rem;
-      border-top: $gainsboro 0.0625rem solid;
-    }
-  }
-  .contractTitle{
-    margin: 0 auto;
-    text-align: center;
-  }
-  .contractId{
-    font-size: 1.25rem;
-  }
-  .form-one{
-    margin-right: 0.625rem;
-  }
-  .button-ins {
-    display: flex;
-    margin-left: 60rem;
-    margin-bottom: 1rem;
-  }
-  
 </style>

+ 69 - 39
src/views/inward/router/index.js

@@ -89,6 +89,54 @@ import countResult from '@/views/inward/components/inwardFactory/countResult.vue
 //内转进口矿/国产矿/燃料--内转厂内物资--包月作业
 import monthResult from '@/views/inward/components/inwardFactory/monthResult.vue'
 
+
+
+//**************************************跳转界面**************************************/
+
+//新增采购内转需求
+import addRequirement from '@/views/inward/components/truckAppoint/addRequirement.vue'
+//新增厂内内转需求
+import addRequirement2 from '@/views/inward/components/truckAppoint/addRequirement2.vue'
+//修改需求
+import updateRequirement from '@/views/inward/components/truckAppoint/updateRequirement.vue'
+//新增计划
+import addPlan from '@/views/inward/components/truckAppoint/addPlan.vue'
+//修改计划
+import updatePlan from '@/views/inward/components/truckAppoint/updatePlan.vue'
+//新增内转钢材到异地库计划
+import addRailPlan from '@/views/inward/components/truckAppoint/addRailPlan.vue'
+//计划分解
+import decomposePlan from '@/views/inward/components/truckOrder/decomposePlan.vue'
+//内转异地库计划分解
+import decomposeRailPlan from '@/views/inward/components/truckOrder/decomposeRailPlan.vue'
+//请车作业新增
+import addWagonPlease from '@/views/inward/components/offsetSteel/truckTrain/addWagonPlease.vue'
+//请车作业修改
+import editWagonPlease from '@/views/inward/components/offsetSteel/truckTrain/editWagonPlease.vue'
+//批车作业新增
+import addApproveWagonPlease from '@/views/inward/components/offsetSteel/truckTrain/addApproveWagonPlease.vue'
+//新增批车作业
+import editApproveWagonPlease from '@/views/inward/components/offsetSteel/truckTrain/editApproveWagonPlease.vue'
+//装车作业新增
+import addWagonLoad from '@/views/inward/components/offsetSteel/truckTrain/addWagonLoad.vue'
+//装车作业修改
+import editWagonLoad from '@/views/inward/components/offsetSteel/truckTrain/editWagonLoad.vue'
+//车皮卸车作业新增
+import addWagonUnLoad from '@/views/inward/components/offsetSteel/truckTrain/addWagonUnLoad.vue'
+//车皮卸车作业修改
+import editWagonUnLoad from '@/views/inward/components/offsetSteel/truckTrain/editWagonUnLoad.vue'
+//新增汽车装货
+import addTruckLoad from '@/views/inward/components/inwardImport/daZhou/addTruckLoad.vue'
+//修改汽车装货
+import updateTruckLoad from '@/views/inward/components/inwardImport/daZhou/updateTruckLoad.vue'
+//新增汽车装车
+import oldAreaRailScaleAddTruckLoad from '@/views/inward/components/inwardImport/oldAreaRailScale/addTruckLoad.vue'
+//内转厂内物资--新增汽车装货
+import inwardFactoryAddTruckLoad from '@/views/inward/components/inwardFactory/addTruckLoad.vue'
+
+
+
+
 Vue.use(Router)
 
 const constantRouterMap = [{
@@ -144,45 +192,27 @@ const constantRouterMap = [{
     {path: 'timeTaskResult',name: 'timeTaskResult',meta: {code: 'xtpzgl-yhgl'},component: timeTaskResult}, 
     {path: 'countResult',name: 'countResult',meta: {code: 'xtpzgl-yhgl'},component: countResult}, 
     {path: 'monthResult',name: 'monthResult',meta: {code: 'xtpzgl-yhgl'},component: monthResult}, 
-
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
-    // {path: 'requirement',name: 'requirement',meta: {code: 'xtpzgl-yhgl'},component: requirement}, 
+    /*****************************************跳转页面*****************************************/
+    {path: 'addRequirement',name: 'addRequirement',meta: {code: 'xtpzgl-yhgl'},component: addRequirement}, 
+    {path: 'addRequirement2',name: 'addRequirement2',meta: {code: 'xtpzgl-yhgl'},component: addRequirement2}, 
+    {path: 'updateRequirement/:requirementId',name: 'updateRequirement',meta: {code: 'xtpzgl-yhgl'},component: updateRequirement}, 
+    {path: 'addPlan',name: 'addPlan',meta: {code: 'xtpzgl-yhgl'},component: addPlan}, 
+    {path: 'updatePlan/:planId',name: 'updatePlan',meta: {code: 'xtpzgl-yhgl'},component: updatePlan}, 
+    {path: 'addRailPlan',name: 'addRailPlan',meta: {code: 'xtpzgl-yhgl'},component: addRailPlan}, 
+    {path: 'decomposePlan/:planId',name: 'decomposePlan',meta: {code: 'xtpzgl-yhgl'},component: decomposePlan}, 
+    {path: 'decomposeRailPlan/:dayPlanId',name: 'decomposeRailPlan',meta: {code: 'xtpzgl-yhgl'},component: decomposeRailPlan}, 
+    {path: 'addWagonPlease',name: 'addWagonPlease',meta: {code: 'xtpzgl-yhgl'},component: addWagonPlease}, 
+    {path: 'editWagonPlease/:resultId',name: 'editWagonPlease',meta: {code: 'xtpzgl-yhgl'},component: editWagonPlease}, 
+    {path: 'addApproveWagonPlease',name: 'requaddApproveWagonPleaseirement',meta: {code: 'xtpzgl-yhgl'},component: addApproveWagonPlease}, 
+    {path: 'editApproveWagonPlease/:resultId',name: 'editApproveWagonPlease',meta: {code: 'xtpzgl-yhgl'},component: editApproveWagonPlease}, 
+    {path: 'addWagonLoad',name: 'addWagonLoad',meta: {code: 'xtpzgl-yhgl'},component: addWagonLoad}, 
+    {path: 'editWagonLoad/:resultId',name: 'editWagonLoad',meta: {code: 'xtpzgl-yhgl'},component: editWagonLoad}, 
+    {path: 'addWagonUnLoad',name: 'addWagonUnLoad',meta: {code: 'xtpzgl-yhgl'},component: addWagonUnLoad}, 
+    {path: 'editWagonUnLoad/:unloadingId',name: 'editWagonUnLoad',meta: {code: 'xtpzgl-yhgl'},component: editWagonUnLoad}, 
+    {path: 'addTruckLoad',name: 'addTruckLoad',meta: {code: 'xtpzgl-yhgl'},component: addTruckLoad}, 
+    {path: 'updateTruckLoad/:resultId',name: 'updateTruckLoad',meta: {code: 'xtpzgl-yhgl'},component: updateTruckLoad}, 
+    {path: 'oldAreaRailScaleAddTruckLoad',name: 'oldAreaRailScaleAddTruckLoad',meta: {code: 'xtpzgl-yhgl'},component: oldAreaRailScaleAddTruckLoad}, 
+    {path: 'inwardFactoryAddTruckLoad',name: 'inwardFactoryAddTruckLoad',meta: {code: 'xtpzgl-yhgl'},component: inwardFactoryAddTruckLoad},
   ]
 }];