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
0e0fe9a2
Commit
0e0fe9a2
authored
Dec 04, 2019
by
季圣华
Browse files
优化单据的js,去除多余的变量
parent
71fe18f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
0e0fe9a2
...
@@ -3,15 +3,8 @@
...
@@ -3,15 +3,8 @@
var kid = sessionStorage.getItem("userId");
var kid = sessionStorage.getItem("userId");
var pageType = getUrlParam('t'); //获取页面类型传值
var pageType = getUrlParam('t'); //获取页面类型传值
var depotList = null;
var depotList = null;
var depotID = null;
var supplierList = null;
var supplierID = null;
var personList = null;
var ProjectSearch=null;
var userBusinessList=null;
var userBusinessList=null;
var userdepot=null;
var userdepot=null;
var depotHeadMaxId=null; //获取最大的Id
var accepId=null; //保存的主表id
var url;
var url;
var depotHeadID = 0;
var depotHeadID = 0;
var preTotalPrice = 0; //前一次加载的金额
var preTotalPrice = 0; //前一次加载的金额
...
...
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