Andy %!s(int64=3) %!d(string=hai) anos
pai
achega
f68b12d911
Modificáronse 1 ficheiros con 16 adicións e 16 borrados
  1. 16 16
      src/views/BidSystem/ProductDeOrder/deorderdetail.vue

+ 16 - 16
src/views/BidSystem/ProductDeOrder/deorderdetail.vue

@@ -734,8 +734,7 @@
               v-model="tempProcessLine.title"
               style="width: 120px"
               placeholder="请输入"
-            >
-            </Input>
+            />
           </div>
           <Button
             type="primary"
@@ -1472,9 +1471,7 @@ export default {
             },
           ];
         } else {
-          this.formData.parts.map(v=>{
-            this.handleSimilarProductConfirm(res.data.product_id, v);
-          })
+          this.handleSimilarProductConfirm(res.data.product_id, this.formData);
         }
       });
     },
@@ -1530,6 +1527,9 @@ export default {
           this.tempSelectedPartIndex
         ].partsProcessLineTableData.concat(this.selectTags);
         this.showProcessLineDetailModal = false;
+        this.formData.parts[
+          this.tempSelectedPartIndex
+        ].process_name = this.info.title;
       }
     },
     // 删除工艺路线列表项
@@ -2564,40 +2564,40 @@ export default {
       display: flex;
       flex-wrap: wrap;
       justify-content: flex-start;
-      border-left: 1px solid #3764ff;
+      border-left: 1px solid #dedede;
       .radio-us {
-        background: #fff;
+        background: #f4f5f7;
         padding: 5px 20px;
         margin: 5px;
         margin-right: 18px;
-        color: #3764ff;
+        color: #999999;
         border-radius: 15px;
-       border: 1px solid #3764ff;
+        border: 1px solid #dedede;
         cursor: pointer;
       }
       .radio-us-foc {
-        color: #fff;
-        background: #3764ff;
+        color: #3764ff;
+        background: #fff;
         border: 1px solid #3764ff;
       }
     }
     .tit_box {
       .box-us {
+        background: #f4f5f7;
         padding: 5px 20px;
         margin: 5px;
         margin-right: 18px;
+        color: #999999;
         border-radius: 5px;
+        border: 1px solid #dedede;
         cursor: pointer;
         width: 100px;
         display: inline-block;
         text-align: center;
-        color: #3764ff;
-        background: #fff;
-        border: 1px solid #3764ff;
       }
       .box-us-foc {
-        color: #fff;
-        background: #3764ff;
+        color: #3764ff;
+        background: #fff;
         border: 1px solid #3764ff;
       }
     }