Browse Source

添加瀚川仓库

master
yangzongjia 2 years ago
parent
commit
3b7ec4e1dd
  1. 6
      src/views/monitor/videos/index.vue
  2. 13
      src/views/shebeitaizhang/shebeitaizhangAdd.vue
  3. 2
      src/views/shebeitaizhang/shebeitaizhangInfo.vue

6
src/views/monitor/videos/index.vue

@ -76,8 +76,8 @@
<p @click="getVedioPcRec(item.id)">回放视频</p>
</div>
<div class="seenconsc shipin_out noneDiv" style="top:0px;left:-250px">
<p>设备名称{{ item.name }}</p>
<p>设备通道{{ item.channelNo }}</p>
<!-- <p>设备名称{{ item.name }}</p>
<p>设备通道{{ item.channelNo }}</p> -->
</div>
</div>
</div>
@ -393,6 +393,7 @@ export default {
if (res.code == 200) {
this.zc_list = res.data
}
console.log("jddkz",this.zc_list)
})
getOtherList({ type: 2, ckId: item }).then((res) => {
@ -651,6 +652,7 @@ export default {
this.ckId = res.data[0].sid
this.cangkuImage = '/image/' + res.data[0].sid + '.png'
}
// 1
getOtherList({ type: 1, ckId: this.ckId }).then((res) => {
if (res.code == 200) {
this.zc_list = res.data

13
src/views/shebeitaizhang/shebeitaizhangAdd.vue

@ -122,9 +122,14 @@
class="addinputw" />
</el-select>
</el-form-item>
<!-- <el-form-item prop="topPosition">
<el-input v-model="addForm.topPosition" maxlength="20" placeholder="请填写仓库" class="addinputw" clearable />
</el-form-item> -->
</el-col>
<el-col :span="4" class="tleftb" v-if="ckFlag">
<span><span class="icon">*</span>验证码</span>
</el-col>
<el-col :span="8" v-if="ckFlag">
<el-form-item prop="nvrCode">
<el-input v-model="addForm.nvrCode" maxlength="20" placeholder="请填写验证码" class="addinputw" clearable />
</el-form-item>
</el-col>
</el-row>
<el-row v-if="sxtFlag">
@ -243,7 +248,7 @@ export default {
message: '请填写设备名称',
trigger: 'blur'
}],
vCode: [{
nvrCode: [{
required: true,
message: '请填写验证码',
trigger: 'blur'

2
src/views/shebeitaizhang/shebeitaizhangInfo.vue

@ -191,7 +191,7 @@ export default {
},
getCkTitle(item) {
for (var i = 0; i < this.ckList.length; i++) {
if (this.ckList[i].id == item) {
if (this.ckList[i].sid == item) {
return this.ckList[i].name
}
}

Loading…
Cancel
Save