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
91568461
Commit
91568461
authored
Apr 08, 2020
by
季圣华
Browse files
优化单据页面的部分细节
parent
20ec1a01
Changes
11
Hide whitespace changes
Inline
Side-by-side
erp_web/css/in_out.css
View file @
91568461
...
...
@@ -131,4 +131,16 @@
height
:
30px
;
border
:
1px
solid
#95B8E7
;
border-radius
:
5px
;
}
#depotHeadAccountDlg
.radius-ui
{
height
:
30px
;
border
:
1px
solid
#95B8E7
;
border-radius
:
5px
;
}
#otherMoneyDlg
.radius-ui
{
height
:
30px
;
border
:
1px
solid
#95B8E7
;
border-radius
:
5px
;
}
\ No newline at end of file
erp_web/js/pages/materials/add_temp.js
View file @
91568461
$
.
get
(
"
../../pages/template/base.html?789
0
"
,
function
(
tem
)
{
$
.
get
(
"
../../pages/template/base.html?789
1
"
,
function
(
tem
)
{
if
(
tem
)
{
var
template
=
Handlebars
.
compile
(
tem
);
/**
...
...
@@ -13,23 +13,30 @@ $.get("../../pages/template/base.html?7890", function(tem) {
collapsible
:
false
,
closable
:
true
});
$
(
"
#supplierDlg #supplier
"
).
valida
tebox
({
$
(
"
#supplierDlg #supplier
"
).
te
xt
box
({
required
:
true
,
validType
:
'
length[2,30]
'
});
$
(
"
#supplierDlg #email
"
).
valida
tebox
({
$
(
"
#supplierDlg #email
"
).
te
xt
box
({
validType
:
'
email
'
});
$
(
"
#BeginNeedGet,#BeginNeedPay,#AllNeedGet,#AllNeedPay
"
).
numberbox
({
min
:
0
,
precision
:
2
});
$
(
"
#taxRate
"
).
textbox
({
validType
:
'
length[1,2]
'
});
$
(
"
#saveSupplier
"
).
linkbutton
({
iconCls
:
'
icon-ok
'
});
$
(
"
#cancelSupplier
"
).
linkbutton
({
iconCls
:
'
icon-cancel
'
});
$
(
"
#contacts,#telephone,#email,#phonenum,#fax,#taxNum,#bankName,#accountNumber,#address
"
).
textbox
();
$
(
"
#description
"
).
textbox
({
multiline
:
true
});
/**
* 加载仓库
...
...
@@ -43,7 +50,7 @@ $.get("../../pages/template/base.html?7890", function(tem) {
collapsible
:
false
,
closable
:
true
});
$
(
"
#depotDlg #name,#depotDlg #address
"
).
valida
tebox
({
$
(
"
#depotDlg #name,#depotDlg #address
"
).
te
xt
box
({
required
:
true
,
validType
:
'
length[2,30]
'
});
...
...
@@ -57,6 +64,10 @@ $.get("../../pages/template/base.html?7890", function(tem) {
$
(
"
#cancelDepot
"
).
linkbutton
({
iconCls
:
'
icon-cancel
'
});
$
(
"
#sort
"
).
textbox
();
$
(
"
#depotDlg #remark
"
).
textbox
({
multiline
:
true
});
/**
* 加载账户
...
...
@@ -70,7 +81,7 @@ $.get("../../pages/template/base.html?7890", function(tem) {
collapsible
:
false
,
closable
:
true
});
$
(
"
#accountDlg #name,#accountDlg #serialNo
"
).
valida
tebox
({
$
(
"
#accountDlg #name,#accountDlg #serialNo
"
).
te
xt
box
({
required
:
true
,
validType
:
'
length[2,30]
'
});
...
...
erp_web/pages/manage/customer.html
View file @
91568461
...
...
@@ -58,89 +58,89 @@
<table>
<tr>
<td
style=
"width: 80px;height: 20px"
>
名称
</td>
<td
style=
"width: 180px;padding:
1
px"
>
<td
style=
"width: 180px;padding:
5
px"
>
<input
name=
"supplier"
id=
"supplier"
class=
"easyui-textbox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 160px;"
/>
</td>
<td
style=
"width: 60px;height: 20px"
>
联系人
</td>
<td
style=
"width:180px;padding:
1
px;"
>
<td
style=
"width:180px;padding:
5
px;"
>
<input
name=
"contacts"
id=
"contacts"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
手机号码
</td>
<td
style=
"padding:
1
px;"
>
<td
style=
"padding:
5
px;"
>
<input
name=
"telephone"
id=
"telephone"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
电子邮箱
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"email"
id=
"email"
class=
"easyui-textbox"
validType=
"email"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
联系电话
</td>
<td
style=
"padding:
1
px;"
>
<td
style=
"padding:
5
px;"
>
<input
name=
"phonenum"
id=
"phonenum"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
传真
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"fax"
id=
"fax"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
期初应收
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedGet"
id=
"BeginNeedGet"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;"
/>
</td>
<td>
期初应付
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedPay"
id=
"BeginNeedPay"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
累计应收
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedGet"
id=
"AllNeedGet"
type=
"text"
class=
"easyui-textbox"
style=
"width: 160px;"
readonly=
"readonly"
/>
</td>
<td>
累计应付
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedPay"
id=
"AllNeedPay"
type=
"text"
class=
"easyui-textbox"
style=
"width: 160px;"
readonly=
"readonly"
/>
</td>
</tr>
<tr>
<td>
纳税人识别号
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"taxNum"
id=
"taxNum"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
税率(%)
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"taxRate"
id=
"taxRate"
class=
"easyui-numberbox"
data-options=
"validType:'length[1,2]'"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
开户行
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"bankName"
id=
"bankName"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
账号
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"accountNumber"
id=
"accountNumber"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
地址
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-textbox"
style=
"width: 40
8
px;"
/>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-textbox"
style=
"width: 40
1
px;"
/>
</td>
</tr>
<tr>
<td>
备注
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<input
name=
"description"
id=
"description"
class=
"easyui-textbox"
data-options=
"multiline:true"
style=
"width: 40
8
px;height: 40px;"
/>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<input
name=
"description"
id=
"description"
class=
"easyui-textbox"
data-options=
"multiline:true"
style=
"width: 40
1
px;height: 40px;"
/>
</td>
</tr>
</table>
...
...
erp_web/pages/manage/member.html
View file @
91568461
...
...
@@ -58,89 +58,89 @@
<table>
<tr>
<td
style=
"width: 80px;height: 20px"
>
名称
</td>
<td
style=
"width: 180px;padding:
1
px"
>
<td
style=
"width: 180px;padding:
5
px"
>
<input
name=
"supplier"
id=
"supplier"
class=
"easyui-textbox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 160px;"
/>
</td>
<td
style=
"width: 60px;height: 20px"
>
联系人
</td>
<td
style=
"width:180px;padding:
1
px;"
>
<td
style=
"width:180px;padding:
5
px;"
>
<input
name=
"contacts"
id=
"contacts"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
手机号码
</td>
<td
style=
"padding:
1
px;"
>
<td
style=
"padding:
5
px;"
>
<input
name=
"telephone"
id=
"telephone"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
电子邮箱
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"email"
id=
"email"
class=
"easyui-textbox"
validType=
"email"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
联系电话
</td>
<td
style=
"padding:
1
px;"
>
<td
style=
"padding:
5
px;"
>
<input
name=
"phonenum"
id=
"phonenum"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
传真
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"fax"
id=
"fax"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
期初应收
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedGet"
id=
"BeginNeedGet"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;"
/>
</td>
<td>
期初应付
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedPay"
id=
"BeginNeedPay"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
累计应收
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedGet"
id=
"AllNeedGet"
type=
"text"
class=
"easyui-textbox"
style=
"width: 160px;"
readonly=
"readonly"
/>
</td>
<td>
累计应付
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedPay"
id=
"AllNeedPay"
type=
"text"
class=
"easyui-textbox"
style=
"width: 160px;"
readonly=
"readonly"
/>
</td>
</tr>
<tr>
<td>
纳税人识别号
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"taxNum"
id=
"taxNum"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
税率
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"taxRate"
id=
"taxRate"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
开户行
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"bankName"
id=
"bankName"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
账号
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"accountNumber"
id=
"accountNumber"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
地址
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-textbox"
style=
"width: 40
8
px;"
/>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-textbox"
style=
"width: 40
1
px;"
/>
</td>
</tr>
<tr>
<td>
备注
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<textarea
name=
"description"
id=
"description"
class=
"easyui-textbox"
data-options=
"multiline:true"
style=
"width: 40
8
px;height: 40px;"
></textarea>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<textarea
name=
"description"
id=
"description"
class=
"easyui-textbox"
data-options=
"multiline:true"
style=
"width: 40
1
px;height: 40px;"
></textarea>
</td>
</tr>
</table>
...
...
erp_web/pages/manage/vendor.html
View file @
91568461
...
...
@@ -58,89 +58,89 @@
<table>
<tr>
<td
style=
"width: 80px;height: 20px"
>
名称
</td>
<td
style=
"width: 180px;padding:
1
px"
>
<td
style=
"width: 180px;padding:
5
px"
>
<input
name=
"supplier"
id=
"supplier"
class=
"easyui-textbox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 160px;"
/>
</td>
<td
style=
"width: 60px;height: 20px"
>
联系人
</td>
<td
style=
"width:180px;padding:
1
px;"
>
<td
style=
"width:180px;padding:
5
px;"
>
<input
name=
"contacts"
id=
"contacts"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
手机号码
</td>
<td
style=
"padding:
1
px;"
>
<td
style=
"padding:
5
px;"
>
<input
name=
"telephone"
id=
"telephone"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
电子邮箱
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"email"
id=
"email"
class=
"easyui-textbox"
validType=
"email"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
联系电话
</td>
<td
style=
"padding:
1
px;"
>
<td
style=
"padding:
5
px;"
>
<input
name=
"phonenum"
id=
"phonenum"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
传真
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"fax"
id=
"fax"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
期初应收
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedGet"
id=
"BeginNeedGet"
class=
"easyui-textbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;"
/>
</td>
<td>
期初应付
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedPay"
id=
"BeginNeedPay"
class=
"easyui-textbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
累计应收
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedGet"
id=
"AllNeedGet"
class=
"easyui-textbox"
style=
"width: 160px;"
readonly=
"readonly"
/>
</td>
<td>
累计应付
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedPay"
id=
"AllNeedPay"
class=
"easyui-textbox"
style=
"width: 160px;"
readonly=
"readonly"
/>
</td>
</tr>
<tr>
<td>
纳税人识别号
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"taxNum"
id=
"taxNum"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
税率(%)
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"taxRate"
id=
"taxRate"
class=
"easyui-numberbox"
data-options=
"validType:'length[1,2]'"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
开户行
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"bankName"
id=
"bankName"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
<td>
账号
</td>
<td
style=
"padding:
1
px"
>
<td
style=
"padding:
5
px"
>
<input
name=
"accountNumber"
id=
"accountNumber"
class=
"easyui-textbox"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
地址
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-textbox"
style=
"width: 40
8
px;"
/>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-textbox"
style=
"width: 40
1
px;"
/>
</td>
</tr>
<tr>
<td>
备注
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<input
name=
"description"
id=
"description"
class=
"easyui-textbox"
data-options=
"multiline:true"
style=
"width: 40
8
px;height: 40px;"
/>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<input
name=
"description"
id=
"description"
class=
"easyui-textbox"
data-options=
"multiline:true"
style=
"width: 40
1
px;height: 40px;"
/>
</td>
</tr>
</table>
...
...
erp_web/pages/materials/purchase_back_list.html
View file @
91568461
...
...
@@ -228,15 +228,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
@@ -254,15 +254,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"otherMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"money-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
erp_web/pages/materials/purchase_in_list.html
View file @
91568461
...
...
@@ -244,15 +244,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
@@ -270,15 +270,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"otherMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"money-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
erp_web/pages/materials/sale_back_list.html
View file @
91568461
...
...
@@ -128,7 +128,7 @@
</td>
<td>
销售人员
</td>
<td
style=
"padding:5px"
>
<input
id=
"Salesman"
name=
"Salesman"
class=
"radius-ui"
style=
"width:1
3
0px;"
/>
<input
id=
"Salesman"
name=
"Salesman"
class=
"radius-ui"
style=
"width:1
2
0px;"
/>
</td>
<td
style=
"width:100px;"
></td>
</tr>
...
...
@@ -228,15 +228,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
@@ -254,15 +254,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"otherMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"money-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
erp_web/pages/materials/sale_orders_list.html
View file @
91568461
...
...
@@ -82,7 +82,7 @@
</td>
<td
style=
"width:70px;"
>
销售人员
</td>
<td
style=
"padding:5px"
>
<input
id=
"Salesman"
name=
"Salesman"
class=
"radius-ui"
style=
"width:1
3
0px;"
/>
<input
id=
"Salesman"
name=
"Salesman"
class=
"radius-ui"
style=
"width:1
2
0px;"
/>
</td>
<td
style=
"width:100px;"
></td>
</tr>
...
...
erp_web/pages/materials/sale_out_list.html
View file @
91568461
...
...
@@ -142,7 +142,7 @@
</td>
<td>
销售人员
</td>
<td
style=
"padding:5px"
>
<input
id=
"Salesman"
name=
"Salesman"
class=
"radius-ui"
style=
"width:1
3
0px;"
/>
<input
id=
"Salesman"
name=
"Salesman"
class=
"radius-ui"
style=
"width:1
2
0px;"
/>
</td>
<td
style=
"width:100px;"
></td>
</tr>
...
...
@@ -244,15 +244,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
@@ -270,15 +270,15 @@
</tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
<td
style=
"width:140px;
padding:3px;
text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;
padding:3px;
"
><span
id=
"otherMoneyTotalDlg"
></span></td>
</tr>
</table>
<table
class=
"tabs-tmp"
>
<tr
class=
"money-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg
radius-ui
"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg
radius-ui
"
style=
"width:100px;"
/></td>
</tr>
</table>
</div>
...
...
erp_web/pages/template/base.html
View file @
91568461
...
...
@@ -4,85 +4,84 @@
<table>
<tr>
<td
style=
"width: 80px;height: 20px"
>
名称
</td>
<td
style=
"width: 180px;padding:
1
px"
>
<td
style=
"width: 180px;padding:
5
px"
>
<input
name=
"supplier"
id=
"supplier"
style=
"width: 160px;"
/>
</td>
<td
style=
"width: 60px;height: 20px"
>
联系人
</td>
<td
style=
"width:180px;padding:
1
px;"
>
<input
name=
"contacts"
id=
"contacts"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"width:180px;padding:
5
px;"
>
<input
name=
"contacts"
id=
"contacts"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
手机号码
</td>
<td
style=
"padding:
1
px;"
>
<input
name=
"telephone"
id=
"telephone"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px;"
>
<input
name=
"telephone"
id=
"telephone"
style=
"width: 160px;"
/>
</td>
<td>
电子邮箱
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"email"
id=
"email"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"email"
id=
"email"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
联系电话
</td>
<td
style=
"padding:
1
px;"
>
<input
name=
"phonenum"
id=
"phonenum"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px;"
>
<input
name=
"phonenum"
id=
"phonenum"
style=
"width: 160px;"
/>
</td>
<td>
传真
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"fax"
id=
"fax"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"fax"
id=
"fax"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
期初应收
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"BeginNeedGet"
id=
"BeginNeedGet"
type=
"text"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedGet"
id=
"BeginNeedGet"
type=
"text"
style=
"width: 160px;"
/>
</td>
<td>
期初应付
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"BeginNeedPay"
id=
"BeginNeedPay"
type=
"text"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"BeginNeedPay"
id=
"BeginNeedPay"
type=
"text"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
累计应收
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"AllNeedGet"
id=
"AllNeedGet"
type=
"text"
style=
"width: 160px;
height: 20px"
disabled=
"true
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedGet"
id=
"AllNeedGet"
type=
"text"
style=
"width: 160px;
"
readonly=
"readonly
"
/>
</td>
<td>
累计应付
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"AllNeedPay"
id=
"AllNeedPay"
type=
"text"
style=
"width: 160px;
height: 20px"
disabled=
"true
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"AllNeedPay"
id=
"AllNeedPay"
type=
"text"
style=
"width: 160px;
"
readonly=
"readonly
"
/>
</td>
</tr>
<tr>
<td>
纳税人识别号
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"taxNum"
id=
"taxNum"
class=
"easyui-validatebox"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"taxNum"
id=
"taxNum"
style=
"width: 160px;"
/>
</td>
<td>
税率(%)
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"taxRate"
id=
"taxRate"
class=
"easyui-numberbox"
data-options=
"validType:'length[1,2]'"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"taxRate"
id=
"taxRate"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
开户行
</td>
<td
style=
"padding:
1
px"
>
<input
name=
"bankName"
id=
"bankName"
class=
"easyui-validatebox"
style=
"width: 160px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
>
<input
name=
"bankName"
id=
"bankName"
style=
"width: 160px;"
/>
</td>
<td>
账号
</td>
<td
style=
"padding:1px"
>
<input
name=
"accountNumber"
id=
"accountNumber"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
<td
style=
"padding:5px"
>
<input
name=
"accountNumber"
id=
"accountNumber"
style=
"width: 160px;"
/>
</td>
</tr>
<tr>
<td>
地址
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-validatebox"
style=
"width: 40
8
px;
height: 20px
"
/>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
style=
"width: 40
1
px;"
/>
</td>
</tr>
<tr>
<td>
备注
</td>
<td
style=
"padding:
1
px"
colspan=
"3"
>
<textarea
name=
"description"
id=
"description"
rows=
"2"
cols=
"2"
style=
"width: 40
8
px;"
></textarea>
<td
style=
"padding:
5
px"
colspan=
"3"
>
<textarea
name=
"description"
id=
"description"
style=
"width: 40
1px;height: 40
px;"
></textarea>
</td>
</tr>
</table>
...
...
@@ -101,37 +100,37 @@
<tr>
<td>
仓库名称
</td>
<td
style=
"padding:5px"
>
<input
name=
"name"
id=
"name"
style=
"width: 230px;
height: 20px
"
/>
<input
name=
"name"
id=
"name"
style=
"width: 230px;"
/>
</td>
</tr>
<tr>
<td>
仓库地址
</td>
<td
style=
"padding:5px"
>
<input
name=
"address"
id=
"address"
style=
"width: 230px;
height: 20px
"
/>
<input
name=
"address"
id=
"address"
style=
"width: 230px;"
/>
</td>
</tr>
<tr>
<td>
仓储费
</td>
<td
style=
"padding:5px"
>
<input
name=
"warehousing"
id=
"warehousing"
style=
"width: 175px;
height: 20px
"
/>
元/天/KG
<input
name=
"warehousing"
id=
"warehousing"
style=
"width: 175px;"
/>
元/天/KG
</td>
</tr>
<tr>
<td>
搬运费
</td>
<td
style=
"padding:5px"
>
<input
name=
"truckage"
id=
"truckage"
placeholder=
"如上下搬运20元,则填写10元"
style=
"width: 215px;
height: 20px
"
/>
元
<input
name=
"truckage"
id=
"truckage"
placeholder=
"如上下搬运20元,则填写10元"
style=
"width: 215px;"
/>
元
</td>
</tr>
<tr>
<td>
排序
</td>
<td
style=
"padding:5px"
>
<input
name=
"sort"
id=
"sort"
style=
"width: 230px;
height: 20px
"
/>
<input
name=
"sort"
id=
"sort"
style=
"width: 230px;"
/>
</td>
</tr>
<tr>
<td>
描述
</td>
<td
style=
"padding:5px"
>
<textarea
name=
"remark"
id=
"remark"
rows=
"2"
cols=
"2"
style=
"width: 230px;"
></textarea>
<textarea
name=
"remark"
id=
"remark"
style=
"width: 230px;
height: 40px;
"
></textarea>
</td>
</tr>
</table>
...
...
@@ -150,19 +149,19 @@
<tr>
<td>
名称
</td>
<td
style=
"padding:5px"
>
<input
name=
"name"
id=
"name"
style=
"width: 230px;
height: 20px
"
/>
<input
name=
"name"
id=
"name"
style=
"width: 230px;"
/>
</td>
</tr>
<tr>
<td>
编号
</td>
<td
style=
"padding:5px"
>
<input
name=
"serialNo"
id=
"serialNo"
style=
"width: 230px;
height: 20px
"
/>
<input
name=
"serialNo"
id=
"serialNo"
style=
"width: 230px;"
/>
</td>
</tr>
<tr>
<td>
期初金额
</td>
<td
style=
"padding:5px"
>
<input
name=
"initialAmount"
id=
"initialAmount"
style=
"width: 230px;
height: 20px
"
></input>
<input
name=
"initialAmount"
id=
"initialAmount"
style=
"width: 230px;"
></input>
</td>
</tr>
</table>
...
...
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