|
@@ -28,7 +28,7 @@
|
|
|
v-model="row.bianZhiBuMen"
|
|
v-model="row.bianZhiBuMen"
|
|
|
type="position"
|
|
type="position"
|
|
|
readonly-text="text"
|
|
readonly-text="text"
|
|
|
- :multiple="true"
|
|
|
|
|
|
|
+ :multiple="false"
|
|
|
:disabled="true"
|
|
:disabled="true"
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
@@ -1448,7 +1448,7 @@ export default {
|
|
|
const supplierSql = `select id_,gong_ying_shang_m from t_gysxxb where di_dian_ = ${currentPosition}` // 供应商信息
|
|
const supplierSql = `select id_,gong_ying_shang_m from t_gysxxb where di_dian_ = ${currentPosition}` // 供应商信息
|
|
|
const deviceGroupSql = `select id_,suo_shu_bu_men_,wei_hu_gang_wei_ from t_sbwhgwpzb where di_dian_ = ${currentPosition}` // 设备分组信息
|
|
const deviceGroupSql = `select id_,suo_shu_bu_men_,wei_hu_gang_wei_ from t_sbwhgwpzb where di_dian_ = ${currentPosition}` // 设备分组信息
|
|
|
const currentTime = dayjs().format('YYYY-MM-DD HH:mm')
|
|
const currentTime = dayjs().format('YYYY-MM-DD HH:mm')
|
|
|
- const currentApartment = this.$store.getters.userInfo.employee.positions
|
|
|
|
|
|
|
+ const currentApartment = this.$store.getters.userInfo.employee.positions.split(',').at(-1) || ''
|
|
|
const currentUser = this.userId
|
|
const currentUser = this.userId
|
|
|
|
|
|
|
|
const partOneInvalidResult = this.deviceInvalidPartOne(importData)
|
|
const partOneInvalidResult = this.deviceInvalidPartOne(importData)
|