readmeter-changan 1.0.38 → 1.0.39
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.
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="PublishConfigData">
|
|
4
|
+
<serverData>
|
|
5
|
+
<paths name="50.4">
|
|
6
|
+
<serverdata>
|
|
7
|
+
<mappings>
|
|
8
|
+
<mapping local="$PROJECT_DIR$" web="/" />
|
|
9
|
+
</mappings>
|
|
10
|
+
</serverdata>
|
|
11
|
+
</paths>
|
|
12
|
+
</serverData>
|
|
13
|
+
</component>
|
|
14
|
+
</project>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MaterialThemeProjectNewConfig">
|
|
4
|
+
<option name="metadata">
|
|
5
|
+
<MTProjectMetadataState>
|
|
6
|
+
<option name="migrated" value="true" />
|
|
7
|
+
<option name="pristineConfig" value="false" />
|
|
8
|
+
<option name="userId" value="-6f1eb44e:197b041cf4e:-7ff9" />
|
|
9
|
+
</MTProjectMetadataState>
|
|
10
|
+
</option>
|
|
11
|
+
</component>
|
|
12
|
+
</project>
|
package/.idea/workspace.xml
CHANGED
|
@@ -229,22 +229,22 @@
|
|
|
229
229
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
230
230
|
<option name="showLibraryContents" value="true" />
|
|
231
231
|
</component>
|
|
232
|
-
<component name="PropertiesComponent"
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
232
|
+
<component name="PropertiesComponent">{
|
|
233
|
+
"keyToString": {
|
|
234
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
235
|
+
"WebServerToolWindowFactoryState": "false",
|
|
236
|
+
"git-widget-placeholder": "changan",
|
|
237
|
+
"kotlin-language-version-configured": "true",
|
|
238
|
+
"last_opened_file_path": "D:/WorkSpace/module/ReadMeterClient",
|
|
239
|
+
"node.js.detected.package.eslint": "true",
|
|
240
|
+
"node.js.detected.package.tslint": "true",
|
|
241
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
242
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
243
|
+
"nodejs_package_manager_path": "yarn",
|
|
244
|
+
"ts.external.directory.path": "C:\\Program Files\\JetBrains\\IntelliJ IDEA 2024.1.2\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external",
|
|
245
|
+
"vue.rearranger.settings.migration": "true"
|
|
246
246
|
}
|
|
247
|
-
}
|
|
247
|
+
}</component>
|
|
248
248
|
<component name="RecentsManager">
|
|
249
249
|
<key name="CopyFile.RECENT_KEYS">
|
|
250
250
|
<recent name="F:\WorkSpace\ReadMeterClient\src\components\server" />
|
|
@@ -414,7 +414,11 @@
|
|
|
414
414
|
<workItem from="1716774878936" duration="1241000" />
|
|
415
415
|
<workItem from="1752048487894" duration="2137000" />
|
|
416
416
|
<workItem from="1752111008561" duration="62000" />
|
|
417
|
-
<workItem from="1752126323817" duration="
|
|
417
|
+
<workItem from="1752126323817" duration="2112000" />
|
|
418
|
+
<workItem from="1752231583671" duration="550000" />
|
|
419
|
+
<workItem from="1752238191936" duration="1822000" />
|
|
420
|
+
<workItem from="1753265804521" duration="1171000" />
|
|
421
|
+
<workItem from="1753320827001" duration="1546000" />
|
|
418
422
|
</task>
|
|
419
423
|
<task id="LOCAL-00001" summary="新增卡表抄表气量核算">
|
|
420
424
|
<created>1553677761707</created>
|
package/package.json
CHANGED
|
@@ -551,6 +551,7 @@ export default {
|
|
|
551
551
|
},
|
|
552
552
|
updatedata(){
|
|
553
553
|
this.model = Object.assign({}, this.model, this.data)
|
|
554
|
+
this.model.f_weekchecktime = Util.toStandardTimeString()
|
|
554
555
|
if(this.type === 'save'){
|
|
555
556
|
this.model.f_sumgas = this.data.f_sumgas?this.data.f_sumgas:0,
|
|
556
557
|
this.model.f_nogasvalue = this.data.f_nogasvalue?this.data.f_nogasvalue:0,
|