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
f67f772f
Commit
f67f772f
authored
May 26, 2022
by
季圣华
Browse files
解决bug:销售订单转采购订单之后单价换为采购价
parent
63a98039
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue
View file @
f67f772f
...
...
@@ -327,6 +327,7 @@
let
info
=
selectBillDetailRows
[
j
];
if
(
info
.
preNumber
)
{
info
.
operNumber
=
info
.
preNumber
-
info
.
finishNumber
info
.
unitPrice
=
info
.
purchaseDecimal
info
.
allPrice
=
(
info
.
operNumber
*
info
.
unitPrice
).
toFixed
(
2
)
-
0
;
info
.
taxRate
=
0
info
.
taxMoney
=
0
...
...
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