+
+ *工艺能力
+
{
this.$message.success('操作成功!');
@@ -357,7 +363,8 @@ export default {
let query_ = {
...this.detailForm,
fmProjectApplication: {
- ...this.executeForm,
+ // ...this.executeForm,
+ id: this.executeForm.id,
},
// attachList: this.existingFiles,
};
@@ -381,7 +388,8 @@ export default {
let query_ = {
...this.detailForm,
fmProjectApplication: {
- ...this.executeForm,
+ // ...this.executeForm,
+ id: this.executeForm.id,
},
};
if (this.detailForm.score < 75) {
diff --git a/src/views/oem/oemCustomer/index.vue b/src/views/oem/oemCustomer/index.vue
index 9de1292b..35484f56 100644
--- a/src/views/oem/oemCustomer/index.vue
+++ b/src/views/oem/oemCustomer/index.vue
@@ -127,7 +127,7 @@ export default {
searchIndex: 3,
searchIcon: true,
searchLabelPosition: "left",
- searchLabelPosition: "left",
+ searchLabelWidth:'auto',
searchGutter: 24,
searchSpan: 6,
menuAlign: "center",
diff --git a/src/views/oem/oemCustomer/setCraftAbility.vue b/src/views/oem/oemCustomer/setCraftAbility.vue
index 556b32a8..aa246bd8 100644
--- a/src/views/oem/oemCustomer/setCraftAbility.vue
+++ b/src/views/oem/oemCustomer/setCraftAbility.vue
@@ -15,7 +15,7 @@
-->
- 插入一行
删除选择行
diff --git a/src/views/oem/outsourcingAssignmentControl/index.vue b/src/views/oem/outsourcingAssignmentControl/index.vue
index 6cf5354b..682ed8c5 100644
--- a/src/views/oem/outsourcingAssignmentControl/index.vue
+++ b/src/views/oem/outsourcingAssignmentControl/index.vue
@@ -18,7 +18,7 @@
>
删除
- 保存
+ 保存
@@ -31,9 +31,27 @@
-
+
+ (scope.row.dsPart = val)"
+ placeholder="请搜索选择"
+ api-url="/blade-desk/dsPart/listNew"
+ echo-api="/blade-desk/dsPart/listNew"
+ echoParamsKey="id"
+ echo-method="get"
+ api-method="get"
+ list-key="records"
+ total-key="total"
+ label-key="partCode"
+ value-key="id"
+ search-key="partCode"
+ :debounce-time="500"
+ :title="'修改'"
+ />
+
@@ -59,8 +77,9 @@