|
@@ -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,
|
|
|
},
|