|
@ -308,6 +308,9 @@ export default { |
|
|
|
|
|
|
|
|
data () { |
|
|
data () { |
|
|
return { |
|
|
return { |
|
|
|
|
|
customerId: '', |
|
|
|
|
|
isXiaozhaizi: false, |
|
|
|
|
|
|
|
|
fieldList: [], |
|
|
fieldList: [], |
|
|
groupList: [], |
|
|
groupList: [], |
|
|
groupIndex: 0, |
|
|
groupIndex: 0, |
|
@ -405,6 +408,16 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
mounted () { |
|
|
mounted () { |
|
|
|
|
|
//磐石街道:1580460084738760705 |
|
|
|
|
|
//烟台客户id: 1535072605621841922 |
|
|
|
|
|
//小寨子客户id: 1536638904600752130 |
|
|
|
|
|
this.customerId = localStorage.getItem("customerId"); |
|
|
|
|
|
|
|
|
|
|
|
this.isXiaozhaizi = false |
|
|
|
|
|
|
|
|
|
|
|
if (this.customerId === '1536638904600752130') { |
|
|
|
|
|
this.isXiaozhaizi = true |
|
|
|
|
|
} |
|
|
this.getApiData(); |
|
|
this.getApiData(); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
@ -589,7 +602,8 @@ export default { |
|
|
tableName: "ic_hs", |
|
|
tableName: "ic_hs", |
|
|
}, |
|
|
}, |
|
|
]; |
|
|
]; |
|
|
if (!this.isShundeju) { |
|
|
|
|
|
|
|
|
if (!this.isShundeju && !this.isXiaozhaizi) { |
|
|
arr = [ |
|
|
arr = [ |
|
|
...arr, |
|
|
...arr, |
|
|
{ |
|
|
{ |
|
|