|
|
@@ -54,7 +54,7 @@
|
|
|
<ibps-custom-dialog
|
|
|
v-model="row.weiHuFangShi"
|
|
|
size="mini"
|
|
|
- template-key="sbfzpz"
|
|
|
+ template-key="lhgwdhk"
|
|
|
multiple
|
|
|
:disabled="true"
|
|
|
type="dialog"
|
|
|
@@ -297,7 +297,7 @@
|
|
|
<ibps-custom-dialog
|
|
|
v-model="search.deviceClass"
|
|
|
size="mini"
|
|
|
- template-key="sbfzpz"
|
|
|
+ template-key="lhgwdhk"
|
|
|
multiple
|
|
|
:disabled="false"
|
|
|
type="dialog"
|
|
|
@@ -316,7 +316,7 @@
|
|
|
<custom-dialog
|
|
|
:visible="customDialogVisible"
|
|
|
:value="[]"
|
|
|
- template-key="sbfzpz"
|
|
|
+ template-key="lhgwdhk"
|
|
|
:dynamic-params="{}"
|
|
|
@close="(visible) => (customDialogVisible = visible)"
|
|
|
/>
|
|
|
@@ -958,7 +958,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
async switchExportData (data) {
|
|
|
- const deviceGroupSql = `select id_,wei_hu_gang_wei_ from t_sbwhgwpzb` // 设备分组信息
|
|
|
+ // const deviceGroupSql = `select id_,wei_hu_gang_wei_ from t_sbwhgwpzb` // 设备分组信息
|
|
|
+ const deviceGroupSql = `select id_,NAME_ as wei_hu_gang_wei_ from ibps_party_position`
|
|
|
// const supplierSql = `select id_,gong_ying_shang_m from t_hggysxx` // 供应商信息
|
|
|
const { variables: { data: deviceGroupData }} = await this.$common.request('sql', deviceGroupSql)
|
|
|
// const { variables: { data: gysData }} = await this.$common.request('sql', supplierSql)
|
|
|
@@ -1393,7 +1394,9 @@ export default {
|
|
|
const { userList = [], deptList = [] } = this.$store.getters || {}
|
|
|
const positionSql = `select id_,fang_jian_ming_ha from t_jjqfjb ` // 房间信息
|
|
|
// const supplierSql = `select id_,gong_ying_shang_m from t_hggysxx ` // 供应商信息
|
|
|
- const deviceGroupSql = `select id_,suo_shu_bu_men_,wei_hu_gang_wei_ from t_sbwhgwpzb` // 设备分组信息
|
|
|
+ // const deviceGroupSql = `select id_,suo_shu_bu_men_,wei_hu_gang_wei_ from t_sbwhgwpzb` // 设备分组信息
|
|
|
+ // const deviceGroupSql = `select id_,NAME_ as wei_hu_gang_wei_ from ibps_party_position`
|
|
|
+ const deviceGroupSql = `select id_,NAME_ as wei_hu_gang_wei_ from ibps_party_position`
|
|
|
const currentTime = dayjs().format('YYYY-MM-DD HH:mm')
|
|
|
const currentApartment = this.$store.getters.userInfo.employee.positions
|
|
|
const currentUser = this.userId
|