Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
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
黄奎
mall.oytour.com
Commits
c96d6814
Commit
c96d6814
authored
Aug 27, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
906985ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
PropertyModule.cs
Mall.Module.Property/PropertyModule.cs
+2
-6
No files found.
Mall.Module.Property/PropertyModule.cs
View file @
c96d6814
...
...
@@ -777,7 +777,7 @@ namespace Mall.Module.Property
UpdateDate
=
demodel
.
UpdateDate
},
trans
);
if
(
false
)
if
(
demodel
.
StockInState
==
1
)
{
//新增库存表数据
var
ilist
=
supplies_InventoryRepository
.
GetList
(
new
RB_Supplies_Inventory_Extend
()
{
RB_Group_Id
=
demodel
.
RB_Group_Id
,
WarehouseId
=
demodel
.
WarehouseId
,
SuppliesId
=
item
.
SuppliesId
});
...
...
@@ -849,12 +849,8 @@ namespace Mall.Module.Property
#
region
新增耗材入库流程
//判断是否需要流程审批
if
(
rmodel
!=
null
&&
rmodel
.
Enabled
==
1
)
{
if
(
tmodel
==
null
)
if
(
rmodel
!=
null
&&
rmodel
.
Enabled
==
1
&&
tmodel
!=
null
)
{
return
true
;
}
var
financeObj
=
new
{
StockInId
=
Id
};
string
sign
=
EncryptionHelper
.
AesEncrypt
(
JsonHelper
.
Serialize
(
financeObj
),
Config
.
FinanceKey
);
var
resultInfo
=
new
...
...
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