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
56a8beed
Commit
56a8beed
authored
Oct 15, 2020
by
季圣华
Browse files
优化零售页面的金额计算
parent
3d746875
Changes
2
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/bill/retail_back_list.html
View file @
56a8beed
...
...
@@ -479,6 +479,8 @@
$
(
"
#AccountId
"
).
attr
(
"
data-accountArr
"
,
JSON
.
stringify
(
accountArr
)).
attr
(
"
data-accountMoneyArr
"
,
JSON
.
stringify
(
accountMoneyArr
));
//json数据存储
$
(
"
.many-account-ico
"
).
show
();
//显示多账户的ico图标
}
else
{
$
(
"
#getAmount
"
).
val
(
res
.
changeAmount
);
//收款金额、付款金额
$
(
"
#backAmount
"
).
val
(
0
);
//找零
$
(
"
.many-account-ico
"
).
hide
();
//隐藏多账户的ico图标
}
//采购入库、销售出库的费用数据加载
...
...
erp_web/pages/bill/retail_out_list.html
View file @
56a8beed
...
...
@@ -517,6 +517,8 @@
$
(
"
#AccountId
"
).
attr
(
"
data-accountArr
"
,
JSON
.
stringify
(
accountArr
)).
attr
(
"
data-accountMoneyArr
"
,
JSON
.
stringify
(
accountMoneyArr
));
//json数据存储
$
(
"
.many-account-ico
"
).
show
();
//显示多账户的ico图标
}
else
{
$
(
"
#getAmount
"
).
val
(
res
.
changeAmount
);
//收款金额、付款金额
$
(
"
#backAmount
"
).
val
(
0
);
//找零
$
(
"
.many-account-ico
"
).
hide
();
//隐藏多账户的ico图标
}
//采购入库、销售出库的费用数据加载
...
...
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