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
41d495ab
Commit
41d495ab
authored
Jun 19, 2020
by
季圣华
Browse files
移动单据页面其它费用的位置
parent
79487b42
Changes
7
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/bill_detail.js
View file @
41d495ab
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
}
}
}
}
}
}
$
(
"
#bill .OtherMoneyShow:visible
"
).
text
(
otherMoneyShow
+
"
总计:
"
+
otherMoney
.
replace
(
"
undefined
"
,
"
0
"
)
+
"
元
"
);
//
采购费用、销售
费用
$
(
"
#bill .OtherMoneyShow:visible
"
).
text
(
otherMoneyShow
+
"
总计:
"
+
otherMoney
.
replace
(
"
undefined
"
,
"
0
"
)
+
"
元
"
);
//
其它
费用
}
}
$
(
"
#bill .payTypeShow
"
).
text
(
data
.
payType
);
$
(
"
#bill .payTypeShow
"
).
text
(
data
.
payType
);
var
TotalPrice
=
data
.
totalprice
;
var
TotalPrice
=
data
.
totalprice
;
...
...
erp_web/js/pages/materials/in_out.js
View file @
41d495ab
...
@@ -1422,7 +1422,7 @@
...
@@ -1422,7 +1422,7 @@
//采购入库、销售出库的费用数据加载
//采购入库、销售出库的费用数据加载
if
(
res
.
othermoneylist
&&
res
.
othermoneyitem
){
if
(
res
.
othermoneylist
&&
res
.
othermoneyitem
){
$
(
"
#OtherMoney
"
).
val
(
res
.
othermoney
);
//
采购费用、销售
费用
$
(
"
#OtherMoney
"
).
val
(
res
.
othermoney
);
//
其它
费用
var
itemArr
=
res
.
othermoneylist
.
split
(
"
,
"
);
var
itemArr
=
res
.
othermoneylist
.
split
(
"
,
"
);
var
itemMoneyArr
=
res
.
othermoneyitem
.
split
(
"
,
"
);
var
itemMoneyArr
=
res
.
othermoneyitem
.
split
(
"
,
"
);
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemArr
"
,
JSON
.
stringify
(
itemArr
)).
attr
(
"
data-itemMoneyArr
"
,
itemMoneyArr
);
//json数据存储
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemArr
"
,
JSON
.
stringify
(
itemArr
)).
attr
(
"
data-itemMoneyArr
"
,
itemMoneyArr
);
//json数据存储
...
@@ -1473,7 +1473,7 @@
...
@@ -1473,7 +1473,7 @@
$
(
"
#DebtShow
"
).
text
((
res
.
discountlastmoney
-
res
.
changeamount
).
toFixed
(
2
));
$
(
"
#DebtShow
"
).
text
((
res
.
discountlastmoney
-
res
.
changeamount
).
toFixed
(
2
));
$
(
"
#AccountDayShow
"
).
text
(
res
.
accountday
);
//结算天数
$
(
"
#AccountDayShow
"
).
text
(
res
.
accountday
);
//结算天数
$
(
"
#LinkNumberShow
"
).
text
(
res
.
linknumber
);
//关联订单号
$
(
"
#LinkNumberShow
"
).
text
(
res
.
linknumber
);
//关联订单号
if
(
res
.
othermoneylist
&&
res
.
othermoneyitem
){
if
(
res
.
othermoney
&&
res
.
othermoneylist
&&
res
.
othermoneyitem
){
var
itemArr
=
res
.
othermoneylist
.
split
(
"
,
"
);
//支出项目id列表
var
itemArr
=
res
.
othermoneylist
.
split
(
"
,
"
);
//支出项目id列表
var
itemMoneyArr
=
null
;
var
itemMoneyArr
=
null
;
if
(
res
.
othermoneyitem
!=
null
)
{
if
(
res
.
othermoneyitem
!=
null
)
{
...
@@ -1498,10 +1498,10 @@
...
@@ -1498,10 +1498,10 @@
}
}
}
}
}
}
$
(
"
#OtherMoneyShow
"
).
text
(
otherMoneyShow
+
"
总计:
"
+
res
.
othermoney
+
"
元
"
);
//
采购费用、销售
费用
$
(
"
#OtherMoneyShow
"
).
text
(
otherMoneyShow
+
"
总计:
"
+
res
.
othermoney
+
"
元
"
);
//
其它
费用
}
}
else
{
else
{
$
(
"
#OtherMoneyShow
"
).
text
(
res
.
othermoney
);
//
采购费用、销售
费用
$
(
"
#OtherMoneyShow
"
).
text
(
res
.
othermoney
);
//
其它
费用
}
}
$
(
"
#payTypeShow
"
).
text
(
res
.
paytype
);
$
(
"
#payTypeShow
"
).
text
(
res
.
paytype
);
var
TotalPrice
=
res
.
totalprice
;
var
TotalPrice
=
res
.
totalprice
;
...
@@ -1810,7 +1810,7 @@
...
@@ -1810,7 +1810,7 @@
Discount
:
$
.
trim
(
$
(
"
#Discount
"
).
val
()),
Discount
:
$
.
trim
(
$
(
"
#Discount
"
).
val
()),
DiscountMoney
:
$
.
trim
(
$
(
"
#DiscountMoney
"
).
val
()),
DiscountMoney
:
$
.
trim
(
$
(
"
#DiscountMoney
"
).
val
()),
DiscountLastMoney
:
$
.
trim
(
$
(
"
#DiscountLastMoney
"
).
val
()),
DiscountLastMoney
:
$
.
trim
(
$
(
"
#DiscountLastMoney
"
).
val
()),
OtherMoney
:
$
.
trim
(
$
(
"
#OtherMoney
"
).
val
()),
//
采购费用、销售
费用
OtherMoney
:
$
.
trim
(
$
(
"
#OtherMoney
"
).
val
()),
//
其它
费用
OtherMoneyList
:
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemarr
"
),
//支出项目列表-涉及费用
OtherMoneyList
:
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemarr
"
),
//支出项目列表-涉及费用
OtherMoneyItem
:
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemmoneyarr
"
),
//支出项目金额列表-涉及费用
OtherMoneyItem
:
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemmoneyarr
"
),
//支出项目金额列表-涉及费用
AccountDay
:
$
(
"
#AccountDay
"
).
val
()
//结算天数
AccountDay
:
$
(
"
#AccountDay
"
).
val
()
//结算天数
...
@@ -2055,9 +2055,9 @@
...
@@ -2055,9 +2055,9 @@
}
}
});
});
//点击
采购费用、销售
费用的事件
//点击
其它
费用的事件
$
(
"
.other-money-ico
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
$
(
"
.other-money-ico
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
$
(
'
#otherMoneyDlg
'
).
dialog
(
'
open
'
).
dialog
(
'
setTitle
'
,
'
<img src="/js/easyui/themes/icons/pencil.png"/>
'
+
listSubType
+
'
费用
'
);
$
(
'
#otherMoneyDlg
'
).
dialog
(
'
open
'
).
dialog
(
'
setTitle
'
,
'
<img src="/js/easyui/themes/icons/pencil.png"/>
其它
费用
'
);
$
(
"
#otherMoneyDlg .money-dlg .money-content-tmp
"
).
remove
();
//先移除输入栏目
$
(
"
#otherMoneyDlg .money-dlg .money-content-tmp
"
).
remove
();
//先移除输入栏目
$
(
"
#otherMoneyTotalDlg
"
).
text
(
0
);
//将合计初始化为0
$
(
"
#otherMoneyTotalDlg
"
).
text
(
0
);
//将合计初始化为0
for
(
var
i
=
0
;
i
<
6
;
i
++
)
{
for
(
var
i
=
0
;
i
<
6
;
i
++
)
{
...
@@ -2139,7 +2139,7 @@
...
@@ -2139,7 +2139,7 @@
if
(
itemArr
.
length
&&
itemMoneyArr
.
length
)
{
if
(
itemArr
.
length
&&
itemMoneyArr
.
length
)
{
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemArr
"
,
JSON
.
stringify
(
itemArr
)).
attr
(
"
data-itemMoneyArr
"
,
JSON
.
stringify
(
itemMoneyArr
));
//json数据存储
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemArr
"
,
JSON
.
stringify
(
itemArr
)).
attr
(
"
data-itemMoneyArr
"
,
JSON
.
stringify
(
itemMoneyArr
));
//json数据存储
}
}
$
(
"
#OtherMoney
"
).
val
(
otherMoneyTotal
);
//给
采购费用、销售
费用赋值
$
(
"
#OtherMoney
"
).
val
(
otherMoneyTotal
);
//给
其它
费用赋值
$
(
"
#otherMoneyDlg
"
).
dialog
(
'
close
'
);
$
(
"
#otherMoneyDlg
"
).
dialog
(
'
close
'
);
});
});
...
@@ -2163,7 +2163,7 @@
...
@@ -2163,7 +2163,7 @@
cancelFun
();
cancelFun
();
});
});
//给弹窗赋值-
采购费用、销售
费用数据
//给弹窗赋值-
其它
费用数据
var
itemArr
=
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemArr
"
);
var
itemArr
=
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemArr
"
);
itemArr
=
JSON
.
parse
(
itemArr
);
itemArr
=
JSON
.
parse
(
itemArr
);
var
itemMoneyArr
=
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemMoneyArr
"
);
var
itemMoneyArr
=
$
(
"
#OtherMoney
"
).
attr
(
"
data-itemMoneyArr
"
);
...
...
erp_web/pages/materials/bill_detail.html
View file @
41d495ab
...
@@ -208,9 +208,9 @@
...
@@ -208,9 +208,9 @@
<td>
<td>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次付款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
ChangeAmount
Show"
></span>
<span
class=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -219,13 +219,13 @@
...
@@ -219,13 +219,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"AccountIdShow"
></span>
<span
class=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
付
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
Deb
tShow"
></span>
<span
class=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
采购费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
OtherMoney
Show"
></span>
<span
class=
"
Debt
Show"
></span>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
></td>
<td
style=
"padding:5px"
></td>
...
@@ -280,9 +280,9 @@
...
@@ -280,9 +280,9 @@
<td>
<td>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次付款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
ChangeAmount
Show"
></span>
<span
class=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -291,13 +291,13 @@
...
@@ -291,13 +291,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"AccountIdShow"
></span>
<span
class=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
付
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
Deb
tShow"
></span>
<span
class=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
采购费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
OtherMoney
Show"
></span>
<span
class=
"
Debt
Show"
></span>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -355,9 +355,9 @@
...
@@ -355,9 +355,9 @@
<td>
<td>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次收款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
ChangeAmount
Show"
></span>
<span
class=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -366,13 +366,13 @@
...
@@ -366,13 +366,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"AccountIdShow"
></span>
<span
class=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
收
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
Deb
tShow"
></span>
<span
class=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
销售费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
OtherMoney
Show"
></span>
<span
class=
"
Debt
Show"
></span>
</td>
</td>
<td>
销售人员:
</td>
<td>
销售人员:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -429,9 +429,9 @@
...
@@ -429,9 +429,9 @@
<td>
<td>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
class=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次退款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
ChangeAmount
Show"
></span>
<span
class=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -440,13 +440,13 @@
...
@@ -440,13 +440,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"AccountIdShow"
></span>
<span
class=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
退
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
Deb
tShow"
></span>
<span
class=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
销售费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
class=
"
OtherMoney
Show"
></span>
<span
class=
"
Debt
Show"
></span>
</td>
</td>
<td>
销售人员:
</td>
<td>
销售人员:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
...
erp_web/pages/materials/purchase_back_list.html
View file @
41d495ab
...
@@ -105,9 +105,10 @@
...
@@ -105,9 +105,10 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
本次退款
</td>
<td>
其它费用
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"radius-ui"
data-changeamount=
"0"
style=
"width:120px;"
/>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -118,14 +119,13 @@
...
@@ -118,14 +119,13 @@
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
<td>
本次
欠
款
</td>
<td>
本次
退
款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"
Debt"
name=
"Deb
t"
class=
"radius-ui"
readonly=
"readonly
"
style=
"width:120px;"
/>
<input
id=
"
ChangeAmount"
name=
"ChangeAmoun
t"
class=
"radius-ui"
data-changeamount=
"0
"
style=
"width:120px;"
/>
</td>
</td>
<td>
采购费用
</td>
<td>
本次欠款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
<input
id=
"Debt"
name=
"Debt"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -187,9 +187,9 @@
...
@@ -187,9 +187,9 @@
<td>
<td>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次付款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
ChangeAmount
Show"
></span>
<span
id=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -198,13 +198,13 @@
...
@@ -198,13 +198,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
付
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
Deb
tShow"
></span>
<span
id=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
采购费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
OtherMoney
Show"
></span>
<span
id=
"
Debt
Show"
></span>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
...
erp_web/pages/materials/purchase_in_list.html
View file @
41d495ab
...
@@ -112,9 +112,12 @@
...
@@ -112,9 +112,12 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
本次付款
</td>
<td>
其它费用
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"radius-ui"
data-changeamount=
"0"
style=
"width:120px;"
/>
<div
class=
"other-money-list"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
</div>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -131,16 +134,13 @@
...
@@ -131,16 +134,13 @@
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
<td>
本次
欠
款
</td>
<td>
本次
付
款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"
Debt"
name=
"Deb
t"
class=
"radius-ui"
readonly=
"readonly
"
style=
"width:120px;"
/>
<input
id=
"
ChangeAmount"
name=
"ChangeAmoun
t"
class=
"radius-ui"
data-changeamount=
"0
"
style=
"width:120px;"
/>
</td>
</td>
<td>
采购费用
</td>
<td>
本次欠款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<div
class=
"other-money-list"
>
<input
id=
"Debt"
name=
"Debt"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
</div>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -204,9 +204,9 @@
...
@@ -204,9 +204,9 @@
<td>
<td>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次付款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
ChangeAmount
Show"
></span>
<span
id=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -215,13 +215,13 @@
...
@@ -215,13 +215,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
付
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
Deb
tShow"
></span>
<span
id=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
采购费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
OtherMoney
Show"
></span>
<span
id=
"
Debt
Show"
></span>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
></td>
<td
style=
"padding:5px"
></td>
...
...
erp_web/pages/materials/sale_back_list.html
View file @
41d495ab
...
@@ -104,9 +104,10 @@
...
@@ -104,9 +104,10 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
本次退款
</td>
<td>
其它费用
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"radius-ui"
data-changeamount=
"0"
style=
"width:120px;"
/>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -117,14 +118,13 @@
...
@@ -117,14 +118,13 @@
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
<td>
本次
欠
款
</td>
<td>
本次
退
款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"
Debt"
name=
"Deb
t"
class=
"radius-ui"
readonly=
"readonly
"
style=
"width:120px;"
/>
<input
id=
"
ChangeAmount"
name=
"ChangeAmoun
t"
class=
"radius-ui"
data-changeamount=
"0
"
style=
"width:120px;"
/>
</td>
</td>
<td>
销售费用
</td>
<td>
本次欠款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
<input
id=
"Debt"
name=
"Debt"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td>
销售人员
</td>
<td>
销售人员
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -186,9 +186,9 @@
...
@@ -186,9 +186,9 @@
<td>
<td>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次退款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
ChangeAmount
Show"
></span>
<span
id=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -197,13 +197,13 @@
...
@@ -197,13 +197,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
退
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
Deb
tShow"
></span>
<span
id=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
销售费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
OtherMoney
Show"
></span>
<span
id=
"
Debt
Show"
></span>
</td>
</td>
<td>
销售人员:
</td>
<td>
销售人员:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
...
erp_web/pages/materials/sale_out_list.html
View file @
41d495ab
...
@@ -112,9 +112,12 @@
...
@@ -112,9 +112,12 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
本次收款
</td>
<td>
其它费用
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"radius-ui"
data-changeamount=
"0"
style=
"width:120px;"
/>
<div
class=
"other-money-list"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
</div>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -131,16 +134,13 @@
...
@@ -131,16 +134,13 @@
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
<td>
本次
欠
款
</td>
<td>
本次
收
款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"
Debt"
name=
"Deb
t"
class=
"radius-ui"
readonly=
"readonly
"
style=
"width:120px;"
/>
<input
id=
"
ChangeAmount"
name=
"ChangeAmoun
t"
class=
"radius-ui"
data-changeamount=
"0
"
style=
"width:120px;"
/>
</td>
</td>
<td>
销售费用
</td>
<td>
本次欠款
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<div
class=
"other-money-list"
>
<input
id=
"Debt"
name=
"Debt"
class=
"radius-ui"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"OtherMoney"
name=
"OtherMoney"
class=
"radius-ui"
style=
"width:120px;"
readonly=
"readonly"
/>
</div>
<img
class=
"other-money-ico"
src=
"/js/easyui/themes/icons/filelist.jpg"
/>
</td>
</td>
<td>
销售人员
</td>
<td>
销售人员
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
@@ -204,9 +204,9 @@
...
@@ -204,9 +204,9 @@
<td>
<td>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次收款
:
</td>
<td>
其它费用
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
ChangeAmount
Show"
></span>
<span
id=
"
OtherMoney
Show"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
...
@@ -215,13 +215,13 @@
...
@@ -215,13 +215,13 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次
欠
款:
</td>
<td>
本次
收
款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
Deb
tShow"
></span>
<span
id=
"
ChangeAmoun
tShow"
></span>
</td>
</td>
<td>
销售费用
:
</td>
<td>
本次欠款
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
OtherMoney
Show"
></span>
<span
id=
"
Debt
Show"
></span>
</td>
</td>
<td>
销售人员:
</td>
<td>
销售人员:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
...
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