sale-client 3.5.21 → 3.5.24
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/.babelrc +5 -5
- package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
- package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/built.bin +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
- package/build/dev-server.js +161 -161
- package/package.json +2 -2
- package/src/components/FilesManage/FileUserFiles.vue +1 -0
- package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +3 -1
- package/src/components/revenue/comprehen/Maintenance/hand/handListMaintain.vue +28 -29
- package/src/components/webMeter/paramSave/ParamSet.vue +6 -8
- package/src/components/webMeter/paramSave/ParamSetForm.vue +34 -37
- package/src/filiale/{weinan → WEINAN}/AutomaticPurse.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/CardList.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/CardMeterCenter.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/CardMeterChargeCancel.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/ChangeMeter.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/ChargeList.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/ChargeManageNew.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/ChargeQueryUser.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/ChargeRecordQuery.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/DisableManage.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/EnableManage.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/FileAddressManage.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/FileUserAddress.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/HighMeter.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/IOTMeterCenter.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/MachineMeterCenter.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/MeterMessage.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/MeterinfoTest.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/OffGasAddGas.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/OtherGas.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/OverUseCharge.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/RecordCancel.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/RecordQueryUser.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/ReplaceCardManage.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/ShowCardSellGas.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/Stairinfo.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/TransferManage.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/UserBaseInfoNew.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/UserEssentialInfoTest.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/UserGeneralInfoTest.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/UserInfoDetailManageNew.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/Userinfo.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/gasmove.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/meterinfodetail.vue +0 -0
- package/src/filiale/{weinan → WEINAN}/plugins/FileManageService.js +0 -0
- package/src/filiale/{weinan → WEINAN}/plugins/getTimeService.js +0 -0
- package/src/filiale/{weinan → WEINAN}/sale.js +0 -0
- package/src/filiale/{weinan → WEINAN}/sale.js~Stashed changes +0 -0
- package/src/filiale/{weinan → WEINAN}/static/mainicon//347/237/251/345/275/2421828.png +0 -0
- package/src/filiale/dongguan/components/FilesManage/FileUserFiles.vue +1026 -0
- package/src/filiale/dongguan/components/common/userinfo_detail/UserBaseInfoNew.vue +3 -1
- package/src/filiale/dongguan/components/comprehen/StairPrice/GasPrice.vue +518 -0
- package/src/filiale/dongguan/sale.js +5 -1
- package/src/filiale/kelai/MeterinfoTest.vue +952 -0
- package/src/filiale/kelai/sale.js +6 -0
- package/src/filiale/macheng/FilesManageNew/UserEssentialInfoTest.vue +2 -2
- package/src/filiale/macheng/FilesManageNew/UserGeneralInfoTest.vue +1 -1
- package/src/filiale/shaoguan/handListMaintain.vue +11 -11
- package/src/plugins/LogicService.js +2 -2
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
</validator>
|
|
208
208
|
<modal v-if="showselectaddress" :show.sync="showselectaddress" width="80%" title="地址信息" v-ref:modal large backdrop="false">
|
|
209
209
|
<article slot="modal-body" class="modal-body" style="height: 700px;padding: 0!important;">
|
|
210
|
-
<file-address-manage-new :is-select="isSelect" :fileinfo="addressinfo"
|
|
210
|
+
<file-address-manage-new :is-select="isSelect" :fileinfo="addressinfo" :f_filialeid="f_filialeid"
|
|
211
211
|
@address-valid="doNothing" :showselectaddress.sync="showselectaddress" v-ref:fileaddress ></file-address-manage-new>
|
|
212
212
|
</article>
|
|
213
213
|
<footer slot="modal-footer" class="modal-footer">
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
|
|
234
234
|
export default {
|
|
235
235
|
title: '基本信息',
|
|
236
|
-
props: ['baseinfo', 'addressinfo', 'isedit'],
|
|
236
|
+
props: ['baseinfo', 'addressinfo', 'isedit', 'f_filialeid'],
|
|
237
237
|
data () {
|
|
238
238
|
return {
|
|
239
239
|
showselectaddress: false,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<button class="button_search" style="width: max-content" @click="uploadFiles()">上传附件</button>
|
|
9
9
|
<button class="button_search" style="width: max-content" @click="uploadPictures()">拍照</button>
|
|
10
10
|
</div>
|
|
11
|
-
<file-user-essential-info-new :baseinfo="data.baseinfo" :addressinfo="data.addressinfo" @valid="essentialInfo = true"
|
|
11
|
+
<file-user-essential-info-new :f_filialeid="f_filialeid" :baseinfo="data.baseinfo" :addressinfo="data.addressinfo" @valid="essentialInfo = true"
|
|
12
12
|
@invalid="essentialInfo = false" v-ref:useressential :isedit="isedit"></file-user-essential-info-new>
|
|
13
13
|
</div>
|
|
14
14
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
:value.sync="model.f_startDate"
|
|
15
15
|
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
16
16
|
class="datepicker"
|
|
17
|
-
|
|
17
|
+
cond-value="h.f_input_date >= '{}'"
|
|
18
18
|
:show-reset-button="true"
|
|
19
19
|
class="select"
|
|
20
20
|
>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
:value.sync="model.f_endDate"
|
|
28
28
|
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
29
29
|
class="datepicker"
|
|
30
|
-
|
|
30
|
+
cond-value="h.f_input_date <= '{}'"
|
|
31
31
|
:show-reset-button="true"
|
|
32
32
|
>
|
|
33
33
|
</datepicker>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<div class="col-sm-2 form-group">
|
|
36
36
|
<label class="font_normal_body">客户编号</label>
|
|
37
37
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_userinfo_code"
|
|
38
|
-
|
|
38
|
+
cond-value="h.f_userinfo_code = '{}'" placeholder='客户编号'>
|
|
39
39
|
</div>
|
|
40
40
|
<div class="col-sm-2 form-group">
|
|
41
41
|
<label class="font_normal_body">客户姓名</label>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<label class="font_normal_body" for="f_meter_classify">气表类型</label>
|
|
61
61
|
<v-select :options='$parent.$parent.meterType'
|
|
62
62
|
:value.sync="model.f_meter_classify"
|
|
63
|
-
close-on-select
|
|
63
|
+
close-on-select cond-value="h.f_meter_classify = '{}'"
|
|
64
64
|
placeholder='气表类型' value-single="true"
|
|
65
65
|
style="width: 60%" v-model="model.f_meter_classify"></v-select>
|
|
66
66
|
</div>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<v-select :value.sync="model.f_gasbrand"
|
|
70
70
|
:options='$parent.$parent.getMeterBrands(model.f_meter_classify)'
|
|
71
71
|
placeholder='气表品牌' close-on-select
|
|
72
|
-
|
|
72
|
+
cond-value="h.f_meter_brand = '{}'"
|
|
73
73
|
search v-model='model.f_gasbrand' v-ref:brand></v-select>
|
|
74
74
|
</div>
|
|
75
75
|
<div class="col-sm-2 form-group">
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
<label class="font_normal_body">抄 表 员</label>
|
|
112
112
|
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
113
113
|
style="width:60%"
|
|
114
|
-
|
|
114
|
+
cond-value="h.f_inputtor = '{}'"
|
|
115
115
|
:options='$parent.$parent.inputtores' placeholder='抄表员'
|
|
116
116
|
close-on-select
|
|
117
117
|
v-el:cc></v-select>
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<v-select :value.sync="model.f_hand_state"
|
|
140
140
|
:options='$parent.$parent.street'
|
|
141
141
|
placeholder='状态' close-on-select
|
|
142
|
-
|
|
142
|
+
cond-value="h.f_hand_state = '{}'"
|
|
143
143
|
search v-model='model.f_hand_state' v-ref:brand></v-select>
|
|
144
144
|
</div>
|
|
145
145
|
<div class="col-sm-2">
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
v-model="model.f_meter_state"
|
|
149
149
|
:value-single="true"
|
|
150
150
|
:options='$parent.$parent.meterstate'
|
|
151
|
-
placeholder='抄表状态'
|
|
151
|
+
placeholder='抄表状态' cond-value="h.f_meter_state = '{}'"
|
|
152
152
|
close-on-select ></v-select>
|
|
153
153
|
</div>
|
|
154
154
|
<res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
@@ -423,9 +423,9 @@ const myMap = new Map()
|
|
|
423
423
|
if (!this.f_orgid) {
|
|
424
424
|
this.f_orgid = this.$login.f.orgid
|
|
425
425
|
}
|
|
426
|
-
let f_orgstr = this.orgCondtionStr ? this.orgCondtionStr : "and f_orgid in ('" + this.f_orgid + "')"
|
|
427
|
-
args.
|
|
428
|
-
this.model.search(args.condition, args.model)
|
|
426
|
+
let f_orgstr = this.orgCondtionStr ? this.orgCondtionStr : "and h.f_orgid in ('" + this.f_orgid + "')"
|
|
427
|
+
args.condValueStr = `${args.condValueStr} ` + f_orgstr
|
|
428
|
+
this.model.search(args.condition, args.model, args.condValueStr)
|
|
429
429
|
this.condition = args.condition
|
|
430
430
|
},
|
|
431
431
|
mergeRowData (joinrows) {
|
|
@@ -329,9 +329,9 @@ let LogicService = {
|
|
|
329
329
|
console.log('data提交之前', data)
|
|
330
330
|
return Vue.resetpost('rs/logic/saveMeterBook', {data: data})
|
|
331
331
|
},
|
|
332
|
-
gasPrice (model, row) {
|
|
333
|
-
console.log('气价保存,,', model)
|
|
332
|
+
gasPrice (model, row, blodid) {
|
|
334
333
|
let data = {
|
|
334
|
+
f_blodid: blodid,
|
|
335
335
|
f_price_type: model.f_price_type,
|
|
336
336
|
f_price_name: model.f_price_name,
|
|
337
337
|
f_user_type: model.f_user_type,
|