telephone-clients 3.0.104-45 → 3.0.104-46
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
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
title: '抄表记录',
|
|
46
46
|
data () {
|
|
47
47
|
return {
|
|
48
|
-
model: new PagedList((this.user && this.user.isphone) ? '${this.$androidUtil.getProxyUrl()}/' : '' + 'rs/sql/tel_singleTable_OrderBy', 8, {items: '"*"', tablename: 'this.tablename', orderitem: '"
|
|
48
|
+
model: new PagedList((this.user && this.user.isphone) ? '${this.$androidUtil.getProxyUrl()}/' : '' + 'rs/sql/tel_singleTable_OrderBy', 8, {items: '"*"', tablename: 'this.tablename', orderitem: '"f_hand_date desc"'}),
|
|
49
49
|
show: false,
|
|
50
50
|
row: Object
|
|
51
51
|
}
|
|
@@ -74,6 +74,10 @@
|
|
|
74
74
|
this.model.rows = []
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
+
/*
|
|
78
|
+
1.12月18 2W
|
|
79
|
+
2.1月18
|
|
80
|
+
*/
|
|
77
81
|
ready () {
|
|
78
82
|
if (this.user && this.user.f_userinfo_id) {
|
|
79
83
|
if(this.user.f_meter_classify == '物联网表'){
|