manage-client 3.3.53 → 3.3.55
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/sale/businessquery/ChargeQuery.vue +30 -35
- package/src/components/sale/businessquery/WebMeterMonthGasQuery.vue +581 -0
- package/src/filiale/qianneng/QnAqzzYsmx.vue +28 -0
- package/src/filiale/qianneng/exportConfig.js +1 -1
- package/src/filiale/shiquan/RecordInfoQuery.vue +1447 -0
- package/src/filiale/shiquan/config/DefaultPrint.js +6 -0
- package/src/filiale/shiquan/config/exportConfig.js +2276 -0
- package/src/filiale/shiquan/config/tableConfig.js +54 -0
- package/src/filiale/shiquan/sale.js +9 -0
- package/src/filiale/zhongsheng/ChargeQuery.vue +32 -55
- package/src/saleManage.js +5 -2
- package/src/webmeterManage.js +1 -1
|
@@ -133,6 +133,20 @@
|
|
|
133
133
|
<th>
|
|
134
134
|
<nobr>地址</nobr>
|
|
135
135
|
</th>
|
|
136
|
+
|
|
137
|
+
<th>
|
|
138
|
+
<nobr>奥枫个性化金额</nobr>
|
|
139
|
+
</th>
|
|
140
|
+
<th>
|
|
141
|
+
<nobr>奥枫补贴项金额</nobr>
|
|
142
|
+
</th>
|
|
143
|
+
<th>
|
|
144
|
+
<nobr>宜达个性化金额</nobr>
|
|
145
|
+
</th>
|
|
146
|
+
<th>
|
|
147
|
+
<nobr>宜达补贴项金额</nobr>
|
|
148
|
+
</th>
|
|
149
|
+
|
|
136
150
|
<th>
|
|
137
151
|
<nobr>与收费比对结果</nobr>
|
|
138
152
|
</th>
|
|
@@ -163,6 +177,20 @@
|
|
|
163
177
|
<td style="text-align: center;">
|
|
164
178
|
<nobr>{{row.textfield_li9rszuo}}</nobr>
|
|
165
179
|
</td>
|
|
180
|
+
|
|
181
|
+
<td style="text-align: center;">
|
|
182
|
+
<nobr>{{row.afgxhje}}</nobr>
|
|
183
|
+
</td>
|
|
184
|
+
<td style="text-align: center;">
|
|
185
|
+
<nobr>{{row.afbtxjec}}</nobr>
|
|
186
|
+
</td>
|
|
187
|
+
<td style="text-align: center;">
|
|
188
|
+
<nobr>{{row.afbtxje}}</nobr>
|
|
189
|
+
</td>
|
|
190
|
+
<td style="text-align: center;">
|
|
191
|
+
<nobr>{{row.ydbtxje}}</nobr>
|
|
192
|
+
</td>
|
|
193
|
+
|
|
166
194
|
<td style="text-align: center;">
|
|
167
195
|
<nobr>{{row.matchedaofeng}}</nobr>
|
|
168
196
|
</td>
|
|
@@ -223,7 +223,7 @@ export default{
|
|
|
223
223
|
qnAqzzYsmx:{
|
|
224
224
|
'title':'标题','createtimegmt':'发起时间','originator':'发起人','modifiedtimegmt':'验收时间','modifyuser':'验收人',
|
|
225
225
|
'textfield_li9rszui':'用户编号','textfield_li9rszuj':'用户姓名',
|
|
226
|
-
'textfield_li9rszuo':'地址','matchedaofeng':'与收费比对结果'
|
|
226
|
+
'textfield_li9rszuo':'地址','afgxhje':'奥枫个性化金额','afbtxje':'奥枫补贴项金额','ydgxhje':'宜达个性化金额','ydbtxje':'宜达补贴项金额','matchedaofeng':'与收费比对结果'
|
|
227
227
|
},
|
|
228
228
|
}
|
|
229
229
|
|