diff --git a/src/application/mk/components/editors/MkFormCropper.vue b/src/application/mk/components/editors/MkFormCropper.vue index bd2b608..9372661 100644 --- a/src/application/mk/components/editors/MkFormCropper.vue +++ b/src/application/mk/components/editors/MkFormCropper.vue @@ -6,7 +6,7 @@
- avatar + avatar
diff --git a/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue b/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue index 97f8f7c..3a22192 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue @@ -51,6 +51,16 @@ + + + + + @@ -551,9 +561,9 @@ export default { }, postDataUpdate() { - let postdata = {}; + let postdata = {}; - this.detailsData2.forEach(item => { + this.detailsData2.forEach(item => { item.component_line = this.detailsData[0].component_line; }) diff --git a/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue b/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue index 333467d..f2f575c 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue @@ -479,7 +479,7 @@ export default { if (!item.component_id) { return; - } + } let key = infos.length + '' + (this.loadCount + ''); let info = { key: key, data: { diff --git a/src/pages/Middle/Mold/MoldProductionOrder/List.vue b/src/pages/Middle/Mold/MoldProductionOrder/List.vue index 4e74edc..d5014f7 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/List.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/List.vue @@ -14,7 +14,7 @@