manage-client 3.3.218 → 3.3.220
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 +1 -1
- package/src/components/SellReport/ChManageBusSummary.vue +1 -1
- package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +1 -1
- package/src/filiale/bayan/webmeter/MeterExceptionList.vue +1 -1
- package/src/filiale/ningjin/MeterExceptionList.vue +1 -1
- package/src/filiale/qianneng/RecordInfoQuery.vue +1 -1
- package/src/filiale/yuncheng/MeterQuery.vue +22 -0
- package/src/filiale/yuncheng/config/exportConfig.js +1 -0
- package/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.npmignore +0 -10
- package/build/.npmignore +0 -1
- package/package-lock.json +0 -10123
package/package.json
CHANGED
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
this.printTime = this.$login.toStandardTimeString()
|
|
193
193
|
this.orgCondtionStr='1=1'
|
|
194
194
|
if (this.f_orgid[0]) {
|
|
195
|
-
this.orgCondtionStr += ' and f_orgid = ' + this.f_orgid
|
|
195
|
+
this.orgCondtionStr += ' and f_orgid = ' + `'${this.f_orgid[0]}'`
|
|
196
196
|
}
|
|
197
197
|
if (this.f_depid[0]) {
|
|
198
198
|
this.orgCondtionStr += ` and f_depid = '${this.f_depid}'`
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<input style="width:60%" type="text" class="input_search"
|
|
40
40
|
v-model="model.f_meternumber" placeholder='表号'
|
|
41
41
|
@keyup.enter="search"
|
|
42
|
-
condition="f_meternumber
|
|
42
|
+
condition="f_meternumber = '{}'"
|
|
43
43
|
v-next-el='meternumber' v-el:meternumber>
|
|
44
44
|
</div>
|
|
45
45
|
<div style="float:right">
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<input style="width:60%" type="text" class="input_search"
|
|
40
40
|
v-model="model.f_meternumber" placeholder='表号'
|
|
41
41
|
@keyup.enter="search"
|
|
42
|
-
condition="f_meternumber
|
|
42
|
+
condition="f_meternumber = '{}'"
|
|
43
43
|
v-next-el='meternumber' v-el:meternumber>
|
|
44
44
|
</div>
|
|
45
45
|
<div style="float:right">
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<input style="width:60%" type="text" class="input_search"
|
|
40
40
|
v-model="model.f_meternumber" placeholder='表号'
|
|
41
41
|
@keyup.enter="search"
|
|
42
|
-
condition="f_meternumber
|
|
42
|
+
condition="f_meternumber = '{}'"
|
|
43
43
|
v-next-el='meternumber' v-el:meternumber>
|
|
44
44
|
</div>
|
|
45
45
|
<div style="float:right">
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
<th><nobr>账户余额</nobr></th>
|
|
538
538
|
<th>
|
|
539
539
|
<!--<nobr>最后抄表日期</nobr>-->
|
|
540
|
-
<data-order field="
|
|
540
|
+
<data-order field="f_createfile_date" name="最后抄表日期" :order.sync="$parent.$parent.$parent.orderFields.f_createfile_date"></data-order>
|
|
541
541
|
</th>
|
|
542
542
|
<!--<th><nobr>最后购气日期</nobr></th>-->
|
|
543
543
|
<th><nobr>通讯日期</nobr></th>
|
|
@@ -234,6 +234,20 @@
|
|
|
234
234
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_balance_amount"
|
|
235
235
|
condition="f_balance_amount < '{}'" placeholder='余额小于'>
|
|
236
236
|
</div>
|
|
237
|
+
<div class="col-sm-2 form-group">
|
|
238
|
+
<label for="checkstartDate" class="font_normal_body">校验日期</label>
|
|
239
|
+
<datepicker id="checkstartDate" placeholder="开始日期" style="width:60%" v-model="model.checkstartDate"
|
|
240
|
+
:value.sync="model.checkstartDate" :format="'yyyy-MM-dd'" :show-reset-button="true"
|
|
241
|
+
condition="f_check_time >= '{} 00:00:00'">
|
|
242
|
+
</datepicker>
|
|
243
|
+
</div>
|
|
244
|
+
<div class="col-sm-2 form-group">
|
|
245
|
+
<label for="checkendDate" class="font_normal_body">校验日期</label>
|
|
246
|
+
<datepicker id="checkendDate" placeholder="结束日期" style="width:60%" v-model="model.checkendDate"
|
|
247
|
+
:value.sync="model.checkendDate" :format="'yyyy-MM-dd'" :show-reset-button="true"
|
|
248
|
+
condition="f_check_time <= '{} 23:59:59'">
|
|
249
|
+
</datepicker>
|
|
250
|
+
</div>
|
|
237
251
|
</div>
|
|
238
252
|
</div>
|
|
239
253
|
</criteria>
|
|
@@ -323,6 +337,11 @@
|
|
|
323
337
|
<data-order field="f_input_date" name="建表时间"
|
|
324
338
|
:order.sync="$parent.$parent.$parent.orderFields.f_input_date"></data-order>
|
|
325
339
|
</th>
|
|
340
|
+
<th>
|
|
341
|
+
<!--<nobr>建表时间</nobr>-->
|
|
342
|
+
<data-order field="f_check_time" name="校验日期"
|
|
343
|
+
:order.sync="$parent.$parent.$parent.orderFields.f_check_time"></data-order>
|
|
344
|
+
</th>
|
|
326
345
|
<th>
|
|
327
346
|
<nobr>气表状态</nobr>
|
|
328
347
|
</th>
|
|
@@ -416,6 +435,9 @@
|
|
|
416
435
|
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
417
436
|
<nobr>{{ row.f_input_date }}</nobr>
|
|
418
437
|
</td>
|
|
438
|
+
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
439
|
+
<nobr>{{ row.f_check_time }}</nobr>
|
|
440
|
+
</td>
|
|
419
441
|
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
420
442
|
<nobr>{{ row.f_table_state }}</nobr>
|
|
421
443
|
</td>
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/.npmignore
DELETED
package/build/.npmignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|