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
fc69e634
Commit
fc69e634
authored
Jan 09, 2022
by
季圣华
Browse files
解决附件不能删除的bug
parent
f57a4fa9
Changes
13
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/AllocationOutModal.vue
View file @
fc69e634
...
...
@@ -219,7 +219,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/AssembleModal.vue
View file @
fc69e634
...
...
@@ -220,7 +220,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/DisassembleModal.vue
View file @
fc69e634
...
...
@@ -219,7 +219,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/OtherInModal.vue
View file @
fc69e634
...
...
@@ -249,7 +249,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/OtherOutModal.vue
View file @
fc69e634
...
...
@@ -247,7 +247,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/PurchaseBackModal.vue
View file @
fc69e634
...
...
@@ -339,7 +339,11 @@
}
billMain
.
accountIdList
=
this
.
accountIdList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountIdList
)
:
""
billMain
.
accountMoneyList
=
this
.
accountMoneyList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountMoneyList
)
:
""
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/PurchaseInModal.vue
View file @
fc69e634
...
...
@@ -365,7 +365,11 @@
this
.
accountMoneyList
=
changeListFmtMinus
(
this
.
accountMoneyList
)
billMain
.
accountIdList
=
this
.
accountIdList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountIdList
)
:
""
billMain
.
accountMoneyList
=
this
.
accountMoneyList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountMoneyList
)
:
""
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue
View file @
fc69e634
...
...
@@ -257,7 +257,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
0
-
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/RetailBackModal.vue
View file @
fc69e634
...
...
@@ -317,7 +317,11 @@
}
billMain
.
totalPrice
=
0
-
totalPrice
billMain
.
changeAmount
=
0
-
billMain
.
changeAmount
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/RetailOutModal.vue
View file @
fc69e634
...
...
@@ -336,7 +336,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/SaleBackModal.vue
View file @
fc69e634
...
...
@@ -351,7 +351,11 @@
this
.
accountMoneyList
=
changeListFmtMinus
(
this
.
accountMoneyList
)
billMain
.
accountIdList
=
this
.
accountIdList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountIdList
)
:
""
billMain
.
accountMoneyList
=
this
.
accountMoneyList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountMoneyList
)
:
""
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/SaleOrderModal.vue
View file @
fc69e634
...
...
@@ -265,7 +265,11 @@
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
fc69e634
...
...
@@ -370,7 +370,11 @@
}
billMain
.
accountIdList
=
this
.
accountIdList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountIdList
)
:
""
billMain
.
accountMoneyList
=
this
.
accountMoneyList
.
length
>
0
?
JSON
.
stringify
(
this
.
accountMoneyList
)
:
""
billMain
.
fileName
=
this
.
fileList
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
else
{
billMain
.
fileName
=
''
}
if
(
this
.
model
.
id
){
billMain
.
id
=
this
.
model
.
id
}
...
...
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