safecheck-client 3.0.34-6 → 3.0.34-61
Sign up to get free protection for your applications and to get access to all the features.
- package/docs/FormPrint.md +18 -18
- package/docs/GridTree.md +47 -47
- package/docs/PrintFile.md +38 -38
- package/docs/tree.md +40 -40
- package/package.json +1 -1
- package/src/App-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.vue +55 -0
- package/src/assets/123.png +0 -0
- package/src/assets/f8632d3c8c4c1cb68e99da754cab1a7.png +0 -0
- package/src/components/LoadData.vue +62 -0
- package/src/components/NewDefectList/DefectListNew.vue +617 -616
- package/src/components/android/AddGas.vue +147 -147
- package/src/components/android/AndroidDefectDeal.vue +1 -0
- package/src/components/android/AreaPlan.vue +566 -566
- package/src/components/android/AreaSelect.vue +208 -0
- package/src/components/android/BuildingSelect.vue +217 -0
- package/src/components/android/CheckPlanSelect.vue +248 -0
- package/src/components/android/CheckerMonthly.vue +84 -84
- package/src/components/android/LcheckUnplan.vue +108 -108
- package/src/components/android/PaperFeedback.vue +33 -0
- package/src/components/android/QRCode/QRCodeBinding.vue +300 -0
- package/src/components/android/QRCode/QRCodePage.vue +212 -0
- package/src/components/android/SafecheckDevices.vue +2 -2
- package/src/components/android/SafecheckOrderV.vue +8 -12
- package/src/components/android/SwitchValve.vue +323 -323
- package/src/components/android/examples/SafeListExamples.vue +96 -0
- package/src/components/android/examples/UserExamples.vue +130 -0
- package/src/components/checkerphonestate/Checker.vue +32 -32
- package/src/components/checkerphonestate/CheckerState.vue +97 -97
- package/src/components/defects/AddDefectModal.vue +120 -120
- package/src/components/defects/AddDevice.vue +95 -95
- package/src/components/defects/DevicesSeting.vue +106 -106
- package/src/components/metterfiles/AddUserfiles.vue +246 -246
- package/src/components/metterfiles/MetterFiles.vue +104 -104
- package/src/components/notice/NoticeQuery.vue +76 -76
- package/src/components/paper/RepairVerifyForm.vue +76 -76
- package/src/components/phonestate/DailyTraffic.vue +57 -57
- package/src/components/phonestate/LastKnownState.vue +74 -74
- package/src/components/rongcheng/AddPlanItem.vue +4 -0
- package/src/components/rongcheng/AspiratedUserInfo.vue +1 -1
- package/src/components/rongcheng/CheckSearchUser.vue +40 -14
- package/src/components/rongcheng/PaperStatem.vue +6 -1
- package/src/components/rongcheng/PhoneDevicesInfo.vue +16 -1
- package/src/components/rongcheng/PhoneUpUserinfo.vue +0 -92
- package/src/components/rongcheng/SafecheckOrderV.vue +12 -3
- package/src/components/rongcheng/SafecheckOrderVCli.vue +9 -0
- package/src/components/task/RepairAnnual.vue +79 -79
- package/src/components/task/RepairAnnualDetail.vue +49 -49
- package/src/components/task/RepairMonthly.vue +91 -91
- package/src/components/task/TaskAnnual.vue +77 -77
- package/src/components/task/TaskAnnualDetail.vue +47 -47
- package/src/components/task/TaskMonthly.vue +89 -89
- package/src/components/userfile/UserfileChange.vue +277 -277
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +4 -4
- package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -0
- package/src/filiale/baiyin/android.js +1 -0
- package/src/filiale/baiyin/pc/CheckSearchUser.vue +2 -2
- package/src/filiale/baiyin/pc/DefectListNew.vue +3 -3
- package/src/filiale/baiyin/pc/PaperList.vue +7 -7
- package/src/filiale/baiyin/pc/checkUserList.vue +771 -771
- package/src/filiale/baiyin/pc.js +21 -21
- package/src/filiale/bayan/android/SafecheckOrderV.vue +52 -29
- package/src/filiale/bayan/pc/PaperList.vue +1 -0
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +35 -15
- package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -0
- package/src/filiale/huaran/android.js +12 -0
- package/src/filiale/huaran/pc/CheckBook.vue +313 -0
- package/src/filiale/huaran/pc/CheckBookAll.vue +69 -0
- package/src/filiale/huaran/pc/CheckBookArea.vue +170 -0
- package/src/filiale/huaran/pc/CheckBookCompany.vue +166 -0
- package/src/filiale/huaran/pc/CheckBookDetails.vue +196 -0
- package/src/filiale/huaran/pc/CheckBookEntry.vue +61 -0
- package/src/filiale/huaran/pc/CheckBookList.vue +386 -0
- package/src/filiale/huaran/pc/CheckBookSearchArea.vue +564 -0
- package/src/filiale/huaran/pc/CheckBookSearchUnit.vue +229 -0
- package/src/filiale/huaran/pc/CheckBookSearchUser.vue +604 -0
- package/src/filiale/huaran/pc/CheckBookUser.vue +112 -0
- package/src/filiale/huaran/pc/PaperList.vue +822 -0
- package/src/filiale/huaran/pc/PlanManage.vue +887 -0
- package/src/filiale/huaran/pc/checkPlanList.vue +419 -0
- package/src/filiale/huaran/pc/checkUserList.vue +867 -0
- package/src/filiale/huaran/pc.js +27 -0
- package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -0
- package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1229 -0
- package/src/filiale/jiaxian/android/SafecheckDevices.vue +6 -6
- package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -0
- package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -0
- package/src/filiale/jiaxian/android.js +4 -0
- package/src/filiale/kelai/pc/CheckPlanAreaList.vue +15 -7
- package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -0
- package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -0
- package/src/filiale/ruihua/android.js +11 -0
- package/src/filiale/shanxian/pc/checkUserList.vue +700 -700
- package/src/filiale/siyang/pc/CheckBookSearchArea.vue +645 -0
- package/src/filiale/siyang/pc/CheckPlanAreaList.vue +512 -0
- package/src/filiale/siyang/pc/CheckSearchUser.vue +982 -0
- package/src/filiale/siyang/pc/HiddenSituation.vue +167 -0
- package/src/filiale/siyang/pc/checkPlanList.vue +367 -0
- package/src/filiale/siyang/pc/checkUserList.vue +22 -18
- package/src/filiale/siyang/pc.js +5 -0
- package/src/filiale/tongchuan/android/Select.vue +421 -0
- package/src/filiale/tongchuan/android.js +1 -0
- package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +3 -1
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +6 -2
- package/src/filiale/tongchuan/pc/HiddenSituation.vue +3 -1
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +13 -22
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1060 -1060
- package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +5 -2
- package/src/filiale/tongchuan/utils/EventListener.js +29 -0
- package/src/filiale/tongchuan/utils/coerceBoolean.js +7 -0
- package/src/filiale/weinan/android/SafecheckDevices.vue +1 -1
- package/src/filiale/weinan/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +735 -722
- package/src/filiale/weinan/pc/CheckDetail.vue +278 -278
- package/src/filiale/weinan/pc/DefectListNew.vue +617 -617
- package/src/filiale/weinan/pc/DefectMainNew.vue +63 -63
- package/src/filiale/weinan/pc/DefectPaperNew.vue +31 -0
- package/src/filiale/weinan/pc/DeviceChange.vue +1088 -0
- package/src/filiale/weinan/pc/checkUserList.vue +712 -776
- package/src/filiale/weinan/pc.js +47 -46
- package/src/filiale/wuan/android/SafecheckOrderV.vue +1 -0
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +4 -0
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1192 -1192
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +472 -472
- package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +473 -473
- package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +13 -11
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +6 -6
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +10 -10
- package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +10 -10
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +6 -6
- package/src/filiale/yangchunboneng/pc/PaperList.vue +6 -6
- package/src/filiale/yuansheng/android/SafecheckDevices.vue +11 -1
- package/src/filiale/yuansheng/pc/NewCheckpaper.vue +10 -2
- package/src/main-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.js +24 -0
- package/src/safecheck-android.js +7 -0
- package/src/safecheck-page.js +10 -0
@@ -1,147 +1,147 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="panel panel-default auto repair-info-content">
|
3
|
-
<div class="panel-body">
|
4
|
-
<div class="auto repair-info-content compatible ">
|
5
|
-
<div class="row auto">
|
6
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
7
|
-
<label class="text-justify lb-left">用户名称</label>
|
8
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_user_name">
|
9
|
-
</div>
|
10
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
11
|
-
<label class="text-justify lb-left">用户编号</label>
|
12
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_userid">
|
13
|
-
</div>
|
14
|
-
<div class="col-xs-12 col-sm-12 col-md-6 form-input-group mg8">
|
15
|
-
<label class="text-justify lb-left">地址</label>
|
16
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_address">
|
17
|
-
</div>
|
18
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
19
|
-
<label class="text-justify lb-left">表号</label>
|
20
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_meternumber">
|
21
|
-
</div>
|
22
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
23
|
-
<label class="text-justify lb-left">表厂</label>
|
24
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_changjia">
|
25
|
-
</div>
|
26
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
27
|
-
<label class="text-justify lb-left">气表品牌</label>
|
28
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_gaswatchbrand">
|
29
|
-
</div>
|
30
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
31
|
-
<label class="text-justify lb-left">气表型号</label>
|
32
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_metertype">
|
33
|
-
</div>
|
34
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
35
|
-
<label class="text-justify lb-left">气表类型</label>
|
36
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_gasmeterstyle">
|
37
|
-
</div>
|
38
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
39
|
-
<label class="text-justify lb-left">气量</label>
|
40
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_gasbill">
|
41
|
-
</div>
|
42
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
43
|
-
<label class="text-justify lb-left">次数</label>
|
44
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_times">
|
45
|
-
</div>
|
46
|
-
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
47
|
-
<label class="text-justify lb-left">卡号</label>
|
48
|
-
<input type="text" class="form-control" readonly v-model="bukadata.f_cardid">
|
49
|
-
</div>
|
50
|
-
</div>
|
51
|
-
<div class="row auto flex-between">
|
52
|
-
<button type="button" name="button" class="btn btn-primary pull-right" @click="xiaka">写卡</button>
|
53
|
-
<button type="button" name="button" class="btn btn-primary pull-left" @click="upload">补气</button>
|
54
|
-
</div>
|
55
|
-
</div>
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
</template>
|
59
|
-
|
60
|
-
<script>
|
61
|
-
import Vue from 'vue'
|
62
|
-
export default {
|
63
|
-
title:'add-gas',
|
64
|
-
data(){
|
65
|
-
return{
|
66
|
-
userinfo:{
|
67
|
-
test:''
|
68
|
-
}
|
69
|
-
}
|
70
|
-
},
|
71
|
-
props: {
|
72
|
-
bukadata:{
|
73
|
-
type:Object
|
74
|
-
},
|
75
|
-
isbuka:{
|
76
|
-
type:String,
|
77
|
-
default:'buka'
|
78
|
-
}
|
79
|
-
},
|
80
|
-
ready () {
|
81
|
-
// 获取用户档案
|
82
|
-
this.$resetpost(Vue.dataUrl + 'rs/sql/singleTable', {
|
83
|
-
data: {
|
84
|
-
tablename: 'T_USERFILES',
|
85
|
-
condition: "f_userid = '" + this.bukadata.f_userid + "'"
|
86
|
-
}
|
87
|
-
}).then((res) => {
|
88
|
-
this.userinfo = Object.assign({}, this.userinfo, res.data[0])
|
89
|
-
})
|
90
|
-
// // 获取卡号
|
91
|
-
// this.$resetpost(Vue.dataUrl + 'rs/sql/singleTable', {
|
92
|
-
// data: {
|
93
|
-
// tablename: 'T_USERFILES',
|
94
|
-
// condition: "f_userid = '" + this.bukadata.f_userid + "'"
|
95
|
-
// }
|
96
|
-
// }).then((res) => {
|
97
|
-
// this.userinfo = Object.assign({}, this.userinfo, res.data[0])
|
98
|
-
// })
|
99
|
-
},
|
100
|
-
data () {
|
101
|
-
return {
|
102
|
-
|
103
|
-
}
|
104
|
-
},
|
105
|
-
methods: {
|
106
|
-
xiaka(){
|
107
|
-
var json = {
|
108
|
-
kzt: '0', //卡状态
|
109
|
-
yhh: '1', //user no
|
110
|
-
tm: '0', //barcode
|
111
|
-
bkcs: '0', //make up count
|
112
|
-
ljyql: '0', //used gas quantity
|
113
|
-
klx: this.bukadata.klx, //卡类型
|
114
|
-
meterid: this.bukadata.f_meternumber,
|
115
|
-
stairprice1: this.userinfo.f_stair1price,
|
116
|
-
stairgas1: this.userinfo.f_stair1amount,
|
117
|
-
stairprice2: this.userinfo.f_stair2price,
|
118
|
-
stairgas2: this.userinfo.f_stair2amount,
|
119
|
-
stairprice3: this.userinfo.f_stair3price,
|
120
|
-
stairgas3: this.userinfo.f_stair3amount,
|
121
|
-
factory: this.userinfo.f_aliasname,
|
122
|
-
kmm: '000000',
|
123
|
-
kh: '1000000001',
|
124
|
-
dqdm: '0',
|
125
|
-
ql: '0',
|
126
|
-
csql: '0',
|
127
|
-
ccsql: '0',
|
128
|
-
cs: 1,
|
129
|
-
ljgql:this.userinfo.f_cumulativepurchase,
|
130
|
-
bjql: this.userinfo.f_metergasnums,
|
131
|
-
czsx: '9999', //recharge limit
|
132
|
-
tzed: '0',
|
133
|
-
sqrq: '0',
|
134
|
-
cssqrq: '0',
|
135
|
-
oldprice: '0',
|
136
|
-
newprice: '0',
|
137
|
-
sxrq: '0',
|
138
|
-
sxbj: '0'
|
139
|
-
}
|
140
|
-
var jo = HostApp.issue(JSON.stringify(json))
|
141
|
-
HostApp.alert('写卡结果:JSON.stringify(jo):' + JSON.stringify(jo))
|
142
|
-
}
|
143
|
-
|
144
|
-
}
|
145
|
-
}
|
146
|
-
</script>
|
147
|
-
|
1
|
+
<template>
|
2
|
+
<div class="panel panel-default auto repair-info-content">
|
3
|
+
<div class="panel-body">
|
4
|
+
<div class="auto repair-info-content compatible ">
|
5
|
+
<div class="row auto">
|
6
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
7
|
+
<label class="text-justify lb-left">用户名称</label>
|
8
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_user_name">
|
9
|
+
</div>
|
10
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
11
|
+
<label class="text-justify lb-left">用户编号</label>
|
12
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_userid">
|
13
|
+
</div>
|
14
|
+
<div class="col-xs-12 col-sm-12 col-md-6 form-input-group mg8">
|
15
|
+
<label class="text-justify lb-left">地址</label>
|
16
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_address">
|
17
|
+
</div>
|
18
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
19
|
+
<label class="text-justify lb-left">表号</label>
|
20
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_meternumber">
|
21
|
+
</div>
|
22
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
23
|
+
<label class="text-justify lb-left">表厂</label>
|
24
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_changjia">
|
25
|
+
</div>
|
26
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
27
|
+
<label class="text-justify lb-left">气表品牌</label>
|
28
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_gaswatchbrand">
|
29
|
+
</div>
|
30
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
31
|
+
<label class="text-justify lb-left">气表型号</label>
|
32
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_metertype">
|
33
|
+
</div>
|
34
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
35
|
+
<label class="text-justify lb-left">气表类型</label>
|
36
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_gasmeterstyle">
|
37
|
+
</div>
|
38
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
39
|
+
<label class="text-justify lb-left">气量</label>
|
40
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_gasbill">
|
41
|
+
</div>
|
42
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
43
|
+
<label class="text-justify lb-left">次数</label>
|
44
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_times">
|
45
|
+
</div>
|
46
|
+
<div class="col-xs-12 col-sm-6 col-md-6 form-input-group mg8">
|
47
|
+
<label class="text-justify lb-left">卡号</label>
|
48
|
+
<input type="text" class="form-control" readonly v-model="bukadata.f_cardid">
|
49
|
+
</div>
|
50
|
+
</div>
|
51
|
+
<div class="row auto flex-between">
|
52
|
+
<button type="button" name="button" class="btn btn-primary pull-right" @click="xiaka">写卡</button>
|
53
|
+
<button type="button" name="button" class="btn btn-primary pull-left" @click="upload">补气</button>
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
</template>
|
59
|
+
|
60
|
+
<script>
|
61
|
+
import Vue from 'vue'
|
62
|
+
export default {
|
63
|
+
title:'add-gas',
|
64
|
+
data(){
|
65
|
+
return{
|
66
|
+
userinfo:{
|
67
|
+
test:''
|
68
|
+
}
|
69
|
+
}
|
70
|
+
},
|
71
|
+
props: {
|
72
|
+
bukadata:{
|
73
|
+
type:Object
|
74
|
+
},
|
75
|
+
isbuka:{
|
76
|
+
type:String,
|
77
|
+
default:'buka'
|
78
|
+
}
|
79
|
+
},
|
80
|
+
ready () {
|
81
|
+
// 获取用户档案
|
82
|
+
this.$resetpost(Vue.dataUrl + 'rs/sql/singleTable', {
|
83
|
+
data: {
|
84
|
+
tablename: 'T_USERFILES',
|
85
|
+
condition: "f_userid = '" + this.bukadata.f_userid + "'"
|
86
|
+
}
|
87
|
+
}).then((res) => {
|
88
|
+
this.userinfo = Object.assign({}, this.userinfo, res.data[0])
|
89
|
+
})
|
90
|
+
// // 获取卡号
|
91
|
+
// this.$resetpost(Vue.dataUrl + 'rs/sql/singleTable', {
|
92
|
+
// data: {
|
93
|
+
// tablename: 'T_USERFILES',
|
94
|
+
// condition: "f_userid = '" + this.bukadata.f_userid + "'"
|
95
|
+
// }
|
96
|
+
// }).then((res) => {
|
97
|
+
// this.userinfo = Object.assign({}, this.userinfo, res.data[0])
|
98
|
+
// })
|
99
|
+
},
|
100
|
+
data () {
|
101
|
+
return {
|
102
|
+
|
103
|
+
}
|
104
|
+
},
|
105
|
+
methods: {
|
106
|
+
xiaka(){
|
107
|
+
var json = {
|
108
|
+
kzt: '0', //卡状态
|
109
|
+
yhh: '1', //user no
|
110
|
+
tm: '0', //barcode
|
111
|
+
bkcs: '0', //make up count
|
112
|
+
ljyql: '0', //used gas quantity
|
113
|
+
klx: this.bukadata.klx, //卡类型
|
114
|
+
meterid: this.bukadata.f_meternumber,
|
115
|
+
stairprice1: this.userinfo.f_stair1price,
|
116
|
+
stairgas1: this.userinfo.f_stair1amount,
|
117
|
+
stairprice2: this.userinfo.f_stair2price,
|
118
|
+
stairgas2: this.userinfo.f_stair2amount,
|
119
|
+
stairprice3: this.userinfo.f_stair3price,
|
120
|
+
stairgas3: this.userinfo.f_stair3amount,
|
121
|
+
factory: this.userinfo.f_aliasname,
|
122
|
+
kmm: '000000',
|
123
|
+
kh: '1000000001',
|
124
|
+
dqdm: '0',
|
125
|
+
ql: '0',
|
126
|
+
csql: '0',
|
127
|
+
ccsql: '0',
|
128
|
+
cs: 1,
|
129
|
+
ljgql:this.userinfo.f_cumulativepurchase,
|
130
|
+
bjql: this.userinfo.f_metergasnums,
|
131
|
+
czsx: '9999', //recharge limit
|
132
|
+
tzed: '0',
|
133
|
+
sqrq: '0',
|
134
|
+
cssqrq: '0',
|
135
|
+
oldprice: '0',
|
136
|
+
newprice: '0',
|
137
|
+
sxrq: '0',
|
138
|
+
sxbj: '0'
|
139
|
+
}
|
140
|
+
var jo = HostApp.issue(JSON.stringify(json))
|
141
|
+
HostApp.alert('写卡结果:JSON.stringify(jo):' + JSON.stringify(jo))
|
142
|
+
}
|
143
|
+
|
144
|
+
}
|
145
|
+
}
|
146
|
+
</script>
|
147
|
+
|
@@ -497,6 +497,7 @@
|
|
497
497
|
if (this.deletebacklistisselect){
|
498
498
|
this.deletebacklist()
|
499
499
|
}
|
500
|
+
this.deal.f_other_dealpath = this.deal.f_deal_path
|
500
501
|
HostApp.__this__ = this
|
501
502
|
HostApp.logicWithHint({
|
502
503
|
'logic': 'safe_dealWithDefect', 'callback': 'javascript: HostApp.__this__.commitCallBack()',
|