+
+ {{ t('FactoryModeling.ProductInformation.dialogBarCodeLabel') }}:
+ {{ formatValue(productDetail.barCode) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogCategoryTypeLabel') }}:
+ {{ formatCategoryType(productDetail.categoryType) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogNameLabel') }}:
+ {{ formatValue(productDetail.name) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogCategoryLabel') }}:
+ {{ formatValue(productDetail.subCategoryName) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogUnitLabel') }}:
+ {{ formatValue(productDetail.unitName) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogStandardLabel') }}:
+ {{ formatValue(productDetail.standard || productDetail.deviceSpec || productDetail.model) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogExpiryDayLabel') }}:
+ {{ formatValue(productDetail.expiryDay) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogStatusLabel') }}:
+
+
+
+
+
+ 关联设备:
+ {{ formatDeviceText(productDetail) }}
+
+
+ 关联模具:
+ {{ formatMoldText(productDetail) }}
+
+
+
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogSupplierLabel') }}:
+ {{ formatSupplierText(productDetail) }}
+
+
+
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogSparePartLevelLabel') }}:
+ {{ formatSparePartLevel(productDetail.sparePartLevel) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogFragileFlagLabel') }}:
+ {{ productDetail.fragileFlag === 1 ? t('common.yes') : productDetail.fragileFlag === 0 ? t('common.no') : '-' }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogPurchaseCycleLabel') }}:
+ {{ formatValue(productDetail.purchaseCycle) }}
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogBrandLabel') }}:
+ {{ formatValue(productDetail.brand) }}
+
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogRemarkLabel') }}:
+ {{ formatValue(productDetail.remark) }}
+
+
+
{{ detailSummaryTitle }}
+
+
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogPackagingSchemeLabel') }}:{{ packagingSchemeCount }} 个
+
+
+
+ 默认参考方案:{{ defaultPackagingSchemeText }}
+
+
+
+
+
+
+ {{ t('FactoryModeling.ProductInformation.dialogSupplierLabel') }}:{{ supplierCount }} 个
+
+
+
+ 默认供应商:{{ defaultSupplierText }}
+
+
+
+
{{ t('FactoryModeling.ProductInformation.images') }}
+
+
+
+