|
|
@@ -247,7 +247,7 @@ |
|
|
|
<li><span class="t">付款情况:</span><p class="n">{{orderDetail.isPay?'已支付':'未支付'}}</p></li> |
|
|
|
</ul> |
|
|
|
<div class="titsc"><b>参数信息</b></div> |
|
|
|
<ul class="listTable"> |
|
|
|
<!--<ul class="listTable"> |
|
|
|
<li><span class="t">尺寸(宽x高):</span><p class="n">{{orderDetail.deliverWidth}} x {{orderDetail.boardHeight}} cm</p></li> |
|
|
|
<li><span class="t">数量:</span><p class="n">{{orderDetail.num}}</p></li> |
|
|
|
<li><span class="t">层数:</span><p class="n">{{orderDetail.boardLayers}}</p></li> |
|
|
@@ -304,6 +304,15 @@ |
|
|
|
<li><span class="t">业务员备注:</span><p class="n">{{orderDetail.cnNote}}</p></li> |
|
|
|
<li><span class="t">订单包备注:</span><p class="n">{{orderDetail.orderMainNote}}</p></li> |
|
|
|
<li><span class="t">退单备注:</span><p class="n"></p></li> |
|
|
|
</ul>--> |
|
|
|
<ul class="listTable"> |
|
|
|
<li><span class="t">尺寸(宽x高):</span><p class="n">{{orderDetail.deliverWidth}} x {{orderDetail.boardHeight}} cm</p></li> |
|
|
|
<li><span class="t">阻焊颜色:</span><p class="n"><span style="color:#f90">[顶]</span> {{orderDetail.solderColor}} <span style="color:#a9a774">[底]</span> {{orderDetail.solderColorbottom}}</p></li> |
|
|
|
<li><span class="t">字符:</span><p class="n"><span style="color:#f90">[顶]</span> {{orderDetail.fontColor}} <span style="color:#a9a774">[底]</span> {{orderDetail.fontColorBottom}}</p></li> |
|
|
|
<li><span class="t">客户文件:</span><p class="n"><a :href="orderDetail.pcbFilePath" target="_blank" :title="orderDetail.pcbFileName"><a-icon type="cloud-download" style="color:#0fb8ee" /> {{orderDetail.pcbFileName}}</a></p></li> |
|
|
|
<template v-for="(item,index) in resOrdDetail"> |
|
|
|
<li :key="index" v-if="item.isShow"><span class="t" :dataKey="item.key">{{item.name}}:</span><p class="n">{{item.value}}</p></li> |
|
|
|
</template> |
|
|
|
</ul> |
|
|
|
</template> |
|
|
|
<!-- <div class="boxKH20"></div>--> |
|
|
@@ -361,6 +370,7 @@ export default { |
|
|
|
showOC:false,formOC:{}, |
|
|
|
PcbProcessType:{}, |
|
|
|
showSetOrderMoney:false, |
|
|
|
resOrdDetail:[], |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted() { |
|
|
@@ -373,9 +383,627 @@ export default { |
|
|
|
}, |
|
|
|
async getOrderDetail(){ |
|
|
|
this.loadPage = true; |
|
|
|
//跳过处理参数 |
|
|
|
let noFEArr = ['orderNo','orderType','createTime','status','checkAccountName','followAccount','isPay']; |
|
|
|
//隐藏参数 |
|
|
|
let noPEArr = ['pcbFileName','pcbFilePath','deliverWidth','boardHeight']; |
|
|
|
let noPEtxtArr = ['solderColor','fontColor','fontColorBottom','solderColorbottom']; |
|
|
|
//参数信息循环处理 |
|
|
|
this.resOrdDetail = []; |
|
|
|
// let res = { |
|
|
|
// "sourceType": "2", |
|
|
|
// "orderType": 2, |
|
|
|
// "orderNo": "201672127390798458", |
|
|
|
// "groupNo": "201672127390798458", |
|
|
|
// "memberNo": "1088", |
|
|
|
// "memberLevel": 0, |
|
|
|
// "orderMainNote": "", |
|
|
|
// "isWenKe": false, |
|
|
|
// "isPay": false, |
|
|
|
// "createTime": "2022-12-27T15:49:50.8", |
|
|
|
// "pinbanNum": 1, |
|
|
|
// "num": 1000, |
|
|
|
// "note": "", |
|
|
|
// "pcbFileName": "j2w-2058139_202102261104026992886432467m12pc.zip", |
|
|
|
// "pcbFilePath": "https://jpfile1.oss-cn-shenzhen.aliyuncs.com/project/jingmisite/8260279d27727f5ca1bf3a0864b7c00a/orderfiles/20221227/j2w-2058139_202102261104026992886432467m12pc.zip", |
|
|
|
// "isJiaJi": false, |
|
|
|
// "isReorder": false, |
|
|
|
// "reOrderNo": "", |
|
|
|
// "status": 0, |
|
|
|
// "parsingStatus": 0, |
|
|
|
// "orderMoney": 14641.4, |
|
|
|
// "isTeJia": false, |
|
|
|
// "cnNote": null, |
|
|
|
// "deliverHeight": 100, |
|
|
|
// "deliverWidth": 100, |
|
|
|
// "holeDensity": 0, |
|
|
|
// "boardWidth": 100, |
|
|
|
// "boardHeight": 100, |
|
|
|
// "boardThickness": 1.6, |
|
|
|
// "boardLayers": 2, |
|
|
|
// "solderColor": "green", |
|
|
|
// "solderCover": "openwindow", |
|
|
|
// "fontColor": "white", |
|
|
|
// "copperThickness": 1, |
|
|
|
// "flyingProbe": "full", |
|
|
|
// "vias": 0.15, |
|
|
|
// "lineWeight": 4, |
|
|
|
// "fr4Tg": "tg150", |
|
|
|
// "fr4Type": "fr4", |
|
|
|
// "boardType": "pcs", |
|
|
|
// "halfHole": 0, |
|
|
|
// "invoice": 1, |
|
|
|
// "innerCopperThickness": 1, |
|
|
|
// "bgaNum": 0, |
|
|
|
// "pinBanType": "1x1", |
|
|
|
// "processEdges": "none:0", |
|
|
|
// "bgaSize": 0, |
|
|
|
// "vcut": "none", |
|
|
|
// "impedanceReport": 0, |
|
|
|
// "impedanceSize": 0, |
|
|
|
// "goldFinger": 0, |
|
|
|
// "boardArea": 10, |
|
|
|
// "solderColorbottom": "green", |
|
|
|
// "fontColorBottom": "white", |
|
|
|
// "grooveHeight": 0, |
|
|
|
// "grooveWidth": 0, |
|
|
|
// "pcsNum": 1000, |
|
|
|
// "ipcLevel": 0, |
|
|
|
// "camEngineer": "3", |
|
|
|
// "aluminumType": "", |
|
|
|
// "withstandVoltage": 0, |
|
|
|
// "formingType": "mechanical", |
|
|
|
// "routLength": 0, |
|
|
|
// "imageTranster": "exposure", |
|
|
|
// "pcbSetNum": 0, |
|
|
|
// "utilizationRate": 0, |
|
|
|
// "wvTest": "none", |
|
|
|
// "vipFlag": 1, |
|
|
|
// "checkAccountName": "测试", |
|
|
|
// "followAccount": null, |
|
|
|
// "reportMaterial": "WQ,EPTR", |
|
|
|
// "boardHoleNum": null, |
|
|
|
// "processEdgesWidth": null, |
|
|
|
// "isOutFactory": null, |
|
|
|
// "surfaceFinish": null, |
|
|
|
// "gilding": null, |
|
|
|
// "isBlindVias": null, |
|
|
|
// "isBoard": null, |
|
|
|
// "specialExt": [ |
|
|
|
// { |
|
|
|
// "BoardViasRatio": "1" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "SpecialPinBan": "0" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "LightPlatesNum": "0" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "Backdrilling": "0" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "HoleWallCuThickness": "1" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "PalladiumThickness": "" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "FineLine": "0" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "ProfiledHoleNum": "0" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "ULType": "0" |
|
|
|
// } |
|
|
|
// ] |
|
|
|
// } |
|
|
|
// let resOP = [ |
|
|
|
// { |
|
|
|
// "name": "订单来源", |
|
|
|
// "type": "str", |
|
|
|
// "key": "SourceType", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "审核人员账号", |
|
|
|
// "type": "str", |
|
|
|
// "key": "CheckAccount", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "跟单人员账号", |
|
|
|
// "type": "str", |
|
|
|
// "key": "FollowAccount", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "订单类型", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "OrderType", |
|
|
|
// "value": "[{\r\n \"1\": \"样板\",\r\n \"2\": \"批量\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "订单号", |
|
|
|
// "type": "str", |
|
|
|
// "key": "OrderNo", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "订单包号", |
|
|
|
// "type": "str", |
|
|
|
// "key": "GroupNo", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "客户编号", |
|
|
|
// "type": "str", |
|
|
|
// "key": "MemberNo", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "客户等级", |
|
|
|
// "type": "number", |
|
|
|
// "key": "MemberLevel", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "订单包备注", |
|
|
|
// "type": "str", |
|
|
|
// "key": "OrderMainNote", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "是否问客", |
|
|
|
// "type": "whether", |
|
|
|
// "key": "IsWenKe", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "是否已支付", |
|
|
|
// "type": "whether", |
|
|
|
// "key": "IsPay", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "创建时间", |
|
|
|
// "type": "str", |
|
|
|
// "key": "CreateTime", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "拼版数", |
|
|
|
// "type": "number", |
|
|
|
// "key": "PinbanNum", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "数量", |
|
|
|
// "type": "number", |
|
|
|
// "key": "Num", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "客户备注", |
|
|
|
// "type": "str", |
|
|
|
// "key": "Note", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "文件名", |
|
|
|
// "type": "str", |
|
|
|
// "key": "PcbFileName", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "源文件存放路径", |
|
|
|
// "type": "str", |
|
|
|
// "key": "PcbFilePath", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "是否加急", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "IsJiaJi", |
|
|
|
// "value": "[{\r\n \"24 小时\": \"24 小时\",\r\n \"48 小时\": \"48 小时\",\r\n \"72 小时\": \"72 小时\",\r\n \"96 小时\": \"96 小时\",\r\n \"2-3 天\": \"2-3 天\",\r\n \"2-4 天\": \"2-4 天\",\r\n \"3-4 天\": \"3-4 天\",\r\n \"4-5 天\": \"4-5 天\",\r\n \"5-6 天\": \"5-6 天\",\r\n \"6-7 天\": \"6-7 天\",\r\n \"7-8 天\": \"7-8 天\",\r\n \"8-9 天\": \"8-9 天\",\r\n \"9-10 天\": \"9-10 天\",\r\n \"10-11 天\": \"10-11 天\",\r\n \"11-12 天\": \"11-12 天\",\r\n \"12-13 天\": \"12-13 天\",\r\n \"13-14 天\": \"13-14 天\",\r\n \"14-15 天\": \"14-15 天\",\r\n \"15-16 天\": \"15-16 天\",\r\n \"16-17 天\": \"16-17 天\",\r\n \"17-18 天\": \"17-18 天\",\r\n \"18-19 天\": \"18-19 天\",\r\n \"19-20 天\": \"19-20 天\",\r\n \"0\": \"否\",\r\n \"1\": \"是\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "是否返单", |
|
|
|
// "type": "whether", |
|
|
|
// "key": "IsReorder", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "返单号", |
|
|
|
// "type": "str", |
|
|
|
// "key": "ReOrderNo", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "状态", |
|
|
|
// "type": "number", |
|
|
|
// "key": "Status", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "解析状态", |
|
|
|
// "type": "number", |
|
|
|
// "key": "ParsingStatus", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "订单金额", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "OrderMoney", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "是否特价", |
|
|
|
// "type": "whether", |
|
|
|
// "key": "IsTeJia", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "业务员备注", |
|
|
|
// "type": "str", |
|
|
|
// "key": "CnNote", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "成品宽", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "DeliverHeight", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "成品高", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "DeliverWidth", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "孔密度", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "HoleDensity", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "板宽", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "BoardWidth", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "板高", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "BoardHeight", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "板厚", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "BoardThickness", |
|
|
|
// "value": "[{\r\n \"0.4\": \"0.4mm\",\r\n \"0.6\": \"0.6mm\",\r\n \"0.8\": \"0.8mm\",\r\n \"1.0\": \"1.0mm\",\r\n \"1.2\": \"1.2mm\",\r\n \"1.6\": \"1.6mm\",\r\n \"1.8\": \"1.8mm\",\r\n \"2.2\": \"2.0mm\",\r\n \"2.0\": \"2.2mm\",\r\n \"2.4\": \"2.4mm\",\r\n \"2.8\": \"2.8mm\",\r\n \"3\": \"3.0mm\",\r\n \"3.2\": \"3.2mm\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "板层", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "BoardLayers", |
|
|
|
// "value": "[{\r\n \"1\": \"1层\",\r\n \"2\": \"2层\",\r\n \"4\": \"4层\",\r\n \"6\": \"6层\",\r\n \"8\": \"8层\",\r\n \"10\": \"10层\",\r\n \"12\": \"12层\",\r\n \"14\": \"14层\",\r\n \"16\": \"16层\",\r\n \"18\": \"18层\",\r\n \"20\": \"20层\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "顶层阻焊颜色", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "SolderColor", |
|
|
|
// "value": "[{\r\n \"green\": \"绿色\",\r\n \"mattegreen\": \"哑光绿\",\r\n \"red\": \"红色\",\r\n \"blue\": \"蓝色\",\r\n \"yellow\": \"黄色\",\r\n \"black\": \"黑色\",\r\n \"matteblack\": \"哑光黑\",\r\n \"white\": \"白色\",\r\n \"none\": \"无\",\r\n \"warmwhite\": \"暖白色\",\r\n \"whitesfr6ks\": \"高反白色\",\r\n \"coffee\": \"咖啡色\",\r\n \"bluewhite\": \"冷白色(偏蓝)\",\r\n \"greenht\": \"绿色(红太系列)\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "过孔处理", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "SolderCover", |
|
|
|
// "value": "[{\r\n \"openwindow\": \"开窗\",\r\n \"converoil\": \"盖油\",\r\n \"plugoil\": \"塞油墨\",\r\n \"resinplughole\": \"塞树脂\",\r\n \"aluminumplughole\": \"铝片塞孔\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "顶层字符颜色", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "FontColor", |
|
|
|
// "value": "[{\r\n \"white\": \"白色\",\r\n \"black\": \"黑色\",\r\n \"yellow\": \"黄色\",\r\n \"none\": \"无\",\r\n \"green\": \"绿色\",\r\n \"red\": \"红色\",\r\n \"blue\": \"蓝色\",\r\n \"matteblack\": \"亚光黑\",\r\n \"mattegreen\": \"亚光绿\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "铜厚", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "CopperThickness", |
|
|
|
// "value": "[{\r\n \"0.5\": \"0.5oz\",\r\n \"0.75\": \"0.75oz\",\r\n \"1\": \"1oz\",\r\n \"2\": \"2oz\",\r\n \"3\": \"3oz\",\r\n \"1.5\": \"1.5oz\",\r\n \"0.4\": \"0.4Oz\",\r\n \"4\": \"4oz\",\r\n \"5\": \"5oz\",\r\n \"6\": \"6oz\",\r\n \"7\": \"7oz\",\r\n \"8\": \"8oz\",\r\n \"9\": \"9oz\",\r\n \"10\": \"10oz\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "测试方法", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "FlyingProbe", |
|
|
|
// "value": "[{\r\n \"full\": \"飞针全测\",\r\n \"lowrfull\": \"四线低阻飞针全测\",\r\n \"teststand\": \"测试架\",\r\n \"aoi\": \"100%AOI\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "孔径", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "Vias", |
|
|
|
// "value": "[{\r\n \"0.15\": \"0.15mm\",\r\n \"0.2\": \"0.2mm\",\r\n \"0.25\": \"0.25mm\",\r\n \"0.3\": \"0.3mm\",\r\n \"0.35\": \"0.35mm\",\r\n \"0.4\": \"0.4mm\",\r\n \"0.5\": \"0.5mm\",\r\n \"0.6\": \"0.6mm\",\r\n \"0.7\": \"0.7mm\",\r\n \"0.8\": \"0.8mm↑\",\r\n \"1\": \"1.0mm\",\r\n \"1.2\": \"1.2mm\",\r\n \"1.5\": \"1.5mm↑\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "线宽", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "LineWeight", |
|
|
|
// "value": "[{\r\n \"20\": \"20/20mil↑\",\r\n \"10\": \"10/10mil↑\",\r\n \"8\": \"8/8mil↑\",\r\n \"6\": \"6/6mil↑\",\r\n \"5\": \"5/5mil\",\r\n \"4\": \"4/4mil\",\r\n \"3.5\": \"3.5/3.5mil\",\r\n \"3\": \"3/3mil\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "板材Tg值", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "Fr4Tg", |
|
|
|
// "value": "[{\r\n \"tg130\": \"TG130\",\r\n \"tg150\": \"TG150\",\r\n \"tg170\": \"TG170\",\r\n \"tg135\": \"TG135\",\r\n \"tg140\": \"TG140\",\r\n \"tg125\": \"TG125\",\r\n \"tg280\": \">280\",\r\n \"110\": \"≥110\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "板材类型", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "Fr4Type", |
|
|
|
// "value": "[{\r\n \"fr4\": \"FR-4 生益\",\r\n \"fr4mtg\": \"FR-4(中TG)\",\r\n \"fr4htg\": \"FR-4(高TG)\",\r\n \"cem1\": \"CEM-1建滔黄芯\",\r\n \"aluminum\": \"国纪铝基板\",\r\n \"gzaluminum\": \"广州铝基板\",\r\n \"fr4pyab1\": \"FR-4普源\",\r\n \"ny\": \"FR-4南亚\",\r\n \"fr4hzh150\": \"FR-4华正\",\r\n \"fr1jt\": \"FR-1建涛\",\r\n \"cem3jt\": \"CEM-3建涛\",\r\n \"22fjt\": \"22F建涛\",\r\n \"94hbjt\": \"94HB建涛\",\r\n \"xtaluminum\": \"鑫泰铝基板\",\r\n \"94hbwlb\": \"94HB威利邦\",\r\n \"22fwlb94v0\": \"22F威利邦94V0\",\r\n \"cem1wlb\": \"CME-1威利邦\",\r\n \"qxaluminum\": \"台湾清晰铝基板\",\r\n \"22fjtw\": \"22F建滔(白)\",\r\n \"94hbmk\": \"94HB明康\",\r\n \"22fpzw\": \"22F鹏州(白)\",\r\n \"22fpzy\": \"22F鹏州(黄)\",\r\n \"22fjb\": \"22F金宝\",\r\n \"fr4hrx\": \"FR-4宏瑞兴\",\r\n \"f4hrxab\": \"宏瑞兴FR-4 AB级\",\r\n \"rogers4003c\": \"罗杰斯/RO4003C\",\r\n \"rogers4350b\": \"罗杰斯/RO4350B\",\r\n \"cem1jtw\": \"CEM-1建涛白芯\",\r\n \"22fwlbvi\": \"22F威利邦/22FVI\",\r\n \"fr4jxa3\": \"FR-4俊萱A3(非阻燃)\",\r\n \"fr4yja3\": \"FR-4元集A3(非阻燃)\",\r\n \"fr4fzrrandom\": \"非阻燃不指定板材\",\r\n \"fr4gjab01\": \"FR-4国纪GF21系列AB0\",\r\n \"byaluminum\": \"广东博钰铝基板\",\r\n \"fr4jt\": \"FR-4 建涛\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "出货类型", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "BoardType", |
|
|
|
// "value": "[{\r\n \"pcs\": \"单片\",\r\n \"set\": \"拼版(客户自拼)\",\r\n \"jpset\": \"拼版(51代拼)\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "半孔", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "HalfHole", |
|
|
|
// "value": "[{\r\n \"0\": \"0边\",\r\n \"1\": \"1边\",\r\n \"2\": \"2边\",\r\n \"3\": \"3边\",\r\n \"4\": \"4边\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "导热系数", |
|
|
|
// "type": "number", |
|
|
|
// "key": "Invoice", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "内层铜厚", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "InnerCopperThickness", |
|
|
|
// "value": "[{\r\n \"0.5\": \"0.5oz\",\r\n \"0.75\": \"0.75oz\",\r\n \"1\": \"1oz\",\r\n \"2\": \"2oz\",\r\n \"3\": \"3oz\",\r\n \"4\": \"4oz\",\r\n \"5\": \"5oz\",\r\n \"6\": \"6oz\",\r\n \"7\": \"7oz\",\r\n \"8\": \"8oz\",\r\n \"9\": \"9oz\",\r\n \"10\": \"10oz\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "BGA数量", |
|
|
|
// "type": "number", |
|
|
|
// "key": "BGANum", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "拼版类型", |
|
|
|
// "type": "str", |
|
|
|
// "key": "PinBanType", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "工艺边", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "ProcessEdges", |
|
|
|
// "value": "[{\r\n \"none\": \"无\",\r\n \"updown\": \"上下方向\",\r\n \"leftright\": \"左右方向\",\r\n \"both\": \"四边方向\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "BGA大小", |
|
|
|
// "type": "number", |
|
|
|
// "key": "BGASize", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "V割类型", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "Vcut", |
|
|
|
// "value": "[{\r\n \"none\": \"无\",\r\n \"vcut\": \"V割\",\r\n \"luocao\": \"锣槽\",\r\n \"vcutluocao\": \"V割+锣槽\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "阻抗报告", |
|
|
|
// "type": "number", |
|
|
|
// "key": "ImpedanceReport", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "阻抗大小", |
|
|
|
// "type": "number", |
|
|
|
// "key": "ImpedanceSize", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "金手指", |
|
|
|
// "type": "number", |
|
|
|
// "key": "GoldFinger", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "板面积", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "BoardArea", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "底层阻焊颜色", |
|
|
|
// "type": "str", |
|
|
|
// "key": "SolderColorbottom", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "底层字符颜色", |
|
|
|
// "type": "str", |
|
|
|
// "key": "FontColorBottom", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "槽高", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "GrooveHeight", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "槽宽", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "GrooveWidth", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "单片数", |
|
|
|
// "type": "number", |
|
|
|
// "key": "PcsNum", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "IPC等级", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "IPCLevel", |
|
|
|
// "value": "[{\r\n \"0\": \"否\",\r\n \"2\": \"3级标\",\r\n \"1\": \"国军标\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "工程师等级", |
|
|
|
// "type": "str", |
|
|
|
// "key": "CamEngineer", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "铝基板类型", |
|
|
|
// "type": "str", |
|
|
|
// "key": "AluminumType", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "耐受电压值", |
|
|
|
// "type": "number", |
|
|
|
// "key": "WithstandVoltage", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "成型方式", |
|
|
|
// "type": "str", |
|
|
|
// "key": "FormingType", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "锣长", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "RoutLength", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "图形工艺", |
|
|
|
// "type": "str", |
|
|
|
// "key": "ImageTranster", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "数量", |
|
|
|
// "type": "number", |
|
|
|
// "key": "PcbSetNum", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "利用率", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "UtilizationRate", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "测试方式", |
|
|
|
// "type": "str", |
|
|
|
// "key": "WVTest", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "大客标记", |
|
|
|
// "type": "number", |
|
|
|
// "key": "VipFlag", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "报告类型", |
|
|
|
// "type": "str", |
|
|
|
// "key": "ReportMaterial", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "机械孔数", |
|
|
|
// "type": "number", |
|
|
|
// "key": "BoardHoleNum", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "工艺边宽", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "ProcessEdgesWidth", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "是否外发", |
|
|
|
// "type": "whether", |
|
|
|
// "key": "IsOutFactory", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "表面处理", |
|
|
|
// "type": "choose", |
|
|
|
// "key": "SurfaceFinish", |
|
|
|
// "value": "[{\r\n \"none\": \"无\",\r\n \"haslwithfree\": \"无铅喷锡\",\r\n \"immersiongold\": \"沉金\",\r\n \"hardgold\": \"镀金\",\r\n \"osp\": \"OSP\",\r\n \"immersiontin\": \"沉锡\",\r\n \"immersionsilver\": \"沉银\",\r\n \"eletrolyticnickelgod\": \"化学镍钯金\",\r\n \"immersiongoldandosp\": \"沉金+OSP\",\r\n \"haslwithlead\": \"有铅喷锡\"\r\n}]" |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "金面积", |
|
|
|
// "type": "Double", |
|
|
|
// "key": "Gilding", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "盲埋孔", |
|
|
|
// "type": "whether", |
|
|
|
// "key": "IsBlindVias", |
|
|
|
// "value": null |
|
|
|
// }, |
|
|
|
// { |
|
|
|
// "name": "是否有库存", |
|
|
|
// "type": "whether", |
|
|
|
// "key": "IsBoard", |
|
|
|
// "value": null |
|
|
|
// } |
|
|
|
// ] |
|
|
|
|
|
|
|
let res = await OrderDetail(this.orderId); |
|
|
|
let resOP = await OrderParamDetail(this.orderId); |
|
|
|
this.orderDetail = res.data; |
|
|
|
res = res.data; |
|
|
|
resOP = resOP.data; |
|
|
|
|
|
|
|
let isShow = true; |
|
|
|
for(let i in res){ |
|
|
|
let iUCName = i.toUpperCase(); |
|
|
|
if(noFEArr.indexOf(i)>=0) continue; |
|
|
|
isShow = noPEArr.indexOf(i) < 0; |
|
|
|
for (let v in resOP){ |
|
|
|
if (iUCName === resOP[v].key.toUpperCase()){ |
|
|
|
let arrVal = JSON.parse(resOP[v].value); |
|
|
|
let opVal = ''; |
|
|
|
if (arrVal && arrVal.length>0){ |
|
|
|
// console.log(res[i],arrVal[0],res[i]) |
|
|
|
opVal = arrVal[0][res[i]]; |
|
|
|
if (noPEtxtArr.indexOf(i)>=0){ |
|
|
|
res[i] = opVal; |
|
|
|
} |
|
|
|
}else{ |
|
|
|
opVal = res[i]; |
|
|
|
// console.log(resOP[v].name,res[i]) |
|
|
|
} |
|
|
|
this.resOrdDetail.push({ |
|
|
|
key:i, |
|
|
|
name:resOP[v].name, |
|
|
|
value:opVal, |
|
|
|
isShow:isShow, |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
this.orderDetail = res; |
|
|
|
this.loadPage = false; |
|
|
|
}, |
|
|
|
//修改订单 |
|
|
|