|
|
@ -211,6 +211,9 @@ export default { |
|
|
|
|
|
|
|
data () { |
|
|
|
return { |
|
|
|
customerId: '', |
|
|
|
isXiaozhaizi: false, |
|
|
|
|
|
|
|
fieldList: [], |
|
|
|
groupList: [], |
|
|
|
groupIndex: 0, |
|
|
@ -395,6 +398,16 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
mounted () { |
|
|
|
//磐石街道:1580460084738760705 |
|
|
|
//烟台客户id: 1535072605621841922 |
|
|
|
//小寨子客户id: 1536638904600752130 |
|
|
|
this.customerId = localStorage.getItem("customerId"); |
|
|
|
|
|
|
|
this.isXiaozhaizi = false |
|
|
|
|
|
|
|
if (this.customerId === '1536638904600752130') { |
|
|
|
this.isXiaozhaizi = true |
|
|
|
} |
|
|
|
this.getApiData(); |
|
|
|
}, |
|
|
|
|
|
|
@ -536,7 +549,7 @@ export default { |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
await Promise.all( |
|
|
|
this.groupList.map((subList, index) => { |
|
|
|
return Promise.all( |
|
|
@ -564,7 +577,7 @@ export default { |
|
|
|
tableName: "ic_hs", |
|
|
|
}, |
|
|
|
]; |
|
|
|
if (!this.isShundeju) { |
|
|
|
if (!this.isShundeju && !this.isXiaozhaizi) { |
|
|
|
arr = [ |
|
|
|
...arr, |
|
|
|
{ |
|
|
|