manage-client 4.0.12 → 4.0.13
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
CHANGED
|
@@ -302,11 +302,14 @@ export default {
|
|
|
302
302
|
}, chargeexportConfig: {
|
|
303
303
|
'f_userinfo_code': '客户编号',
|
|
304
304
|
'f_user_name': '客户名称',
|
|
305
|
+
'f_address': '客户地址',
|
|
305
306
|
'f_pregas': '气量',
|
|
306
307
|
'f_collection': '收款',
|
|
307
|
-
'
|
|
308
|
-
'
|
|
309
|
-
'
|
|
308
|
+
'f_payment': '付款方式',
|
|
309
|
+
'f_operate_date': '收费日期',
|
|
310
|
+
'f_operator': '操作员',
|
|
311
|
+
'f_depname': '部门',
|
|
312
|
+
'f_stair1price': '一阶单价'
|
|
310
313
|
}, loginQueryexportConfig: {
|
|
311
314
|
'f_userinfo_id': '登录人编号',
|
|
312
315
|
'f_user_name': '登录人名称',
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
<div class="col-sm-2 form-group">
|
|
113
113
|
<label for="startDate" class="font_normal_body">建档日期</label>
|
|
114
114
|
<datepicker placeholder="建档日期小于等于" style="width:60%"
|
|
115
|
-
v-model="model.
|
|
116
|
-
:value.sync="model.
|
|
115
|
+
v-model="model.f_createfile_date_end"
|
|
116
|
+
:value.sync="model.f_createfile_date_end"
|
|
117
117
|
:format="'yyyy-MM-dd'"
|
|
118
118
|
:show-reset-button="true"
|
|
119
119
|
condition="f_createfile_date <= '{} 23:59:59'">
|