sale-client 3.6.562 → 3.6.563
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/revenue/machineHandManage/ArrearsQuery.vue +10 -11
- package/src/filiale/bayan/CardMeterCenter.vue +2 -2
- package/src/filiale/bayan/NoCardMeterCenter.vue +1 -1
- package/src/filiale/qingtongxia/FilesManage/UserEssentialInfoTest.vue +1 -1
- package/src/main.js +1 -1
package/package.json
CHANGED
|
@@ -505,9 +505,9 @@
|
|
|
505
505
|
|
|
506
506
|
let readySomething = async function (self) {
|
|
507
507
|
self.getinputtores()
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
508
|
+
// 加载抄表册
|
|
509
|
+
self.initmeterbook()
|
|
510
|
+
self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString() + ' 00:00:00'
|
|
511
511
|
self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString() + ' 23:59:59'
|
|
512
512
|
// self.$refs.paged.$refs.cri.search()
|
|
513
513
|
self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
|
|
@@ -548,6 +548,7 @@
|
|
|
548
548
|
}),
|
|
549
549
|
criteriaShow: false,
|
|
550
550
|
orgCondtionStr: '',
|
|
551
|
+
condition: '',
|
|
551
552
|
// 下拉框
|
|
552
553
|
meterbrands: [],
|
|
553
554
|
pricenames: [],
|
|
@@ -605,7 +606,7 @@
|
|
|
605
606
|
this.dainputtores = [{label: '全部', value: ''}]
|
|
606
607
|
}
|
|
607
608
|
},
|
|
608
|
-
|
|
609
|
+
async inputtorchange () {
|
|
609
610
|
let val = this.$refs.paged.$refs.cri.model.f_inputtor
|
|
610
611
|
if (val != null && val != '') {
|
|
611
612
|
let param = {
|
|
@@ -675,7 +676,8 @@
|
|
|
675
676
|
let exportdata = this.getCondition
|
|
676
677
|
let otherInData = []
|
|
677
678
|
otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`)
|
|
678
|
-
let footerData = []
|
|
679
|
+
let footerData = []
|
|
680
|
+
let exportfield = this.getfield
|
|
679
681
|
footerData.push('合计')
|
|
680
682
|
let self = this
|
|
681
683
|
for (var field in self.sumsmodel) {
|
|
@@ -763,11 +765,8 @@
|
|
|
763
765
|
str += `and f_input_date<='${this.$refs.paged.$refs.cri.model.inputendDate}'`
|
|
764
766
|
}
|
|
765
767
|
// 构建基础 condition(不叠加旧值)
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
baseCondition += ` ${this.orgCondtionStr}`
|
|
769
|
-
}
|
|
770
|
-
args.condition = baseCondition
|
|
768
|
+
args.condition = `${args.condition} and f_meter_type='机表'` + this.orgCondtionStr
|
|
769
|
+
this.condition = args.condition
|
|
771
770
|
this.model.search(args.condition, args.model, str)
|
|
772
771
|
this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
|
|
773
772
|
}
|
|
@@ -889,7 +888,7 @@
|
|
|
889
888
|
return {
|
|
890
889
|
startDate: this.$refs.paged.$refs.cri.model.startDate,
|
|
891
890
|
endDate: this.$refs.paged.$refs.cri.model.endDate,
|
|
892
|
-
condition:
|
|
891
|
+
condition: this.condition,
|
|
893
892
|
condValue: `${this.model.condValue}`
|
|
894
893
|
}
|
|
895
894
|
},
|
|
@@ -299,8 +299,8 @@
|
|
|
299
299
|
if ((self.model.f_pregas - 0) - (self.maxgas - 0) <= 0) {
|
|
300
300
|
self.model.f_meter_type = self.row.f_meter_type
|
|
301
301
|
let getAmount = await self.$CommonService.gasCalculate(self.model, self.model.f_pregas)
|
|
302
|
-
self.model.f_preamount = (getAmount.data.chargenum
|
|
303
|
-
self.model.f_totalcost = ((self.row.f_balance - 0) > (getAmount.data.chargenum - 0) ? 0 : ((getAmount.data.chargenum - 0) - (self.row.f_balance - 0))
|
|
302
|
+
self.model.f_preamount = stringRound(getAmount.data.chargenum)
|
|
303
|
+
self.model.f_totalcost = stringRound((self.row.f_balance - 0) > (getAmount.data.chargenum - 0) ? 0 : ((getAmount.data.chargenum - 0) - (self.row.f_balance - 0)))
|
|
304
304
|
Object.assign(self.model, self.model, getAmount.data)
|
|
305
305
|
self.model.chargeprice = getAmount.data.chargeprice
|
|
306
306
|
if (self.model.f_payment == '赠气') {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
v-model="model.f_serial_number" placeholder="业务单号">
|
|
110
110
|
</div>
|
|
111
111
|
<div class="col-sm-4">
|
|
112
|
-
<label for="f_write_card" style="color: red" class=" font_normal_body"
|
|
112
|
+
<label for="f_write_card" style="color: red" class=" font_normal_body">是否写卡</label>
|
|
113
113
|
<v-select id="f_write_card"
|
|
114
114
|
v-model="model.f_write_card"
|
|
115
115
|
placeholder='是否写卡'
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
v-if="baseinfo.base.f_credentials === '身份证'">
|
|
40
40
|
<label for="f_idnumber" class="font_normal_body">*证件号码</label>
|
|
41
41
|
<input type="text" maxlength="18" v-model="baseinfo.base.f_idnumber"
|
|
42
|
-
v-validate:f_idnumber2='{
|
|
42
|
+
v-validate:f_idnumber2='{required: true}' class="input_search" style="width:80%"
|
|
43
43
|
placeholder="证件号码">
|
|
44
44
|
</div>
|
|
45
45
|
<div style="" class="col-sm-8 form-group" v-if="baseinfo.base.f_credentials !== '身份证'">
|
package/src/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import Vue from 'vue'
|
|
|
2
2
|
import all from 'vue-client/src/all'
|
|
3
3
|
import App from './App'
|
|
4
4
|
import system from 'system-clients/src/system'
|
|
5
|
-
import FilialeSale from './filiale/
|
|
5
|
+
import FilialeSale from './filiale/bayan/sale'
|
|
6
6
|
import sale from './sale'
|
|
7
7
|
import address from 'address-client/src/address'
|
|
8
8
|
import ldap from 'ldap-clients/src/ldap'
|