|
@@ -50,7 +50,7 @@
|
|
|
<!-- 二维码弹窗 -->
|
|
|
<qrcode :dialog="dialog" :qrcodeUrl="qrcodeUrl" :addBody="true" ref="qrcode"></qrcode>
|
|
|
<!-- 型号弹窗 -->
|
|
|
- <firm :mess="{deviceId: mess.deviceId}" ref="firm" @changeFirm="firmChange" :dialog="dialog"></firm>
|
|
|
+ <firm :mess="{deviceId: mess.devicePid}" ref="firm" @changeFirm="firmChange" :dialog="dialog"></firm>
|
|
|
<!-- 供应商合同弹窗 -->
|
|
|
<supply-dialog ref="supply" @change="supplyChange" :id="id" :dialog="dialog"></supply-dialog>
|
|
|
<!-- 供应商弹窗 -->
|
|
@@ -287,6 +287,17 @@ export default {
|
|
|
getHeaderData(code) {
|
|
|
this.page.currentPage = 1
|
|
|
this.mess = code
|
|
|
+ if(this.mess.deviceId) {
|
|
|
+ this.EquipmentList.map((children) =>{
|
|
|
+ if(children && children.content) {
|
|
|
+ children.content.map((item) =>{
|
|
|
+ if(item.code == this.mess.deviceId) {
|
|
|
+ this.mess.devicePid = children.code
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
this.changeCader()
|
|
|
getTableHeader({
|
|
|
code: this.mess.deviceId,
|