sale-client 3.6.385 → 3.6.386-2
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/FilesManageNew/UserEssentialInfoTest.vue +1 -1
- package/src/components/revenue/HandManager/MeterBookAdd.vue +3 -3
- package/src/components/revenue/cardHandManage/cardHandManager.vue +1 -2
- package/src/components/revenue/changeInsurance/InsuranceChargesDetails.vue +36 -0
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +4 -3
- package/src/components/revenue/comprehen/Maintenance/otherRecords/otherChargeAudit.vue +839 -0
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +16 -7
- package/src/filiale/fugou/components/revenue/base/rightview/CardList.vue +526 -0
- package/src/filiale/meihekou/MeterBookAdd.vue +3 -3
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +25 -17
- package/src/filiale/qingtongxia/MeterOperatemain.vue +16 -8
- package/src/filiale/rongchuang/LimitGas.vue +3 -3
- package/src/filiale/yuncheng/ChangeMeter.vue +9 -0
- package/src/filiale/yuncheng/HandplanQuery.vue +8 -1
- package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -0
- package/src/filiale/yuncheng/sale.js +2 -0
- package/src/main.js +1 -1
- package/src/sale.js +1 -1
- 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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<validator name='v' @valid="$emit('valid')" @invalid="$emit('invalid')">
|
|
4
4
|
<form class="form-horizontal select-overspread ">
|
|
5
5
|
<div class="row">
|
|
6
|
-
<div class="col-sm-4 form-group " :class="[
|
|
6
|
+
<div class="col-sm-4 form-group " :class="[!baseinfo.base.f_user_name ? 'has-error' : '']"
|
|
7
7
|
v-if="getConfigShowItem('f_user_name')">
|
|
8
8
|
<label for="f_user_name" class="font_normal_body">*{{getConfigLabelName('f_user_name','用户姓名')}}</label>
|
|
9
9
|
<input type="text" v-model="baseinfo.base.f_user_name"
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
style="width: 60%" v-model="model.f_hand_end_date">
|
|
87
87
|
</datepicker>
|
|
88
88
|
</div>
|
|
89
|
-
<div :class="[$v.
|
|
90
|
-
<input class="input_search" style="width:60%" type="text" v-model="model.
|
|
91
|
-
v-validate:
|
|
89
|
+
<div :class="[$v.f_book_state.required ? 'has-error' : 'has-success']" class="col-sm-6 form-group">
|
|
90
|
+
<input class="input_search" style="width:60%" type="text" v-model="model.f_book_state" v-show="false"
|
|
91
|
+
v-validate:f_book_state='{required: true }'>
|
|
92
92
|
<label class="font_normal_body">表 册 状 态 </label>
|
|
93
93
|
<v-select :value.sync="model.f_book_state" v-model='model.f_book_state'
|
|
94
94
|
style="width:55%"
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
<script>
|
|
17
17
|
import TabButton from './../comprehen/common/TabButton'
|
|
18
18
|
import Tabs from './../comprehen/common/Tabs'
|
|
19
|
-
import CardHandAudit from './cardHandAudit.vue'
|
|
20
19
|
export default {
|
|
21
20
|
name: 'cardHandManager',
|
|
22
21
|
title: '卡表抄表管理',
|
|
@@ -35,7 +34,7 @@ export default {
|
|
|
35
34
|
show: [true]
|
|
36
35
|
}
|
|
37
36
|
},
|
|
38
|
-
components: {
|
|
37
|
+
components: {Tabs, TabButton},
|
|
39
38
|
ready () {
|
|
40
39
|
console.log(this.$refs.list)
|
|
41
40
|
},
|
|
@@ -115,6 +115,42 @@
|
|
|
115
115
|
v-model="model.f_expiration_date" style="width: 55%">
|
|
116
116
|
</datepicker>
|
|
117
117
|
</div>
|
|
118
|
+
<div class="col-sm-2 form-group">
|
|
119
|
+
<label class="font_normal_body">保险开始时间</label>
|
|
120
|
+
<datepicker :format="'yyyy-MM-dd 00:00:00'"
|
|
121
|
+
:value.sync="model.f_shengxiao_start_date"
|
|
122
|
+
placeholder="保险开始时间大于"
|
|
123
|
+
condition="f_shengxiao_date >= '{}'"
|
|
124
|
+
v-model="model.f_shengxiao_start_date" style="width: 55%">
|
|
125
|
+
</datepicker>
|
|
126
|
+
</div>
|
|
127
|
+
<div class="col-sm-2 form-group">
|
|
128
|
+
<label class="font_normal_body">保险开始时间</label>
|
|
129
|
+
<datepicker :format="'yyyy-MM-dd 23:59:59'"
|
|
130
|
+
:value.sync="model.f_shengxiao_end_date"
|
|
131
|
+
placeholder="保险开始时间小于"
|
|
132
|
+
condition="f_shengxiao_date <= '{}'"
|
|
133
|
+
v-model="model.f_shengxiao_end_date" style="width: 55%">
|
|
134
|
+
</datepicker>
|
|
135
|
+
</div>
|
|
136
|
+
<div class="col-sm-2 form-group">
|
|
137
|
+
<label class="font_normal_body">保险截至时间</label>
|
|
138
|
+
<datepicker :format="'yyyy-MM-dd 00:00:00'"
|
|
139
|
+
:value.sync="model.f_expiration_start_date"
|
|
140
|
+
placeholder="保险截至时间大于"
|
|
141
|
+
condition="f_expiration_date >= '{}'"
|
|
142
|
+
v-model="model.f_expiration_start_date" style="width: 55%">
|
|
143
|
+
</datepicker>
|
|
144
|
+
</div>
|
|
145
|
+
<div class="col-sm-2 form-group">
|
|
146
|
+
<label class="font_normal_body">保险截至时间</label>
|
|
147
|
+
<datepicker :format="'yyyy-MM-dd 23:59:59'"
|
|
148
|
+
:value.sync="model.f_expiration_end_date"
|
|
149
|
+
placeholder="保险截至时间小于"
|
|
150
|
+
condition="f_expiration_date <= '{}'"
|
|
151
|
+
v-model="model.f_expiration_end_date" style="width: 55%">
|
|
152
|
+
</datepicker>
|
|
153
|
+
</div>
|
|
118
154
|
|
|
119
155
|
</div>
|
|
120
156
|
</div>
|
package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue
CHANGED
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
let asyncTransferManage = async function (self) {
|
|
231
231
|
await self.$getConfig(self, 'TransferManage')
|
|
232
232
|
console.log('过户config', self.config)
|
|
233
|
-
|
|
233
|
+
self.model.f_new_people_num = self.config.f_new_people_num
|
|
234
234
|
self.model.f_print = self.config.printType instanceof Array ? self.config.printType : [self.config.printType]
|
|
235
235
|
self.model.f_payment = [self.config.payment]
|
|
236
236
|
self.mulPrint = self.config.printType instanceof Array
|
|
@@ -247,13 +247,14 @@
|
|
|
247
247
|
data () {
|
|
248
248
|
return {
|
|
249
249
|
config: {
|
|
250
|
-
showupload:true,
|
|
250
|
+
showupload: true, // 默认显示上传附件
|
|
251
251
|
hasPrint: false, // 默认打票
|
|
252
252
|
hasAcceptance: false,
|
|
253
253
|
hasBillManage: false, // 默认不启用发票管理
|
|
254
254
|
billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
|
|
255
255
|
payment: '现金缴费',
|
|
256
256
|
f_contract_id: '',
|
|
257
|
+
f_new_people_num: 4, //默认人口数
|
|
257
258
|
printType: '普通收据' // 收据/电子票/专用发票/国税发票
|
|
258
259
|
},
|
|
259
260
|
bankinfo: false,
|
|
@@ -313,7 +314,7 @@
|
|
|
313
314
|
papertype: this.$appdata.getParam('票据类型'),
|
|
314
315
|
printstyle: this.$appdata.getParam('打印格式'),
|
|
315
316
|
credentials: this.$appdata.getParam('证件类型'),
|
|
316
|
-
loaduserflag
|
|
317
|
+
loaduserflag: false
|
|
317
318
|
}
|
|
318
319
|
},
|
|
319
320
|
ready () {
|