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
d1063123
Commit
d1063123
authored
Aug 24, 2019
by
季圣华
Browse files
在单据界面 增加新增账户的按钮
parent
d82cd28e
Changes
3
Hide whitespace changes
Inline
Side-by-side
erp_web/css/in_out.css
View file @
d1063123
...
...
@@ -100,8 +100,22 @@
width
:
135px
;
}
#depotHeadDlg
.a
dd-org-btn
{
#depotHeadDlg
.a
ccount-list
{
float
:
left
;
width
:
30px
;
width
:
112px
;
}
#depotHeadDlg
.add-org-btn
,
#depotHeadDlg
.add-account-btn
{
float
:
left
;
width
:
20px
;
padding
:
2px
;
}
#depotHeadDlg
.other-money-list
{
float
:
left
;
width
:
122px
;
}
#depotHeadDlg
.other-money-ico
{
padding-left
:
5px
;
}
\ No newline at end of file
erp_web/js/pages/materials/in_out.js
View file @
d1063123
...
...
@@ -1481,6 +1481,9 @@
});
$
(
"
#addCustomer
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
supplierDlgFun
(
"
客户
"
);
});
$
(
"
#addAccount
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
alert
(
"
增加结算账户
"
);
});
url
=
'
/depotHead/addDepotHeadAndDetail
'
;
...
...
erp_web/pages/materials/purchase_in_list.html
View file @
d1063123
...
...
@@ -125,7 +125,13 @@
<tr>
<td>
结算账户:
</td>
<td
style=
"padding:5px"
>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
<div
class=
"account-list"
>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
</div>
<div
class=
"add-account-btn"
>
<img
id=
"addAccount"
src=
"/js/easyui-1.3.5/themes/icons/edit_add.png"
style=
"cursor: pointer;"
alt=
"增加结算账户"
title=
"增加结算账户"
/>
</div>
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
style=
"display: none;"
/>
</td>
...
...
@@ -135,7 +141,9 @@
</td>
<td>
采购费用:
</td>
<td
style=
"padding:5px"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
<div
class=
"other-money-list"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
</div>
<img
class=
"other-money-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
/>
</td>
<td></td>
...
...
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