Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
fad740e8
"git@ustchcs.com:wwwanlingxiao/mall.git" did not exist on "61a67c9aa9654578f5ef4eaccb43bc683b3eefea"
Commit
fad740e8
authored
Apr 03, 2019
by
qiankunpingtai
Browse files
修改一下网站的地址,由ip修改为域名
parent
ced7d9b2
Changes
22
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/organization.html
View file @
fad740e8
...
@@ -281,7 +281,7 @@
...
@@ -281,7 +281,7 @@
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* create time: 2019/3/21 14:56
* create time: 2019/3/21 14:56
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 提交时需要对表格内容进行校验,校验通过后提交后台处理
* 提交时需要对表格内容进行校验,校验通过后提交后台处理
*/
*/
...
...
erp_web/pages/manage/serialNumber.html
View file @
fad740e8
...
@@ -203,7 +203,7 @@
...
@@ -203,7 +203,7 @@
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* create time: 2019/3/21 11:23
* create time: 2019/3/21 11:23
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 对于每次拼接字符串作为参数传递
* 对于每次拼接字符串作为参数传递
* 再对字符串分解获取数据的方式,个人感觉效率不是很高,实现也不优雅
* 再对字符串分解获取数据的方式,个人感觉效率不是很高,实现也不优雅
...
...
src/main/java/com/jsh/erp/controller/AccountController.java
View file @
fad740e8
...
@@ -142,7 +142,7 @@ public class AccountController {
...
@@ -142,7 +142,7 @@ public class AccountController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除账户信息
* 批量删除账户信息
* create time: 2019/3/29 10:49
* create time: 2019/3/29 10:49
...
...
src/main/java/com/jsh/erp/controller/AccountHeadController.java
View file @
fad740e8
...
@@ -150,7 +150,7 @@ public class AccountHeadController {
...
@@ -150,7 +150,7 @@ public class AccountHeadController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除账户信息
* 批量删除账户信息
* create time: 2019/3/29 10:49
* create time: 2019/3/29 10:49
...
...
src/main/java/com/jsh/erp/controller/AccountItemController.java
View file @
fad740e8
...
@@ -108,7 +108,7 @@ public class AccountItemController {
...
@@ -108,7 +108,7 @@ public class AccountItemController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除财务明细信息
* 批量删除财务明细信息
* create time: 2019/3/29 10:56
* create time: 2019/3/29 10:56
...
...
src/main/java/com/jsh/erp/controller/AppController.java
View file @
fad740e8
...
@@ -257,7 +257,7 @@ public class AppController {
...
@@ -257,7 +257,7 @@ public class AppController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除应用信息
* 批量删除应用信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/DepotController.java
View file @
fad740e8
...
@@ -177,7 +177,7 @@ public class DepotController {
...
@@ -177,7 +177,7 @@ public class DepotController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除仓库信息
* 批量删除仓库信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/DepotItemController.java
View file @
fad740e8
...
@@ -786,7 +786,7 @@ public class DepotItemController {
...
@@ -786,7 +786,7 @@ public class DepotItemController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除单据明细信息
* 批量删除单据明细信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/FunctionsController.java
View file @
fad740e8
...
@@ -307,7 +307,7 @@ public class FunctionsController {
...
@@ -307,7 +307,7 @@ public class FunctionsController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除功能模块信息
* 批量删除功能模块信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/InOutItemController.java
View file @
fad740e8
...
@@ -58,7 +58,7 @@ public class InOutItemController {
...
@@ -58,7 +58,7 @@ public class InOutItemController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除收支项目信息
* 批量删除收支项目信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/MaterialController.java
View file @
fad740e8
...
@@ -345,7 +345,7 @@ public class MaterialController {
...
@@ -345,7 +345,7 @@ public class MaterialController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除商品信息
* 批量删除商品信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/MaterialPropertyController.java
View file @
fad740e8
...
@@ -27,7 +27,7 @@ public class MaterialPropertyController {
...
@@ -27,7 +27,7 @@ public class MaterialPropertyController {
private
MaterialPropertyService
materialPropertyService
;
private
MaterialPropertyService
materialPropertyService
;
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除商品扩展信息
* 批量删除商品扩展信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/PersonController.java
View file @
fad740e8
...
@@ -125,7 +125,7 @@ public class PersonController {
...
@@ -125,7 +125,7 @@ public class PersonController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除经手人信息
* 批量删除经手人信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/RoleController.java
View file @
fad740e8
...
@@ -82,7 +82,7 @@ public class RoleController {
...
@@ -82,7 +82,7 @@ public class RoleController {
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 逻辑删除角色信息
* 逻辑删除角色信息
* create time: 2019/3/28 15:39
* create time: 2019/3/28 15:39
...
...
src/main/java/com/jsh/erp/controller/SerialNumberController.java
View file @
fad740e8
...
@@ -109,7 +109,7 @@ public class SerialNumberController {
...
@@ -109,7 +109,7 @@ public class SerialNumberController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 逻辑删除序列号信息
* 逻辑删除序列号信息
* create time: 2019/3/27 17:43
* create time: 2019/3/27 17:43
...
...
src/main/java/com/jsh/erp/controller/SupplierController.java
View file @
fad740e8
...
@@ -444,7 +444,7 @@ public class SupplierController {
...
@@ -444,7 +444,7 @@ public class SupplierController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除供应商信息
* 批量删除供应商信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/SystemConfigController.java
View file @
fad740e8
...
@@ -26,7 +26,7 @@ public class SystemConfigController {
...
@@ -26,7 +26,7 @@ public class SystemConfigController {
private
SystemConfigService
systemConfigService
;
private
SystemConfigService
systemConfigService
;
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除系统配置信息
* 批量删除系统配置信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/UnitController.java
View file @
fad740e8
...
@@ -26,7 +26,7 @@ public class UnitController {
...
@@ -26,7 +26,7 @@ public class UnitController {
private
UnitService
unitService
;
private
UnitService
unitService
;
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除系统配置信息
* 批量删除系统配置信息
* create time: 2019/3/29 11:15
* create time: 2019/3/29 11:15
...
...
src/main/java/com/jsh/erp/controller/UserBusinessController.java
View file @
fad740e8
...
@@ -93,7 +93,7 @@ public class UserBusinessController {
...
@@ -93,7 +93,7 @@ public class UserBusinessController {
}
}
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 批量删除用户角色模块关系信息
* 批量删除用户角色模块关系信息
* create time: 2019/3/28 15:47
* create time: 2019/3/28 15:47
...
...
src/main/java/com/jsh/erp/service/depotItem/DepotItemService.java
View file @
fad740e8
...
@@ -479,7 +479,7 @@ public class DepotItemService {
...
@@ -479,7 +479,7 @@ public class DepotItemService {
/**
/**
* create by: qiankunpingtai
* create by: qiankunpingtai
* create time: 2019/3/25 15:18
* create time: 2019/3/25 15:18
* website:http://
39.105.146.63/symphony/
* website:http
s
://
qiankunpingtai.cn
* description:
* description:
* 修改了商品类型时,库中的商品和页面传递的不同
* 修改了商品类型时,库中的商品和页面传递的不同
* 这里需要重新获取页面传递的商品信息
* 这里需要重新获取页面传递的商品信息
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment