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
48b76a55
Commit
48b76a55
authored
May 08, 2019
by
qiankunpingtai
Browse files
修改收预付款和转账单,去掉多余的js
parent
0450352b
Changes
2
Show whitespace changes
Inline
Side-by-side
erp_web/js/pages/financial/advance_in.js
View file @
48b76a55
...
...
@@ -5,10 +5,7 @@ var moneyType = false; //显示当前列
var
payTypeTitle
=
"
无标题
"
;
var
inOrOut
=
""
;
var
amountNum
=
"
SYF
"
;
var
supUrl
=
"
/supplier/findBySelect_sup
"
;
//供应商接口
var
cusUrl
=
"
/supplier/findBySelect_cus
"
;
//客户接口
var
retailUrl
=
"
/supplier/findBySelect_retail
"
;
//散户接口
var
organUrl
=
retailUrl
;
var
organUrl
=
"
/supplier/findBySelect_retail
"
;
//散户接口
var
listTitle
=
'
收预付款列表
'
;
$
(
function
(){
initSystemData_person
();
//经手人数据
...
...
erp_web/js/pages/financial/giro.js
View file @
48b76a55
//初始化界面
var
supUrl
=
"
/supplier/findBySelect_sup
"
;
//供应商接口
var
retailUrl
=
"
/supplier/findBySelect_retail
"
;
//散户接口
var
listTitle
=
"
转账单列表
"
;
var
listType
=
"
转账
"
;
var
itemType
=
true
;
//隐藏当前列
...
...
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