|
@@ -26,7 +26,7 @@
|
|
|
<basicInfoVue ref="basicInfoVueRef" />
|
|
<basicInfoVue ref="basicInfoVueRef" />
|
|
|
<businessInformation ref="businessInformationRef" :form="form" />
|
|
<businessInformation ref="businessInformationRef" :form="form" />
|
|
|
<assetInformation ref="assetInformationRef" :form="form" />
|
|
<assetInformation ref="assetInformationRef" :form="form" />
|
|
|
- <mouldInformation ref="mouldInformationRef" />
|
|
|
|
|
|
|
+ <mouldInformation ref="mouldInformationRef" :form="form" />
|
|
|
<warehouseConfigVue ref="warehouseConfigRef" class="ims" />
|
|
<warehouseConfigVue ref="warehouseConfigRef" class="ims" />
|
|
|
<productInfoVue ref="productInfoRef" />
|
|
<productInfoVue ref="productInfoRef" />
|
|
|
<planVue ref="planRef" />
|
|
<planVue ref="planRef" />
|
|
@@ -388,7 +388,7 @@
|
|
|
par.deviceLocationName = par.location
|
|
par.deviceLocationName = par.location
|
|
|
? par.location.toString()
|
|
? par.location.toString()
|
|
|
: '';
|
|
: '';
|
|
|
- par.extInfo = { ...this.form };
|
|
|
|
|
|
|
+ par.extInfo = { ...this.form.category.categoryMold };
|
|
|
let obj = {};
|
|
let obj = {};
|
|
|
par.extInfoSelf.forEach((item) => {
|
|
par.extInfoSelf.forEach((item) => {
|
|
|
obj[item.key] = item.value;
|
|
obj[item.key] = item.value;
|
|
@@ -480,10 +480,10 @@
|
|
|
this.$refs.qualityConfigRef.getDetailInfoAugr(
|
|
this.$refs.qualityConfigRef.getDetailInfoAugr(
|
|
|
this.form.category.categoryQms
|
|
this.form.category.categoryQms
|
|
|
);
|
|
);
|
|
|
- // 模具信息
|
|
|
|
|
- this.$refs.mouldInformationRef.getDetailInfoAugr(
|
|
|
|
|
- this.form.category.categoryMold
|
|
|
|
|
- );
|
|
|
|
|
|
|
+ // // 模具信息
|
|
|
|
|
+ // this.$refs.mouldInformationRef.getDetailInfoAugr(
|
|
|
|
|
+ // this.form.category.categoryMold
|
|
|
|
|
+ // );
|
|
|
// 其他和关联信息
|
|
// 其他和关联信息
|
|
|
this.$refs.footerVueRef.getDetailInfoAugr(this.form.category.category);
|
|
this.$refs.footerVueRef.getDetailInfoAugr(this.form.category.category);
|
|
|
// 文档信息
|
|
// 文档信息
|