|
|
|
@ -730,149 +730,149 @@ |
|
|
|
<div :style="{height: secondHeight + 'px'}" style="margin-left: 5px;margin-top: 5px; overflow-y: auto;"> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">申请人</span> |
|
|
|
<span slot="label">申请人/Reference No.</span> |
|
|
|
<el-input :value="currentRow.applicant || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.applicantName || ''" disabled style="width: 155px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="申请日期"> |
|
|
|
<el-form-item label="申请日期/Date"> |
|
|
|
<el-date-picker :value="currentRow.applicationDate" disabled type="date" value-format="yyyy-MM-dd" style="width: 150px"></el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="Site"> |
|
|
|
<el-input :value="currentRow.site || ''" disabled style="width: 95px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="工艺"> |
|
|
|
<el-form-item label="工艺/Process"> |
|
|
|
<el-input :value="currentRow.process || ''" disabled style="width: 121px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">最终客户</span> |
|
|
|
<span slot="label">最终客户/End Customer</span> |
|
|
|
<el-input :value="currentRow.endCustomer || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.endCustomerName || ''" disabled style="width: 155px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">项目编码</span> |
|
|
|
<span slot="label">项目编码/Project</span> |
|
|
|
<el-input :value="currentRow.projectId || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.projectName || ''" disabled style="width: 155px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="WM所需求规格"> |
|
|
|
<el-form-item label="WM所需求规格/The size that WM need"> |
|
|
|
<el-input :value="currentRow.wmRequiredSpec || ''" disabled style="width: 260px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="供应商"> |
|
|
|
<el-form-item label="供应商/Vendor Code"> |
|
|
|
<el-input :value="currentRow.vendorCode || ''" disabled style="width: 396px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="供应商材料编码"> |
|
|
|
<el-form-item label="供应商材料编码/Vendor Material Code"> |
|
|
|
<el-input :value="currentRow.vendorMaterialCode || ''" disabled style="width: 396px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="材料分类"> |
|
|
|
<el-input :value="currentRow.materialClassify || ''" disabled style="width: 668px"></el-input> |
|
|
|
<el-form-item label="材料分类/Material Classify"> |
|
|
|
<el-input type="textarea" :rows="2" resize="none" :value="currentRow.materialClassify || ''" disabled style="width: 532px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="其他分类" v-if="currentRow.materialClassify && currentRow.materialClassify.includes('Other其他')"> |
|
|
|
<el-input :value="currentRow.otherMaterialClassify || ''" disabled style="width: 123px"></el-input> |
|
|
|
<el-form-item label="其他分类/Other Material Classify" v-if="currentRow.materialClassify && currentRow.materialClassify.includes('Other其他')"> |
|
|
|
<el-input :value="currentRow.otherMaterialClassify || ''" disabled style="width: 260px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="辅材用途"> |
|
|
|
<el-input :value="currentRow.materialUseFor || ''" disabled style="width: 396px"></el-input> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow" style="margin-top: 30px"> |
|
|
|
<el-form-item label="辅材用途/Assiaccessorial Material Use for"> |
|
|
|
<el-input :value="currentRow.materialUseFor || ''" disabled style="width: 259px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">技术计划/TP</span> |
|
|
|
<el-input :value="currentRow.technicalPlan || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.technicalPlanName || ''" disabled style="width: 155px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="颜色"> |
|
|
|
<el-input :value="currentRow.color || ''" disabled style="width: 396px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">PM人员/PM</span> |
|
|
|
<el-input :value="currentRow.pm || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.pmName || ''" disabled style="width: 155px"></el-input> |
|
|
|
<el-input :value="currentRow.pmName || ''" disabled style="width: 156px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="颜色/Color"> |
|
|
|
<el-input :value="currentRow.color || ''" disabled style="width: 532px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="计划转量产时间"> |
|
|
|
<el-date-picker :value="normalizeDateOnly(currentRow.plannedMassProductionDate)" disabled type="date" value-format="yyyy-MM-dd" style="width: 123px"></el-date-picker> |
|
|
|
<el-form-item label="计划转量产时间/Planned Mass Production Date"> |
|
|
|
<el-date-picker :value="normalizeDateOnly(currentRow.plannedMassProductionDate)" disabled type="date" value-format="yyyy-MM-dd" style="width: 260px"></el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">商品组1</span> |
|
|
|
<span slot="label">商品组1/Comm Group 1</span> |
|
|
|
<el-input :value="currentRow.commGroup1 || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.commGroup1Desc || ''" disabled style="width: 155px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">商品组2</span> |
|
|
|
<span slot="label">商品组2/Comm Group 2</span> |
|
|
|
<el-input :value="currentRow.commGroup2 || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.commGroup2Desc || ''" disabled style="width: 155px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">商品组3</span> |
|
|
|
<span slot="label">商品组3/Comm Group 3</span> |
|
|
|
<el-input :value="currentRow.commGroup3 || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.commGroup3Desc || ''" disabled style="width: 156px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="是否是Fiber材料"> |
|
|
|
<el-radio-group :value="currentRow.isFiberMaterial" disabled style="width: 191px"> |
|
|
|
<el-radio-group :value="currentRow.isFiberMaterial" disabled style="width: 145px"> |
|
|
|
<el-radio label="Y">是</el-radio> |
|
|
|
<el-radio label="N">否</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="是否需要创建300/700/900号"> |
|
|
|
<el-radio-group :value="currentRow.needCreateNumber" disabled style="width: 191px"> |
|
|
|
<el-form-item label="是否需要创建300/700/900号/Dose Need Create 300/700/900 Number"> |
|
|
|
<el-radio-group :value="currentRow.needCreateNumber" disabled style="width: 374px"> |
|
|
|
<el-radio label="Y">是</el-radio> |
|
|
|
<el-radio label="N">否</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="材料厚度"> |
|
|
|
<el-input :value="currentRow.materialThickness || ''" disabled style="width: 396px"></el-input> |
|
|
|
<el-form-item label="材料厚度/Material Thickness"> |
|
|
|
<el-input :value="currentRow.materialThickness || ''" disabled style="width: 260px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">NPD工程师</span> |
|
|
|
<span slot="label">NPD工程师/NPD Engineer</span> |
|
|
|
<el-input :value="currentRow.npdEngineer || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.npdEngineerName || ''" disabled style="width: 155px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="材料有效期"> |
|
|
|
<dict-data-select :value="currentRow.materialValidityTime || ''" :use-default-value="false" disabled style="width: 100px" dict-type="rohs_material_validity_time"></dict-data-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="是否需要Deviation" style="margin-left: 25px"> |
|
|
|
<el-form-item label="是否需要Deviation/If need deviation or Comments"> |
|
|
|
<el-radio-group :value="currentRow.needDeviation" disabled style="width: 120px"> |
|
|
|
<el-radio label="Y">是</el-radio> |
|
|
|
<el-radio label="N">否</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="预计提供报告时间(一个月内)"> |
|
|
|
<el-date-picker :value="normalizeDateOnly(currentRow.expectReportTime)" disabled type="date" value-format="yyyy-MM-dd" style="width: 260px"></el-date-picker> |
|
|
|
<el-form-item label="材料有效期/Material Validity Time" style="margin-left: -4px"> |
|
|
|
<dict-data-select :value="currentRow.materialValidityTime || ''" :use-default-value="false" disabled style="width: 260px" dict-type="rohs_material_validity_time"></dict-data-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="材料有效期备注"> |
|
|
|
<el-input :value="currentRow.materialValidityComments || ''" disabled style="width: 532px"></el-input> |
|
|
|
<el-form-item label="材料有效期备注/Material Validity Time Comments"> |
|
|
|
<el-input :value="currentRow.materialValidityComments || ''" disabled style="width: 259px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">采购</span> |
|
|
|
<el-form-item style="margin-left: -2px"> |
|
|
|
<span slot="label">采购/Buyer</span> |
|
|
|
<el-input :value="currentRow.buyer || ''" disabled style="width: 100px"></el-input> |
|
|
|
<el-input :value="currentRow.buyerName || ''" disabled style="width: 156px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="预计提供报告时间(一个月内)/Expect Date"> |
|
|
|
<el-date-picker :value="normalizeDateOnly(currentRow.expectReportTime)" disabled type="date" value-format="yyyy-MM-dd" style="width: 260px"></el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="所需审批文件"> |
|
|
|
<el-input :value="currentRow.qualificationDocumentsNeeded || ''" disabled style="width: 804px"></el-input> |
|
|
|
<el-form-item label="所需审批文件/Qualification Documents needed"> |
|
|
|
<el-input type="textarea" :rows="2" resize="none" :value="currentRow.qualificationDocumentsNeeded || ''" disabled style="width: 807px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="测试报告必测项"> |
|
|
|
<el-input :value="currentRow.testReportIncludingItems || ''" disabled style="width: 804px"></el-input> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow" style="margin-top: 30px"> |
|
|
|
<el-form-item label="测试报告必测项/Test Report including items"> |
|
|
|
<el-input type="textarea" :rows="2" resize="none" :value="currentRow.testReportIncludingItems || ''" disabled style="width: 807px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="备注说明" style="display: block;"> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow" style="margin-top: 30px"> |
|
|
|
<el-form-item label="备注说明/Comments" style="display: block;"> |
|
|
|
<el-input type="textarea" :rows="3" :value="currentRow.remark || ''" disabled resize="none" style="width: 804px;height: 30px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
@ -921,29 +921,29 @@ |
|
|
|
<div :style="{height: secondHeight + 'px'}" style="margin-left: 5px;margin-top: 5px; overflow-y: auto;"> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="SGS报告编号/SGS Report Number"> |
|
|
|
<el-input :value="currentRow.sgsReportNumber || ''" disabled style="width: 252px"></el-input> |
|
|
|
<el-input :value="currentRow.sgsReportNumber || ''" disabled style="width: 190px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="状态/Status"> |
|
|
|
<el-input :value="currentRow.rohsStatus || ''" disabled style="width: 180px"></el-input> |
|
|
|
<el-input :value="currentRow.rohsStatus || ''" disabled style="width: 190px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="报告日期/Expired Date"> |
|
|
|
<el-date-picker :value="currentRow.expiredDate" disabled type="date" value-format="yyyy-MM-dd" style="width: 180px"></el-date-picker> |
|
|
|
<el-date-picker :value="currentRow.expiredDate" disabled type="date" value-format="yyyy-MM-dd" style="width: 190px"></el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="有效期数值/Valid Until Value"> |
|
|
|
<el-input :value="currentRow.validUntilValue || ''" disabled style="width: 150px"></el-input> |
|
|
|
<el-input :value="currentRow.validUntilValue || ''" disabled style="width: 190px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="有效期单位/Valid Until Unit"> |
|
|
|
<el-input :value="currentRow.validUntil || ''" disabled style="width: 180px"></el-input> |
|
|
|
<el-input :value="currentRow.validUntil || ''" disabled style="width: 190px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="失效日期/Expiry Date"> |
|
|
|
<el-date-picker :value="currentRow.expiryDate" disabled type="date" value-format="yyyy-MM-dd" style="width: 180px"></el-date-picker> |
|
|
|
<el-date-picker :value="currentRow.expiryDate" disabled type="date" value-format="yyyy-MM-dd" style="width: 192px"></el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="currentRow"> |
|
|
|
<el-form-item label="是否符合RoHS/Meet RoHS Req"> |
|
|
|
<el-radio-group :value="currentRow.isMeetRohsRequirement" disabled style="width: 252px"> |
|
|
|
<el-radio-group :value="currentRow.isMeetRohsRequirement" disabled style="width: 190px"> |
|
|
|
<el-radio label="Y">是</el-radio> |
|
|
|
<el-radio label="N">否</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
@ -954,7 +954,7 @@ |
|
|
|
true-label="Y" |
|
|
|
false-label="N" |
|
|
|
disabled |
|
|
|
style="width: 200px">材料属性是否是AH/Is AH Grade</el-checkbox> |
|
|
|
style="width: 190px">材料属性是否是AH/Is AH Grade</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="HSF供应商等级/Supplier Class"> |
|
|
|
<el-radio-group :value="currentRow.hsfSupplierClassification" disabled style="width: 200px"> |
|
|
|
|