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.
package/.idea/workspace.xml
CHANGED
|
@@ -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
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
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
|
-
}
|
|
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="
|
|
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
|
@@ -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==='是'){
|