diff --git a/erp_web/js/pages/financial/financial_base.js b/erp_web/js/pages/financial/financial_base.js
index 88d6eeb3..11236741 100644
--- a/erp_web/js/pages/financial/financial_base.js
+++ b/erp_web/js/pages/financial/financial_base.js
@@ -611,7 +611,6 @@
//增加
function addAccountHead(){
- $("#clientIp").val(clientIp);
$('#accountHeadFM').form('clear');
var thisDateTime = getNowFormatDateTime(); //当前时间
$("#BillTime").val(thisDateTime);
@@ -643,7 +642,6 @@
//编辑信息
function editAccountHead(accountHeadTotalInfo){
var accountHeadInfo = accountHeadTotalInfo.split("AaBb");
- $("#clientIp").val(clientIp);
$("#BillNo").val(accountHeadInfo[1]);
$("#BillTime").val(accountHeadInfo[2]);
$("#Remark").val(accountHeadInfo[3]);
diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js
index a92bf39b..98feb6ea 100644
--- a/erp_web/js/pages/materials/in_out.js
+++ b/erp_web/js/pages/materials/in_out.js
@@ -1523,7 +1523,6 @@
//新增信息
function addDepotHead(){
- $("#clientIp").val(clientIp);
$('#depotHeadFM').form('clear');
var thisDateTime = getNowFormatDateTime(); //当前时间
$("#OperTime").val(thisDateTime);
@@ -1625,7 +1624,6 @@
return;
}
var depotHeadInfo = depotHeadTotalInfo.split("AaBb");
- $("#clientIp").val(clientIp);
if(listSubType==="礼品销售"){
$("#GiftId").combobox('setValue',depotHeadInfo[1]);
}
diff --git a/erp_web/pages/financial/advance_in.html b/erp_web/pages/financial/advance_in.html
index 22bc7a3b..ef6ddd2a 100644
--- a/erp_web/pages/financial/advance_in.html
+++ b/erp_web/pages/financial/advance_in.html
@@ -97,7 +97,6 @@
-
diff --git a/erp_web/pages/manage/functions.html b/erp_web/pages/manage/functions.html
index e073f307..9eabea9c 100644
--- a/erp_web/pages/manage/functions.html
+++ b/erp_web/pages/manage/functions.html
@@ -105,7 +105,6 @@
-
diff --git a/erp_web/pages/materials/assemble_list.html b/erp_web/pages/materials/assemble_list.html
index 0d64b43b..cab5c0ce 100644
--- a/erp_web/pages/materials/assemble_list.html
+++ b/erp_web/pages/materials/assemble_list.html
@@ -16,11 +16,6 @@
-
diff --git a/erp_web/pages/materials/gift_out_list.html b/erp_web/pages/materials/gift_out_list.html
index 1040f3e8..2d577861 100644
--- a/erp_web/pages/materials/gift_out_list.html
+++ b/erp_web/pages/materials/gift_out_list.html
@@ -91,7 +91,6 @@
-
diff --git a/erp_web/pages/materials/other_in_list.html b/erp_web/pages/materials/other_in_list.html
index 8dd2e184..576faae5 100644
--- a/erp_web/pages/materials/other_in_list.html
+++ b/erp_web/pages/materials/other_in_list.html
@@ -100,7 +100,6 @@
-
diff --git a/erp_web/pages/materials/other_out_list.html b/erp_web/pages/materials/other_out_list.html
index 91f1df40..0b317566 100644
--- a/erp_web/pages/materials/other_out_list.html
+++ b/erp_web/pages/materials/other_out_list.html
@@ -94,7 +94,6 @@
-
diff --git a/erp_web/pages/materials/sale_back_list.html b/erp_web/pages/materials/sale_back_list.html
index 58a65cb9..a8966a9b 100644
--- a/erp_web/pages/materials/sale_back_list.html
+++ b/erp_web/pages/materials/sale_back_list.html
@@ -136,7 +136,6 @@
|
-
diff --git a/erp_web/pages/materials/sale_out_list.html b/erp_web/pages/materials/sale_out_list.html
index 77e35d4d..c291222c 100644
--- a/erp_web/pages/materials/sale_out_list.html
+++ b/erp_web/pages/materials/sale_out_list.html
@@ -138,7 +138,6 @@
|
-