|
@@ -123,9 +123,9 @@
|
|
|
<div slot="footer" class="footer">
|
|
<div slot="footer" class="footer">
|
|
|
<el-button type="primary" @click="save">保存</el-button>
|
|
<el-button type="primary" @click="save">保存</el-button>
|
|
|
<el-button @click="cancel">返回</el-button>
|
|
<el-button @click="cancel">返回</el-button>
|
|
|
- </div
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
- <ProductModal ref="productRefs" @changeProduct='determineChoose' />
|
|
|
|
|
|
|
+ <productModal ref="productRefs" @changeProduct='determineChoose' />
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 添加工序 -->
|
|
<!-- 添加工序 -->
|
|
@@ -145,7 +145,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
-import ProductModal from '@/views/technology/productParam/components/ProductModal.vue'
|
|
|
|
|
|
|
+import productModal from '@/views/technology/productParam/components/ProductModal.vue'
|
|
|
|
|
|
|
|
import factorySelect from '@/components/CommomSelect/factory-select.vue';
|
|
import factorySelect from '@/components/CommomSelect/factory-select.vue';
|
|
|
import { getCode } from '@/api/codeManagement/index.js';
|
|
import { getCode } from '@/api/codeManagement/index.js';
|
|
@@ -153,7 +153,7 @@ import { getVersionCode, bomSave, bomUpdate, getById, detailPage } from '@/api/m
|
|
|
import { pageList } from '@/api/technology/version/version.js';
|
|
import { pageList } from '@/api/technology/version/version.js';
|
|
|
import Production from '@/views/technology/route/components/production/index.vue'
|
|
import Production from '@/views/technology/route/components/production/index.vue'
|
|
|
export default {
|
|
export default {
|
|
|
- components: { ProductModal, factorySelect, Production },
|
|
|
|
|
|
|
+ components: { productModal, factorySelect, Production },
|
|
|
props: {
|
|
props: {
|
|
|
statusOpt: Object
|
|
statusOpt: Object
|
|
|
},
|
|
},
|