manage-client-xy 3.2.25 → 3.2.26
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
|
@@ -147,7 +147,7 @@ export default {
|
|
|
147
147
|
|
|
148
148
|
otherchargeConfig: {
|
|
149
149
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
150
|
-
'f_collection': '收款', 'f_payment': '付款方式', 'f_state': '状态',
|
|
150
|
+
'f_collection': '收款', 'f_payment': '付款方式', 'f_state': '状态','f_serial_id': '订单号',
|
|
151
151
|
'f_operate_date': '收费日期', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
152
152
|
},
|
|
153
153
|
|