Andy 3 年之前
父節點
當前提交
eaf2a2f259

+ 2 - 1
src/views/BidSystem/ProductDeOrder/deorderdetail.vue

@@ -2181,7 +2181,7 @@ export default {
           element.partsNameList.forEach((ele) => {
             if (element.part_id == ele.id && ele.id == ele.title) {
               flag = true;
-            }
+            
           });
           if (flag) {
             let result = await this.axios({
@@ -2304,6 +2304,7 @@ export default {
             data: {
               ...this.formData,
               order_no: this.$route.query.order_no,
+              oa_id: this.$route.query.oa_id,
               orders_area_product_detail_id: this.$route.query
                 .orders_area_product_detail_id,
             },

+ 1 - 0
src/views/BidSystem/ProductDeOrder/detail.vue

@@ -502,6 +502,7 @@ export default {
         query: {
           type,
           order_no: this.$route.query.order_no,
+          oa_id: this.$route.query.oa_id,
           orders_area_product_detail_id: row.id,
         },
       });