|
|
@@ -235,38 +235,12 @@ function saveCustomer() {
|
|
235
|
235
|
F_CustomerId: edit_id, // 否 string id
|
|
236
|
236
|
// F_KeyWords: $('#customer_key').val(), //string 关键词
|
|
237
|
237
|
F_CustomerCode: $('#customer_code').val(), //string 客户编号
|
|
238
|
|
- F_CompanyName: $('#customer_companyname').val(), //string 公司名称
|
|
239
|
|
- F_CompanyAddress: $('#customer_comaddress').val(), //string 公司地址
|
|
240
|
|
- F_LegalName: $('#customer_legalName').val(), //string 法人姓名
|
|
241
|
|
- F_LegalTel: $('#customer_lehalTel').val(), //string 法人电话
|
|
242
|
|
- F_SubTrade: $('#customer_subtrade').val(), // int 所属行业
|
|
243
|
|
- F_TaxCategory: $('#customer_taxCategory').val(), // int 税务类别
|
|
244
|
|
- F_TaxPointDes: $('#customer_taxPointDes').val(), //string 税点描述
|
|
245
|
|
- F_InvoiceRange: $('#customer_invoiceRange').val(), //string 开票范围
|
|
246
|
|
- F_Layer: $('#customer_layer').val(), // int 客户信誉等级
|
|
247
|
|
- F_BeDept: $('#customer_bedept').attr('data-id'), // int 客户归属部门
|
|
248
|
|
- F_BeRelatedAcc: $('#customer_berelatedAcc').val(), //string 客户归属涉税会计
|
|
249
|
|
- F_BeAuditAcc: $('#customer_beauditAcc').val(), //string 客户归属审核会计
|
|
250
|
|
- F_BeMakeAcc: $('#customer_bemakeAcc').val(), //string 客户归属做账会计
|
|
251
|
|
- ContactList: contactLists, //List联系人列表
|
|
252
|
|
- F_RegisteredAddress: $('#customer_RegisteredAddress').val(), // string 注册地址
|
|
253
|
|
- F_LegalIDCards: $('#customer_LegalIDCards').val(), // string 法人身份证
|
|
254
|
|
- F_Qualification: $('#customer_Qualification').val(), // string 企业资质荣誉
|
|
255
|
|
- F_FinancialManager: $('#customer_FinancialManager').val(), // string 客户公司财务负责人
|
|
256
|
|
- F_BusinessOwner: $('#customer_BusinessOwner').val(), // string 客户归属业务负责人
|
|
257
|
|
- F_Remark1: $('#customer_Remark1').val(), // string 备注1(输入框即可)
|
|
258
|
|
- F_Remark2: $('#customer_Remark2').val(), // string 备注2(输入框即可)
|
|
259
|
|
- F_Remark3: $('#customer_Remark3').val(), // string 备注3(输入框即可)
|
|
260
|
|
-
|
|
261
|
|
- F_CusService: $('#customer_service').val(), // string 客服
|
|
262
|
|
- F_HandoverDate: $('#customer_handoverDate').val(), // string 交接日期
|
|
263
|
|
- F_ISBankSlips: $('#customer_isbankSlips').find('input[type="radio"]:checked').val(), // string 是否需要去银行拿回单(一般纳税人)
|
|
264
|
|
- F_Address: $('#customer_address').val(), // string 联系地址
|
|
265
|
|
- F_Address1: $('#customer_address1').val(), // string 联系地址1
|
|
266
|
|
- F_Address2: $('#customer_address2').val(), // string 联系地址2
|
|
267
|
|
- F_Address3: $('#customer_address3').val(), // string 联系地址3
|
|
268
|
|
- F_Address4: $('#customer_address4').val(), // string 联系地址4
|
|
269
|
|
- F_FeeExpires: $('#customer_feeExpires').val(), // datetime 代理费到期日期
|
|
|
238
|
+ F_CompanyName: $('#customer_companyname').val(), //string 名称
|
|
|
239
|
+ F_CompanyAddress: $('#customer_address').val(), //string 地址
|
|
|
240
|
+ F_LegalName: $('#customer_legalName').val(), //string 姓名
|
|
|
241
|
+ F_LegalTel: $('#customer_lehalTel').val(), //string 电话
|
|
|
242
|
+
|
|
|
243
|
+
|
|
270
|
244
|
|
|
271
|
245
|
token: $.cookie("token")
|
|
272
|
246
|
},
|