|
|
@ -683,7 +683,8 @@ |
|
|
|
|
|
|
|
|
<!-- 生产过程的材料组件 --> |
|
|
<!-- 生产过程的材料组件 --> |
|
|
<comProduceMaterial ref="comProduceMaterial" :close-on-click-modal="false" |
|
|
<comProduceMaterial ref="comProduceMaterial" :close-on-click-modal="false" |
|
|
:visible.sync="showMaterialFlag" @refreshPageData="refreshPageData"> |
|
|
|
|
|
|
|
|
:visible.sync="showMaterialFlag" @refreshPageData="refreshPageData" |
|
|
|
|
|
@openProcessInspection="openProcessInspectionModal"> |
|
|
|
|
|
|
|
|
</comProduceMaterial> |
|
|
</comProduceMaterial> |
|
|
<comProduceKeyMaterial ref="comProduceKeyMaterial" :close-on-click-modal="false" |
|
|
<comProduceKeyMaterial ref="comProduceKeyMaterial" :close-on-click-modal="false" |
|
|
@ -692,7 +693,8 @@ |
|
|
|
|
|
|
|
|
<!-- 换料组件 --> |
|
|
<!-- 换料组件 --> |
|
|
<comReplaceMaterial ref="comReplaceMaterial" :close-on-click-modal="false" |
|
|
<comReplaceMaterial ref="comReplaceMaterial" :close-on-click-modal="false" |
|
|
:visible.sync="showReplaceMaterialFlag" @refreshPageData="refreshPageData"> |
|
|
|
|
|
|
|
|
:visible.sync="showReplaceMaterialFlag" @refreshPageData="refreshPageData" |
|
|
|
|
|
@openProcessInspection="openProcessInspectionModal"> |
|
|
|
|
|
|
|
|
</comReplaceMaterial> |
|
|
</comReplaceMaterial> |
|
|
|
|
|
|
|
|
|