sale-client 3.4.75 → 3.4.79

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.
Files changed (48) hide show
  1. package/.gradle/{6.1.1 → 5.5}/executionHistory/executionHistory.bin +0 -0
  2. package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
  3. package/.gradle/{5.2.1 → 5.5}/fileChanges/last-build.bin +0 -0
  4. package/.gradle/5.5/fileContent/fileContent.lock +0 -0
  5. package/.gradle/{6.1.1 → 5.5}/fileHashes/fileHashes.bin +0 -0
  6. package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
  7. package/.gradle/{5.2.1 → 5.5}/gc.properties +0 -0
  8. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  9. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  10. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  11. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  12. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  13. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  14. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  15. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  16. package/.gradle/checksums/checksums.lock +0 -0
  17. package/build/dev-server.js +2 -2
  18. package/build/libs/SaleClient-3.1.1-11.jar +0 -0
  19. package/build/tmp/jar/MANIFEST.MF +2 -0
  20. package/package.json +2 -2
  21. package/src/components/chargeBatch/ChargeGroupList.vue +165 -151
  22. package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +2 -2
  23. package/src/components/revenue/HandManager/MeterBookUser.vue +1 -0
  24. package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +8 -2
  25. package/src/components/revenue/comprehen/Message/MessageList.vue +499 -480
  26. package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +150 -0
  27. package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +285 -269
  28. package/src/components/webMeter/meterinfo/NewMeterList.vue +32 -32
  29. package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
  30. package/src/components/webMeter/webInfo/WebMeterList.vue +60 -20
  31. package/src/filiale/macheng/UserBaseInfoNew.vue +346 -346
  32. package/src/filiale/macheng/sale.js +42 -42
  33. package/src/filiale/rongcheng/FilesManageNew/UserGeneralInfoTest.vue +1 -1
  34. package/src/filiale/tongchuan/Message/AllUser.vue +569 -0
  35. package/src/filiale/tongchuan/Message/MessageManage.vue +137 -0
  36. package/src/filiale/tongchuan/sale.js +102 -97
  37. package/src/filiale/wuhai/MeterinfoTest.vue +1 -2
  38. package/src/filiale/wuhai/TransferManage.vue +403 -0
  39. package/src/filiale/wuhai/UserEssentialInfoTest.vue +320 -0
  40. package/src/filiale/wuhai/sale.js +5 -1
  41. package/src/main.js +1 -1
  42. package/src/plugins/LogicService.js +477 -474
  43. package/src/sale.js +2 -0
  44. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  45. package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  46. package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
  47. package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  48. package/.gradle/6.1.1/gc.properties +0 -0
File without changes
@@ -1,2 +1,2 @@
1
- #Mon Jan 17 13:48:02 CST 2022
2
- gradle.version=6.1.1
1
+ #Mon Jan 10 21:02:00 CST 2022
2
+ gradle.version=5.5
Binary file
@@ -10,7 +10,7 @@ var compiler = webpack(config)
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var bendi = 'http://aotesoft.f3322.net:8400/',bendi1 = 'http://119.146.1.106:8300/'
13
+ var bendi = 'http://127.0.0.1:8080/',bendi1 = 'http://119.146.1.106:8300/'
14
14
  // 公司测试服务
15
15
  var fuwu = 'http://aotesoft.f3322.net:8400/'
16
16
  //铜川正式
@@ -95,7 +95,7 @@ var proxyTable = {
95
95
  },
96
96
  '/rs': {
97
97
  // target: 'http://192.168.30.63:8081/'
98
- target: 'http://aotesoft.f3322.net:8400/'
98
+ target: 'http://127.0.0.1:8082'
99
99
  // target:fuwu
100
100
  }
101
101
  }
@@ -0,0 +1,2 @@
1
+ Manifest-Version: 1.0
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.75",
3
+ "version": "3.4.79",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -22,7 +22,6 @@
22
22
  "less-loader": "^2.2.3",
23
23
  "qrcodejs2": "0.0.2",
24
24
  "vue": "^1.0.17",
25
- "vue-client": "1.24.39",
26
25
  "yarn": "^1.22.10"
27
26
  },
28
27
  "devDependencies": {
@@ -87,6 +86,7 @@
87
86
  "style-loader": "^0.20.3",
88
87
  "system-clients": "3.1.89-14",
89
88
  "url-loader": "^0.5.7",
89
+ "vue-client": "1.24.39",
90
90
  "vue-clipboard2": "0.3.1",
91
91
  "vue-hot-reload-api": "^1.2.0",
92
92
  "vue-html-loader": "^1.0.0",
@@ -1,165 +1,164 @@
1
1
  <template>
2
- <div class="flex" @keyup.enter="search" :style="{height:(oweShow?'auto':'100%')}">
3
- <criteria-paged :model="model" v-ref:paged :pager="!oweShow">
4
- <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
5
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
- <div class="row">
7
- <div :class="$parent.$parent.style">
8
- <label class="font_normal_body">组织机构</label>
9
- <res-select restype='organization'
10
- @res-select="$parent.$parent.getorg"
11
- :is-mul="false"
12
- :initresid='$parent.$parent.curorgid'>
13
- </res-select>
14
- </div>
15
- <div :class="$parent.$parent.style">
16
- <label class="font_normal_body">客戶编码</label>
17
- <input type="text" class="input_search" style="width:60%" v-model="model.f_customer"
18
- condition="f_customer like '%{}%'" placeholder="客戶编码"/>
19
- </div>
20
- <div :class="$parent.$parent.style" v-show="!$parent.$parent.listShow">
21
- <label class="font_normal_body">客戶名称</label>
22
- <input type="text" class="input_search" style="width:60%" v-model="model.f_user_name"
23
- condition="f_user_name like '%{}%'" placeholder="客戶名称"/>
24
- </div>
25
-
26
- <div class="col-sm-3 form-group button-range">
27
- <button class="button_search button_spacing" @click="search()">查询</button>
28
- <button class="button_new button_spacing" style="width: max-content;" @click="$parent.$parent.add()" v-if="!$parent.$parent.chargeToChoose">建档
29
- </button>
30
- <button class="button_clear button_spacing" @click="clear">清空</button>
31
- <div style="float: right" class="button_spacing"
32
- :class="{'button_shrink_top': criteriaShow,'button_shrink_bottom': !criteriaShow}"
33
- @click="criteriaShow = !criteriaShow"></div>
34
- </div>
35
- <div class="row" v-show="criteriaShow">
36
- <div :class="$parent.$parent.style" v-show="$parent.$parent.listShow">
2
+ <div id="ChargeGroupList">
3
+ <div class="flex" @keyup.enter="search" :style="{height:(oweShow?'auto':'100%')}">
4
+ <criteria-paged :model="model" v-ref:paged :pager="!oweShow">
5
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
6
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row">
8
+ <div :class="$parent.$parent.style">
9
+ <label class="font_normal_body">组织机构</label>
10
+ <res-select restype='organization'
11
+ @res-select="$parent.$parent.getorg"
12
+ :is-mul="false"
13
+ :initresid='$parent.$parent.curorgid'>
14
+ </res-select>
15
+ </div>
16
+ <div :class="$parent.$parent.style">
17
+ <label class="font_normal_body">客戶编码</label>
18
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_customer"
19
+ condition="f_customer like '%{}%'" placeholder="客戶编码"/>
20
+ </div>
21
+ <div :class="$parent.$parent.style" v-show="!$parent.$parent.listShow">
37
22
  <label class="font_normal_body">客戶名称</label>
38
23
  <input type="text" class="input_search" style="width:60%" v-model="model.f_user_name"
39
24
  condition="f_user_name like '%{}%'" placeholder="客戶名称"/>
40
25
  </div>
41
- <div :class="$parent.$parent.style">
42
- <label class="font_normal_body">客戶地址</label>
43
- <input type="text" class="input_search" style="width:60%" v-model="model.f_address"
44
- condition="f_address like '%{}%'" placeholder="客戶地址"/>
45
- </div>
46
- <div :class="$parent.$parent.style">
47
- <label class="font_normal_body">客户电话</label>
48
- <input type="text" class="input_search" style="width:60%" v-model="model.f_user_phone"
49
- condition="f_user_phone like '%{}%'" placeholder="客户电话"/>
26
+
27
+ <div class="col-sm-3 form-group button-range">
28
+ <button class="button_search button_spacing" @click="search()">查询</button>
29
+ <button class="button_new button_spacing" style="width: max-content;" @click="$parent.$parent.add()" v-if="!$parent.$parent.chargeToChoose">建档
30
+ </button>
31
+ <button class="button_clear button_spacing" @click="clear">清空</button>
32
+ <div style="float: right" class="button_spacing"
33
+ :class="{'button_shrink_top': criteriaShow,'button_shrink_bottom': !criteriaShow}"
34
+ @click="criteriaShow = !criteriaShow"></div>
50
35
  </div>
51
- <div :class="$parent.$parent.style">
52
- <label class="font_normal_body">是否欠费</label>
53
- <v-select v-model="model.oughtfee"
54
- :search="fasle"
55
- placeholder='是否欠费'
56
- :value.sync="model.oughtfee"
57
- :options='$parent.$parent.oughtfee'
58
- condition="f_oughtfee_all {}"
59
- close-on-select style="width: 60%"></v-select>
36
+ <div class="row" v-show="criteriaShow">
37
+ <div :class="$parent.$parent.style" v-show="$parent.$parent.listShow">
38
+ <label class="font_normal_body">客戶名称</label>
39
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_user_name"
40
+ condition="f_user_name like '%{}%'" placeholder="客戶名称"/>
41
+ </div>
42
+ <div :class="$parent.$parent.style">
43
+ <label class="font_normal_body">客戶地址</label>
44
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_address"
45
+ condition="f_address like '%{}%'" placeholder="客戶地址"/>
46
+ </div>
47
+ <div :class="$parent.$parent.style">
48
+ <label class="font_normal_body">客户电话</label>
49
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_user_phone"
50
+ condition="f_user_phone like '%{}%'" placeholder="客户电话"/>
51
+ </div>
52
+ <div :class="$parent.$parent.style">
53
+ <label class="font_normal_body">是否欠费</label>
54
+ <v-select v-model="model.oughtfee"
55
+ :search="fasle"
56
+ placeholder='是否欠费'
57
+ :value.sync="model.oughtfee"
58
+ :options='$parent.$parent.oughtfee'
59
+ condition="f_oughtfee_all {}"
60
+ close-on-select style="width: 60%"></v-select>
61
+ </div>
60
62
  </div>
61
63
  </div>
62
64
  </div>
63
- </div>
64
- </criteria>
65
- <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid v-if="!$parent.oweShow" @dblclick="$parent.showOwe">
66
- <template partial='head'>
67
- <tr>
68
- <th>
69
- <nobr>序号</nobr>
70
- </th>
71
- <th>
72
- <nobr>客戶编码</nobr>
73
- </th>
74
- <th>
75
- <nobr>客戶名称</nobr>
76
- </th>
77
- <th>
78
- <nobr>账户结余</nobr>
79
- </th>
80
- <th>
81
- <nobr>客戶类型</nobr>
82
- </th>
83
- <th>
84
- <nobr>客戶地址</nobr>
85
- </th>
86
- <th>
87
- <nobr>客戶电话</nobr>
88
- </th>
89
- <th>
90
- <nobr>团缴户数</nobr>
91
- </th>
92
- <th>
93
- <nobr>欠费金额</nobr>
94
- </th>
95
- <th>
96
- <nobr>操作</nobr>
97
- </th>
98
- </tr>
99
- </template>
100
- <template partial='body'>
101
- <tr>
102
- <td style="text-align:center">
103
- <nobr>{{ $index + 1 }}</nobr>
104
- </td>
105
- <td style="text-align:center">
106
- <nobr>{{ row.f_customer }}</nobr>
107
- </td>
108
- <td style="text-align:center">
109
- <nobr>{{ row.f_user_name }}</nobr>
110
- </td>
111
- <td style="text-align:center">
112
- <nobr>{{ row.f_balance }}</nobr>
113
- </td>
114
- <td style="text-align:center">
115
- <nobr>{{ row.f_user_type }}</nobr>
116
- </td>
117
- <td style="text-align:center">
118
- <nobr>{{ row.f_address }}</nobr>
119
- </td>
120
- <td style="text-align:center">
121
- <nobr>{{ row.f_user_phone }}</nobr>
122
- </td>
123
- <td style="text-align:center" v-if="!$parent.$parent.$parent.chargeToChoose">
124
- <button @click.stop="$parent.$parent.$parent.operate(row)"
125
- class="btn btn-link"><b>{{ row.sumuserfiles }}</b>
126
- </button>
127
- </td>
128
- <td style="text-align:center" v-else>
129
- <nobr>{{ row.sumuserfiles }}</nobr>
130
- </td>
131
- <td style="text-align:center" v-else>
132
- <nobr>{{ row.f_oughtfee_all }}</nobr>
133
- </td>
134
- <td style="text-align:center">
135
- <nobr>
136
- <button type="button" name="button" class="btn btn-link"
137
- @click.stop="$parent.$parent.$parent.print(row)">打印明细
65
+ </criteria>
66
+ <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid v-if="!$parent.oweShow" @dblclick="$parent.showOwe">
67
+ <template partial='head'>
68
+ <tr>
69
+ <th>
70
+ <nobr>序号</nobr>
71
+ </th>
72
+ <th>
73
+ <nobr>客戶编码</nobr>
74
+ </th>
75
+ <th>
76
+ <nobr>客戶名称</nobr>
77
+ </th>
78
+ <th>
79
+ <nobr>账户结余</nobr>
80
+ </th>
81
+ <th>
82
+ <nobr>客戶类型</nobr>
83
+ </th>
84
+ <th>
85
+ <nobr>客戶地址</nobr>
86
+ </th>
87
+ <th>
88
+ <nobr>客戶电话</nobr>
89
+ </th>
90
+ <th>
91
+ <nobr>团缴户数</nobr>
92
+ </th>
93
+ <th>
94
+ <nobr>欠费金额</nobr>
95
+ </th>
96
+ <th>
97
+ <nobr>操作</nobr>
98
+ </th>
99
+ </tr>
100
+ </template>
101
+ <template partial='body'>
102
+ <tr>
103
+ <td style="text-align:center">
104
+ <nobr>{{ $index + 1 }}</nobr>
105
+ </td>
106
+ <td style="text-align:center">
107
+ <nobr>{{ row.f_customer }}</nobr>
108
+ </td>
109
+ <td style="text-align:center">
110
+ <nobr>{{ row.f_user_name }}</nobr>
111
+ </td>
112
+ <td style="text-align:center">
113
+ <nobr>{{ row.f_balance }}</nobr>
114
+ </td>
115
+ <td style="text-align:center">
116
+ <nobr>{{ row.f_user_type }}</nobr>
117
+ </td>
118
+ <td style="text-align:center">
119
+ <nobr>{{ row.f_address }}</nobr>
120
+ </td>
121
+ <td style="text-align:center">
122
+ <nobr>{{ row.f_user_phone }}</nobr>
123
+ </td>
124
+ <td style="text-align:center" v-if="!$parent.$parent.$parent.chargeToChoose">
125
+ <button @click.stop="$parent.$parent.$parent.operate(row)"
126
+ class="btn btn-link"><b>{{ row.sumuserfiles }}</b>
138
127
  </button>
139
- <button type="button" name="button" class="btn btn-link"
140
- @click.stop="$parent.$parent.$parent.export(row)">导出明细
141
- </button>
142
- </nobr>
143
- </td>
144
- </tr>
145
- </template>
146
- <template partial='foot'></template>
147
- </data-grid>
148
- </criteria-paged>
149
- </div>
150
-
151
- <export-excel
152
- :isshow="false" :data="getCondition" :field="getfield" :choose-col="true" v-ref:excel
153
- sqlurl="rs/logic/saleExport" sql-name="batchOweQuery" template-name='团体欠费明细导出'>
154
- </export-excel>
128
+ </td>
129
+ <td style="text-align:center" v-else>
130
+ <nobr>{{ row.sumuserfiles }}</nobr>
131
+ </td>
132
+ <td style="text-align:center" v-else>
133
+ <nobr>{{ row.f_oughtfee_all }}</nobr>
134
+ </td>
135
+ <td style="text-align:center">
136
+ <nobr>
137
+ <button type="button" name="button" class="btn btn-link"
138
+ @click.stop="$parent.$parent.$parent.print(row)">打印明细
139
+ </button>
140
+ <button type="button" name="button" class="btn btn-link"
141
+ @click.stop="$parent.$parent.$parent.export(row)">导出明细
142
+ </button>
143
+ </nobr>
144
+ </td>
145
+ </tr>
146
+ </template>
147
+ <template partial='foot'></template>
148
+ </data-grid>
149
+ </criteria-paged>
150
+ <print-data :sum-field="getfield" :model="printModel" :field="getfield" :printview="true"
151
+ :defaultfield="defaultfield" titletable="团体欠费明细报表" v-ref:printdata>
152
+ </print-data>
153
+ </div>
155
154
 
156
- <print-data :sum-field="getfield" :model="$parent.model" :field="getfield"
157
- :sumone = "false" :defaultfield="$parent.$parent.defaultfield"
158
- titletable="缴费记录报表" :starthead="$parent.$parent.getstart"
159
- :sumsmodel="$parent.$parent.sumsmodel">
160
- </print-data>
155
+ <export-excel
156
+ :isshow="false" :data="getCondition" :field="getfield" :choose-col="true" v-ref:excel
157
+ sqlurl="rs/logic/saleExport" sql-name="batchOweQuery" template-name='团体欠费明细导出'>
158
+ </export-excel>
161
159
 
162
- <owe-record-query v-if="oweShow" :f_civill_id="f_civill_id"></owe-record-query>
160
+ <owe-record-query v-if="oweShow" :f_civill_id="f_civill_id"></owe-record-query>
161
+ </div>
163
162
  </template>
164
163
 
165
164
  <script>
@@ -194,7 +193,9 @@ export default {
194
193
  'overdue': '滞纳金',
195
194
  'f_oughtfee_all': '合计欠费'
196
195
  }
197
- }
196
+ },
197
+ defaultfield: [],
198
+ printModel: new PagedList('rs/sql/batchOweQuery', 20)
198
199
  }
199
200
  },
200
201
  title: '档案查询',
@@ -222,6 +223,12 @@ export default {
222
223
  this.search()
223
224
  },
224
225
  methods: {
226
+ // 打印
227
+ async print (row) {
228
+ let condition = `p.f_civill_id = ${row.id}`
229
+ await this.printModel.search(condition)
230
+ this.$refs.printdata.printData()
231
+ },
225
232
  // 导出
226
233
  export (row) {
227
234
  this.getCondition = {condition: `p.f_civill_id = ${row.id}`}
@@ -265,3 +272,10 @@ export default {
265
272
 
266
273
  }
267
274
  </script>
275
+ <style lang="less">
276
+ #ChargeGroupList {
277
+ .button_export {
278
+ display: none;
279
+ }
280
+ }
281
+ </style>
@@ -2,9 +2,9 @@
2
2
  <div class="binary flex" >
3
3
  <div class="row binary-left flex" style="width:99%;height:98%;margin-bottom:0px">
4
4
  <div class="auto"><user-base-info-new :row="row" @cancel-main="cancel"></user-base-info-new></div>
5
- <saletabbut v-if="row" v-ref:list :active="-1" style="height:72%;margin-top: 1%">
5
+ <saletabbut v-if="row" v-ref:list style="height:72%;margin-top: 1%">
6
6
  <saletab header="流水查询" v-if="permission('流水查询')">
7
- <record-query-user :row="row" v-if="show == '流水查询'" @deal-msg="dealMsg"></record-query-user>
7
+ <record-query-user :row="row"></record-query-user>
8
8
  </saletab>
9
9
  <saletab header="机表流水查询" v-if="permission('机表流水查询')&&row.f_meter_type.includes('机表')">
10
10
  <machine-record-query :row="row" v-if="show == '机表流水查询'" @deal-msg="dealMsg"></machine-record-query>
@@ -290,6 +290,7 @@
290
290
  'f_meternumber': '表号',
291
291
  'f_address': '客户地址',
292
292
  'f_inputtor': '抄表员',
293
+ 'f_meter_book_sort': '册内排序',
293
294
  'f_metertitles': '表箱号',
294
295
  'f_meter_base': '表底数',
295
296
  'f_user_type': '用户类型',
@@ -33,9 +33,9 @@
33
33
  <label id="label" class="font_normal_body">*证件号码</label>
34
34
  <input type="text" v-model="model.f_newidnumber" v-validate:f_newidnumber='{identityCardValid: true}' class="input_search" style="width:80%" placeholder="新身份证号">
35
35
  </div>
36
- <div class="col-sm-8" v-if="model.f_newcredentials[0] !== '身份证'"> <!---->
36
+ <div class="col-sm-8" v-if="model.f_newcredentials[0] !== '身份证'">
37
37
  <label class="font_normal_body">&nbsp;证件号码</label>
38
- <input type="text" v-model="model.f_newidnumber" class="input_search" style="width:80%" placeholder="新身份证号" >
38
+ <input type="text" v-model="model.f_newidnumber" class="input_search" style="width:80%" placeholder="新证件号" >
39
39
  </div>
40
40
  <div class="col-sm-4">
41
41
  <label id="label" for="f_print" class="font_normal_body">&nbsp;打印格式</label>
@@ -46,6 +46,11 @@
46
46
  :options='printstyle'
47
47
  close-on-select clear-button></v-select>
48
48
  </div>
49
+ <div class="col-sm-8">
50
+ <label for="f_contract" class="font_normal_body">*合同编号</label>
51
+ <input type="text" v-model="model.f_contract_id" class="input_search" style="width:80%"
52
+ placeholder="合同编号">
53
+ </div>
49
54
  </div>
50
55
  <div class="row" style="margin-top:10px;">
51
56
  <div class="col-sm-4" :class="[$v.f_transfer_fees.dctest ? 'has-error' : 'has-success']">
@@ -267,6 +272,7 @@
267
272
  f_idnumber: this.model.f_newidnumber ? this.model.f_newidnumber : '',
268
273
  f_user_phone: this.model.f_newuser_phone ? this.model.f_newuser_phone : '',
269
274
  f_rent_phone: this.model.f_newrent_phone ? this.model.f_newrent_phone : '',
275
+ f_contract_id: this.model.f_contract_id ? this.model.f_contract_id : '',
270
276
  f_cost_type: this.model.f_paymenttype[0],
271
277
  version: this.row.userinfo_version,
272
278
  infobank: {