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,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="GitToolBoxBlameSettings">
4
+ <option name="version" value="2" />
5
+ </component>
6
+ </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>
@@ -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"><![CDATA[{
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"
232
+ <component name="PropertiesComponent">{
233
+ &quot;keyToString&quot;: {
234
+ &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
235
+ &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
236
+ &quot;git-widget-placeholder&quot;: &quot;changan&quot;,
237
+ &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
238
+ &quot;last_opened_file_path&quot;: &quot;D:/WorkSpace/module/ReadMeterClient&quot;,
239
+ &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
240
+ &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
241
+ &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
242
+ &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
243
+ &quot;nodejs_package_manager_path&quot;: &quot;yarn&quot;,
244
+ &quot;ts.external.directory.path&quot;: &quot;C:\\Program Files\\JetBrains\\IntelliJ IDEA 2024.1.2\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external&quot;,
245
+ &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
246
246
  }
247
- }]]></component>
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="15000" />
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "readmeter-changan",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "手机抄表客户端",
5
5
  "author": "15529257852@163.com",
6
6
  "private": false,
@@ -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,