readmeter-changan 1.0.43 → 1.0.44

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.
@@ -4,11 +4,7 @@
4
4
  <option name="autoReloadType" value="SELECTIVE" />
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
- <list default="true" id="3ff22a91-c12c-46e5-8072-9f6930fa055a" name="Default Changelist" comment="修复抄表记录界面翻页选项被遮挡">
8
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/components/readingmeter/CheckInfo.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/readingmeter/CheckInfo.vue" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/components/readingmeter/PhoneHandplanInfo.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/readingmeter/PhoneHandplanInfo.vue" afterDir="false" />
11
- </list>
7
+ <list default="true" id="3ff22a91-c12c-46e5-8072-9f6930fa055a" name="Default Changelist" comment="修复抄表记录界面翻页选项被遮挡" />
12
8
  <option name="SHOW_DIALOG" value="false" />
13
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
14
10
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -231,22 +227,22 @@
231
227
  <option name="hideEmptyMiddlePackages" value="true" />
232
228
  <option name="showLibraryContents" value="true" />
233
229
  </component>
234
- <component name="PropertiesComponent">{
235
- &quot;keyToString&quot;: {
236
- &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
237
- &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
238
- &quot;git-widget-placeholder&quot;: &quot;changan&quot;,
239
- &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
240
- &quot;last_opened_file_path&quot;: &quot;D:/WorkSpace/module/TelephoneClient&quot;,
241
- &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
242
- &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
243
- &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
244
- &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
245
- &quot;nodejs_package_manager_path&quot;: &quot;yarn&quot;,
246
- &quot;ts.external.directory.path&quot;: &quot;C:\\Program Files\\JetBrains\\IntelliJ IDEA 2024.1.2\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external&quot;,
247
- &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
230
+ <component name="PropertiesComponent"><![CDATA[{
231
+ "keyToString": {
232
+ "RunOnceActivity.ShowReadmeOnStart": "true",
233
+ "WebServerToolWindowFactoryState": "false",
234
+ "git-widget-placeholder": "changan",
235
+ "kotlin-language-version-configured": "true",
236
+ "last_opened_file_path": "D:/WorkSpace/module/ReadMeterClient",
237
+ "node.js.detected.package.eslint": "true",
238
+ "node.js.detected.package.tslint": "true",
239
+ "node.js.selected.package.eslint": "(autodetect)",
240
+ "node.js.selected.package.tslint": "(autodetect)",
241
+ "nodejs_package_manager_path": "yarn",
242
+ "ts.external.directory.path": "C:\\Program Files\\JetBrains\\IntelliJ IDEA 2024.1.2\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external",
243
+ "vue.rearranger.settings.migration": "true"
248
244
  }
249
- }</component>
245
+ }]]></component>
250
246
  <component name="RecentsManager">
251
247
  <key name="CopyFile.RECENT_KEYS">
252
248
  <recent name="F:\WorkSpace\ReadMeterClient\src\components\server" />
@@ -424,7 +420,9 @@
424
420
  <workItem from="1753927585913" duration="2588000" />
425
421
  <workItem from="1760685783403" duration="753000" />
426
422
  <workItem from="1768962396488" duration="1138000" />
427
- <workItem from="1769756231076" duration="646000" />
423
+ <workItem from="1769756231076" duration="2285000" />
424
+ <workItem from="1770189687384" duration="597000" />
425
+ <workItem from="1770629756764" duration="4504000" />
428
426
  </task>
429
427
  <task id="LOCAL-00001" summary="新增卡表抄表气量核算">
430
428
  <created>1553677761707</created>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "readmeter-changan",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "手机抄表客户端",
5
5
  "author": "15529257852@163.com",
6
6
  "private": false,
@@ -700,7 +700,9 @@ export default {
700
700
  return
701
701
  }
702
702
  if(!this.model.f_checkic1){
703
+ console.log(this.model.f_checkic1)
703
704
  this.$showMessage('请输入IC卡累计!!!')
705
+ return
704
706
  }
705
707
  if(this.model.f_check_install){
706
708
  this.model.f_weekcheck = 1
@@ -522,7 +522,9 @@
522
522
 
523
523
  commit () {
524
524
  if(!this.model.f_checkic1){
525
+ console.log(this.model.f_checkic1)
525
526
  this.$showMessage('请输入IC卡累计!!!')
527
+ return
526
528
  }
527
529
 
528
530
  if(this.model.f_weekcheck==='1'||this.model.f_weekcheck==='true'||this.model.f_weekcheck==='是'){