Pārlūkot izejas kodu

调整知识库 公告消息

jinquanwu 6 gadi atpakaļ
vecāks
revīzija
5adc21d5f5

+ 2 - 2
CallCenterWeb.UI/index.html

@@ -175,10 +175,10 @@
175 175
 				position: absolute;
176 176
 				top: 24px;
177 177
 				background-color: #ecfeff;
178
-				width: 310px;
178
+				width: 400px;
179 179
 				z-index: 1000;
180 180
 				border-radius: 0;
181
-				padding: 10px;
181
+				padding: 18px;
182 182
 				border-radius: 2px;
183 183
 				box-shadow: 0 0 3px rgba(86,96,117,.3);
184 184
 				overflow-y: auto;

+ 6 - 32
CallCenterWeb.UI/keHuManager/js/addOrEditCusInfo.js

@@ -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
 		},

+ 2 - 2
CallCenterWeb.UI/zhiShiKu/css/zhishiku.css

@@ -136,8 +136,8 @@
136 136
 .file_imgs li {
137 137
 	float: left;
138 138
 	position: relative;
139
-	width: 109px;
140
-	height: 109px;
139
+	width: 160px;
140
+	height: 130px;
141 141
 	margin-left: 10px;
142 142
 	margin-right: 10px;
143 143
 	margin-bottom: 40px;

+ 1 - 1
CallCenterWeb.UI/zhiShiKu/js/zhiShiKuManger.js

@@ -154,7 +154,7 @@ $('.add').click(function() {
154 154
 		moveType: 1, //拖拽类型 默认的拖拽风格正如你所见到的,会有个过度的透明框。但是如果你不喜欢,你可以设定moveType: 1切换到传统的拖拽模式
155 155
 		moveOut: false, //拖拽到窗口外
156 156
 		//resize: true,//是否允许拉伸
157
-		area: ['70%', '50%'],
157
+		area: ['70%', '80%'],
158 158
 		content: "template/addOrEditKnowledge.html"
159 159
 	});
160 160
 })