sale-client 3.6.410 → 3.6.411
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
|
@@ -550,6 +550,9 @@ let meterBookGen = function* (self) {
|
|
|
550
550
|
let result = yield http.load('GET', `rs/vue/MeterinfoTest.json`, {}, {resolveMsg: null, rejectMsg: null})
|
|
551
551
|
Object.assign(self.config, result.data)
|
|
552
552
|
if (!self.row.f_open_way) self.row.f_open_way = self.config.open_way
|
|
553
|
+
if (!self.row.f_usetype || self.row.f_usetype.length === 0) {
|
|
554
|
+
self.row.f_usetype = self.config.f_usetype
|
|
555
|
+
}
|
|
553
556
|
} catch (error) {
|
|
554
557
|
// 忽略704,文件找不到异常
|
|
555
558
|
if (error.status !== 704) {
|
|
@@ -598,6 +601,7 @@ export default {
|
|
|
598
601
|
stuckFlowmeterShow: false,
|
|
599
602
|
overduesetShow: true,
|
|
600
603
|
f_install_date: true,
|
|
604
|
+
f_usetype: '',
|
|
601
605
|
open_way: '指令开户'
|
|
602
606
|
},
|
|
603
607
|
mapShow: false,
|