apply-clients 4.1.44-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
|
@@ -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.
|
|
249
|
-
v-model="item.
|
|
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.
|
|
261
|
-
v-model="item.
|
|
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.
|
|
247
|
-
v-model="item.
|
|
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.
|
|
259
|
-
v-model="item.
|
|
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() {
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
<th style="white-space: nowrap;">终止原因</th>
|
|
136
136
|
<th style="white-space: nowrap;">终止时间</th>
|
|
137
137
|
<th style="white-space: nowrap;">终止人</th>
|
|
138
|
-
<th style="white-space: nowrap;"
|
|
139
|
-
<th style="white-space: nowrap;"
|
|
140
|
-
<th style="white-space: nowrap;"
|
|
138
|
+
<th style="white-space: nowrap;">启用原因</th>
|
|
139
|
+
<th style="white-space: nowrap;">启用时间</th>
|
|
140
|
+
<th style="white-space: nowrap;">启用人</th>
|
|
141
141
|
<th style="white-space: nowrap;">操作</th>
|
|
142
142
|
</tr>
|
|
143
143
|
</template>
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
</button>
|
|
190
190
|
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
191
191
|
<li>
|
|
192
|
-
<a href="#" @click="$parent.$parent.$parent.click(row)"
|
|
192
|
+
<a href="#" @click="$parent.$parent.$parent.click(row)">重新启用</a>
|
|
193
193
|
</li>
|
|
194
194
|
</ul>
|
|
195
195
|
</dropdown>
|