apply-clients 4.1.45-weinan → 4.1.46-weinan

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "4.1.45-weinan",
3
+ "version": "4.1.46-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -245,8 +245,8 @@
245
245
  <div class="col-sm-8">
246
246
  <input-select
247
247
  class="select select_list"
248
- :value.sync="item.f_state"
249
- v-model="item.f_state"
248
+ :value.sync="item.f_userinfodevices_state"
249
+ v-model="item.f_userinfodevices_state"
250
250
  :options="aroundmeters"
251
251
  :disable="mark === 1"
252
252
  :valueSingle="true"></input-select>
@@ -257,8 +257,8 @@
257
257
  <div class="col-sm-8">
258
258
  <input-select
259
259
  class="select select_list"
260
- :value.sync="item.WatchPurchase"
261
- v-model="item.WatchPurchase"
260
+ :value.sync="item.watchpurchase"
261
+ v-model="item.watchpurchase"
262
262
  :options="positions"
263
263
  :disable="mark === 1"
264
264
  :valueSingle="true"></input-select>
@@ -629,6 +629,7 @@ export default {
629
629
  userinfo: this.userinfo,
630
630
  selectdata: this.selectdata
631
631
  }
632
+ data.userinfo.devices[0].f_state = '有效'
632
633
  let res = await this.$resetpost(this.$androidUtil.getProxyUrl() +'/rs/logic/addInstallationDetailsDevices', {data:data}, {
633
634
  resolveMsg: null,
634
635
  rejectMsg: '设备添加失败!!!'
@@ -821,7 +822,7 @@ export default {
821
822
  },
822
823
  // 表向
823
824
  aroundmeters() {
824
- return this.$appdata.getParam('设备状态')
825
+ return this.$appdata.getParam('用户设备状态')
825
826
  },
826
827
  // 安装位置
827
828
  positions() {
@@ -243,8 +243,8 @@
243
243
  <div class="col-sm-8">
244
244
  <input-select
245
245
  class="select select_list"
246
- :value.sync="item.f_state"
247
- v-model="item.f_state"
246
+ :value.sync="item.f_userinfodevices_state"
247
+ v-model="item.f_userinfodevices_state"
248
248
  :options="aroundmeters"
249
249
  :disable="mark === 1"
250
250
  :valueSingle="true"></input-select>
@@ -255,8 +255,8 @@
255
255
  <div class="col-sm-8">
256
256
  <input-select
257
257
  class="select select_list"
258
- :value.sync="item.WatchPurchase"
259
- v-model="item.WatchPurchase"
258
+ :value.sync="item.watchpurchase"
259
+ v-model="item.watchpurchase"
260
260
  :options="positions"
261
261
  :disable="mark === 1"
262
262
  :valueSingle="true"></input-select>
@@ -629,6 +629,7 @@ export default {
629
629
  userinfo: this.userinfo,
630
630
  selectdata: this.selectdata
631
631
  }
632
+ data.userinfo.devices[0].f_state = '有效'
632
633
  let res = await this.$resetpost('rs/logic/addInstallationDetailsDevices', {data:data}, {
633
634
  resolveMsg: null,
634
635
  rejectMsg: '设备添加失败!!!'
@@ -800,7 +801,7 @@ export default {
800
801
  },
801
802
  // 表向
802
803
  aroundmeters() {
803
- return this.$appdata.getParam('设备状态')
804
+ return this.$appdata.getParam('用户设备状态')
804
805
  },
805
806
  // 安装位置
806
807
  positions() {