Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
b061f136
Commit
b061f136
authored
Mar 01, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
税率和含税单价为0的时候入库单价与含税金额也同时为0
parent
6e94d489
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
index.vue
...mponents/components/BatchSignEditInstorageItems/index.vue
+4
-4
storageDetailsCreateCom.vue
...torageRecallItemCom/component/storageDetailsCreateCom.vue
+4
-4
storageDetailsCreateCom.vue
...arehousingNewOrEdit/component/storageDetailsCreateCom.vue
+4
-4
index.vue
...nents/components/PurchasingWarehousingNewOrEdit/index.vue
+1
-1
No files found.
applications/dee-mes/src/privateComponents/components/BatchSignEditInstorageItems/index.vue
View file @
b061f136
...
...
@@ -276,9 +276,9 @@ export default {
isVirtualFlag
=
true
this
.
$set
(
this
.
form
,
'taxRate'
,
0
)
this
.
$set
(
this
.
form
,
'taxUnitPrice'
,
0
)
!
this
.
form
.
stockUnitPrice
&&
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
!
this
.
form
.
stockPrice
&&
this
.
$set
(
this
.
form
,
'stockPrice'
,
0
)
!
this
.
form
.
taxPrice
&&
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
}
else
{
isVirtualFlag
=
false
}
...
...
@@ -295,9 +295,9 @@ export default {
isVirtualFlag
=
true
this
.
$set
(
this
.
form
,
'taxRate'
,
0
)
this
.
$set
(
this
.
form
,
'taxUnitPrice'
,
0
)
!
this
.
form
.
stockUnitPrice
&&
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
!
this
.
form
.
stockPrice
&&
this
.
$set
(
this
.
form
,
'stockPrice'
,
0
)
!
this
.
form
.
taxPrice
&&
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
}
else
{
isVirtualFlag
=
false
}
...
...
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/component/storageDetailsCreateCom.vue
View file @
b061f136
...
...
@@ -279,9 +279,9 @@ export default {
isVirtualFlag
=
true
this
.
$set
(
this
.
form
,
'taxRate'
,
0
)
this
.
$set
(
this
.
form
,
'taxUnitPrice'
,
0
)
!
this
.
form
.
stockUnitPrice
&&
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
!
this
.
form
.
stockPrice
&&
this
.
$set
(
this
.
form
,
'stockPrice'
,
0
)
!
this
.
form
.
taxPrice
&&
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
}
else
{
isVirtualFlag
=
false
}
...
...
@@ -298,9 +298,9 @@ export default {
isVirtualFlag
=
true
this
.
$set
(
this
.
form
,
'taxRate'
,
0
)
this
.
$set
(
this
.
form
,
'taxUnitPrice'
,
0
)
!
this
.
form
.
stockUnitPrice
&&
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
!
this
.
form
.
stockPrice
&&
this
.
$set
(
this
.
form
,
'stockPrice'
,
0
)
!
this
.
form
.
taxPrice
&&
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
}
else
{
isVirtualFlag
=
false
}
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/component/storageDetailsCreateCom.vue
View file @
b061f136
...
...
@@ -277,9 +277,9 @@ export default {
isVirtualFlag
=
true
this
.
$set
(
this
.
form
,
'taxRate'
,
0
)
this
.
$set
(
this
.
form
,
'taxUnitPrice'
,
0
)
!
this
.
form
.
stockUnitPrice
&&
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
!
this
.
form
.
stockPrice
&&
this
.
$set
(
this
.
form
,
'stockPrice'
,
0
)
!
this
.
form
.
taxPrice
&&
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
}
else
{
isVirtualFlag
=
false
}
...
...
@@ -296,9 +296,9 @@ export default {
isVirtualFlag
=
true
this
.
$set
(
this
.
form
,
'taxRate'
,
0
)
this
.
$set
(
this
.
form
,
'taxUnitPrice'
,
0
)
!
this
.
form
.
stockUnitPrice
&&
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
this
.
$set
(
this
.
form
,
'stockUnitPrice'
,
0
)
!
this
.
form
.
stockPrice
&&
this
.
$set
(
this
.
form
,
'stockPrice'
,
0
)
!
this
.
form
.
taxPrice
&&
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
this
.
$set
(
this
.
form
,
'taxPrice'
,
0
)
}
else
{
isVirtualFlag
=
false
}
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/index.vue
View file @
b061f136
...
...
@@ -64,7 +64,7 @@ export default {
return
{
loading
:
false
,
currBasicData
:
null
,
form
:
{
hasTaxExemption
:
'否'
},
form
:
{
hasTaxExemption
:
'否'
},
formData
:
[{
title
:
'基本信息'
,
split
:
2
,
...
...
Write
Preview
Markdown
is supported
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