明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
letian_backend
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
zengfanpei
letian_backend
Commits
cedf61a2
Commit
cedf61a2
authored
Mar 07, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
bf7abaaf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
letianAgrInputEmploy.js
db/models/letianAgrInputEmploy.js
+2
-2
letianProductDeep.js
db/models/letianProductDeep.js
+1
-1
letianProductPlant.js
db/models/letianProductPlant.js
+1
-1
letianProductPre.js
db/models/letianProductPre.js
+1
-1
No files found.
db/models/letianAgrInputEmploy.js
View file @
cedf61a2
...
...
@@ -4,8 +4,8 @@ const Schema = mongoose.Schema;
const
moment
=
require
(
'moment'
);
/**
* 乐田
农场其他投入品记录表
*
日期 类别/名称 规格 数量 单位 单价 税额 总额 代理商/厂家 备注
* 乐田
用工明细
*
*/
const
letianAgrInputEmploySchema
=
new
Schema
({
...
...
db/models/letianProductDeep.js
View file @
cedf61a2
...
...
@@ -68,7 +68,7 @@ const letianProductDeepSchema = new Schema({
},
device
:
{
type
:
mongoose
.
Types
.
ObjectId
,
ref
:
'Device'
,
ref
:
'
collect
Device'
,
comment
:
"设备"
}
}
...
...
db/models/letianProductPlant.js
View file @
cedf61a2
...
...
@@ -62,7 +62,7 @@ const letianProductPlantSchema = new Schema({
},
device
:
{
type
:
mongoose
.
Types
.
ObjectId
,
ref
:
'Device'
,
ref
:
'
collect
Device'
,
comment
:
"设备"
}
}
...
...
db/models/letianProductPre.js
View file @
cedf61a2
...
...
@@ -69,7 +69,7 @@ const letianProductPreSchema = new Schema({
},
device
:
{
type
:
mongoose
.
Types
.
ObjectId
,
ref
:
'Device'
,
ref
:
'
collect
Device'
,
comment
:
"设备"
}
}
...
...
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