sale-client 3.7.67 → 3.7.69
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/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
- package/src/filiale/bayan/CardMeterChargeCancel.vue +2 -1
- package/src/filiale/tongchuan/FileUserFiles.vue +5 -4
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -189,6 +189,7 @@ let cardChargeCancelGen = async function (self) {
|
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
let readyGen = async function (self) {
|
|
192
|
+
await self.$getConfig(self, 'CardMeterChargeCancel')
|
|
192
193
|
console.log('冲正业务config', self.config)
|
|
193
194
|
self.correctModel.f_cancel_type = self.config.cancelType
|
|
194
195
|
|
|
@@ -261,7 +262,7 @@ export default {
|
|
|
261
262
|
cancleother: false, // 默认可以撤销别人的操作
|
|
262
263
|
hasBillManage: false, // 默认不启用发票管理
|
|
263
264
|
cancelType: 'newBill',
|
|
264
|
-
cancletime:
|
|
265
|
+
cancletime: true // 是否限制当天不能冲正
|
|
265
266
|
},
|
|
266
267
|
model: {
|
|
267
268
|
f_payment: '',
|
|
@@ -424,6 +424,9 @@
|
|
|
424
424
|
<th>
|
|
425
425
|
<nobr>用气性质</nobr>
|
|
426
426
|
</th>
|
|
427
|
+
<th>
|
|
428
|
+
<nobr>客户最新状态</nobr>
|
|
429
|
+
</th>
|
|
427
430
|
<th>
|
|
428
431
|
<nobr>二级用气性质</nobr>
|
|
429
432
|
</th>
|
|
@@ -475,9 +478,6 @@
|
|
|
475
478
|
<th v-if="!$parent.$parent.$parent.createFile">
|
|
476
479
|
<nobr>是否孤寡老人</nobr>
|
|
477
480
|
</th>
|
|
478
|
-
<th v-if="!$parent.$parent.$parent.createFile">
|
|
479
|
-
<nobr>是否空房</nobr>
|
|
480
|
-
</th>
|
|
481
481
|
<!--<th>-->
|
|
482
482
|
<!--<nobr v-if="this.$login.r.includes('通知单打印')||this.$login.r.includes('流程表打印') ">下载</nobr>-->
|
|
483
483
|
<!--</th>-->
|
|
@@ -499,6 +499,7 @@
|
|
|
499
499
|
</td>
|
|
500
500
|
<td style="text-align: center;">{{row.f_user_type}}</td>
|
|
501
501
|
<td style="text-align: center;">{{row.f_gasproperties}}</td>
|
|
502
|
+
<td style="text-align: center;">{{row.f_is_empty}}</td>
|
|
502
503
|
<td style="text-align: center;">{{row.f_gasproperties_second}}</td>
|
|
503
504
|
<td style="text-align: center;">{{row.f_meter_classify}}</td>
|
|
504
505
|
<td style="text-align: center;">{{row.f_meter_brand}}</td>
|
|
@@ -516,7 +517,7 @@
|
|
|
516
517
|
<td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_mgq}}</td>
|
|
517
518
|
<td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_vacant}}</td>
|
|
518
519
|
<td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_alone}}</td>
|
|
519
|
-
|
|
520
|
+
|
|
520
521
|
<td style="text-align: center;">
|
|
521
522
|
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
522
523
|
v-if="row.f_user_state === '正常' || row.f_user_state==='预备'"
|