apply-clients 3.3.61 → 3.3.62
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/build/dev-server.js
CHANGED
|
@@ -9,11 +9,11 @@ var compiler = webpack(config)
|
|
|
9
9
|
// var ldap = 'http://121.36.79.201:8400'
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
11
|
// var ldap = 'http://192.168.50.4:8400'
|
|
12
|
-
var ldap = 'http://192.168.20.
|
|
12
|
+
var ldap = 'http://192.168.20.25:8400'
|
|
13
13
|
// var ldap = 'http://192.168.20.27:8400'
|
|
14
14
|
// var ldap = 'http://61.163.127.69:8555'
|
|
15
15
|
// var applyinstall = 'http://192.168.20.27:8400'
|
|
16
|
-
var applyinstall = 'http://192.168.20.
|
|
16
|
+
var applyinstall = 'http://192.168.20.25:8400'
|
|
17
17
|
// var applyinstall = 'http://61.163.127.69:8555'
|
|
18
18
|
|
|
19
19
|
var proxyTable = {
|
package/package.json
CHANGED
|
@@ -149,6 +149,7 @@
|
|
|
149
149
|
<th style="white-space: nowrap;">办理环节</th>
|
|
150
150
|
<th style="white-space: nowrap;">流程状态</th>
|
|
151
151
|
<th style="white-space: nowrap;">报建日期</th>
|
|
152
|
+
<th style="white-space: nowrap;">安装项目</th>
|
|
152
153
|
<th style="white-space: nowrap;">施工单位</th>
|
|
153
154
|
<th style="white-space: nowrap;">施工时间</th>
|
|
154
155
|
</tr>
|
|
@@ -188,6 +189,9 @@
|
|
|
188
189
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
189
190
|
<nobr>{{row.f_apply_date}}</nobr>
|
|
190
191
|
</td>
|
|
192
|
+
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
193
|
+
<nobr>{{row.f_install_project}}</nobr>
|
|
194
|
+
</td>
|
|
191
195
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
192
196
|
<nobr>{{row.f_construction_unit}}</nobr>
|
|
193
197
|
</td>
|
|
@@ -241,6 +245,7 @@
|
|
|
241
245
|
'f_apply_remarks': '备注',
|
|
242
246
|
'f_payment_remarks': '缴费备注',
|
|
243
247
|
'f_operator': '发起人',
|
|
248
|
+
'f_install_project': '安装项目',
|
|
244
249
|
'f_construction_unit': '施工单位',
|
|
245
250
|
'f_construction_date': '施工时间'
|
|
246
251
|
}
|