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.
- package/.gradle/{6.1.1 → 5.5}/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{5.2.1 → 5.5}/fileChanges/last-build.bin +0 -0
- package/.gradle/5.5/fileContent/fileContent.lock +0 -0
- package/.gradle/{6.1.1 → 5.5}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{5.2.1 → 5.5}/gc.properties +0 -0
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/build/dev-server.js +2 -2
- package/build/libs/SaleClient-3.1.1-11.jar +0 -0
- package/build/tmp/jar/MANIFEST.MF +2 -0
- package/package.json +2 -2
- package/src/components/chargeBatch/ChargeGroupList.vue +165 -151
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +2 -2
- package/src/components/revenue/HandManager/MeterBookUser.vue +1 -0
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +8 -2
- package/src/components/revenue/comprehen/Message/MessageList.vue +499 -480
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +150 -0
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +285 -269
- package/src/components/webMeter/meterinfo/NewMeterList.vue +32 -32
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
- package/src/components/webMeter/webInfo/WebMeterList.vue +60 -20
- package/src/filiale/macheng/UserBaseInfoNew.vue +346 -346
- package/src/filiale/macheng/sale.js +42 -42
- package/src/filiale/rongcheng/FilesManageNew/UserGeneralInfoTest.vue +1 -1
- package/src/filiale/tongchuan/Message/AllUser.vue +569 -0
- package/src/filiale/tongchuan/Message/MessageManage.vue +137 -0
- package/src/filiale/tongchuan/sale.js +102 -97
- package/src/filiale/wuhai/MeterinfoTest.vue +1 -2
- package/src/filiale/wuhai/TransferManage.vue +403 -0
- package/src/filiale/wuhai/UserEssentialInfoTest.vue +320 -0
- package/src/filiale/wuhai/sale.js +5 -1
- package/src/main.js +1 -1
- package/src/plugins/LogicService.js +477 -474
- package/src/sale.js +2 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/gc.properties +0 -0
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Mon Jan
|
|
2
|
-
gradle.version=
|
|
1
|
+
#Mon Jan 10 21:02:00 CST 2022
|
|
2
|
+
gradle.version=5.5
|
|
Binary file
|
|
Binary file
|
package/build/dev-server.js
CHANGED
|
@@ -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://
|
|
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://
|
|
98
|
+
target: 'http://127.0.0.1:8082'
|
|
99
99
|
// target:fuwu
|
|
100
100
|
}
|
|
101
101
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "3.4.
|
|
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
|
|
3
|
-
<
|
|
4
|
-
<criteria
|
|
5
|
-
<
|
|
6
|
-
<div class="
|
|
7
|
-
<div
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<
|
|
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
|
-
|
|
42
|
-
|
|
43
|
-
<
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<
|
|
48
|
-
|
|
49
|
-
|
|
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
|
|
52
|
-
<
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
-
</
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
</
|
|
98
|
-
</
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
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
|
-
|
|
140
|
-
|
|
141
|
-
</
|
|
142
|
-
</
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
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
|
-
|
|
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
|
|
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"
|
|
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>
|
package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue
CHANGED
|
@@ -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"> 证件号码</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"> 打印格式</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: {
|