manage-client 4.1.79 → 4.1.80
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
|
@@ -673,10 +673,7 @@ export default {
|
|
|
673
673
|
'f_devices_type': '灶具信息',
|
|
674
674
|
'f_network_valve': '自动阀控',
|
|
675
675
|
'f_defendcard': '防盗卡号',
|
|
676
|
-
'f_factory_date': '生产年月'
|
|
677
|
-
'f_meteread_date': '最后通讯时间',
|
|
678
|
-
'f_xiaohushijian': '销户时间',
|
|
679
|
-
'f_xiaohuyuanyin': '销户原因'
|
|
676
|
+
'f_factory_date': '生产年月'
|
|
680
677
|
// 'latest_f_pregas' : '最后购气量',
|
|
681
678
|
// 'latest_f_collection':'最后购气金额',
|
|
682
679
|
// 'f_max_operate_date': '最后购气日期'
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
|
|
472
472
|
<script>
|
|
473
473
|
import {PagedList} from 'vue-client'
|
|
474
|
-
import exportConfig from '
|
|
474
|
+
import exportConfig from './exportConfig'
|
|
475
475
|
|
|
476
476
|
let cardBtnGen = async function (self, val) {
|
|
477
477
|
self.cardInfo = val.data
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
<script>
|
|
926
926
|
import {HttpResetClass, PagedList} from 'vue-client'
|
|
927
927
|
import defaultPrint from '../../components/sale/config/DefaultPrint'
|
|
928
|
-
import exportConfig from '
|
|
928
|
+
import exportConfig from './config/exportConfig'
|
|
929
929
|
import defalutSelect from '../../components/sale/config/DefaultSelect'
|
|
930
930
|
let readySomething = async function (self) {
|
|
931
931
|
await self.$MagLoadParams.loadParam()
|
|
@@ -678,7 +678,10 @@ export default {
|
|
|
678
678
|
'f_devices_type': '灶具信息',
|
|
679
679
|
'f_network_valve': '自动阀控',
|
|
680
680
|
'f_defendcard': '防盗卡号',
|
|
681
|
-
'f_factory_date': '生产年月'
|
|
681
|
+
'f_factory_date': '生产年月',
|
|
682
|
+
'f_meteread_date': '最后通讯时间',
|
|
683
|
+
'f_xiaohushijian': '销户时间',
|
|
684
|
+
'f_xiaohuyuanyin': '销户原因'
|
|
682
685
|
},
|
|
683
686
|
|
|
684
687
|
compreConfigGY: {
|