明树Git Lab

Commit 6f882ace authored by zfp1's avatar zfp1

update

parent 5b634759
...@@ -15,11 +15,11 @@ const letianAgrInputDetailSchema = new Schema({ ...@@ -15,11 +15,11 @@ const letianAgrInputDetailSchema = new Schema({
}, },
name: { name: {
type: String, type: String,
commnet: "产品名称", comment: "产品名称",
}, },
spec: { spec: {
type: String, type: String,
commnet: "规格", comment: "规格",
}, },
proUnit: { proUnit: {
type: String, type: String,
......
...@@ -16,11 +16,11 @@ const letianAgrInputEmploySchema = new Schema({ ...@@ -16,11 +16,11 @@ const letianAgrInputEmploySchema = new Schema({
}, },
agrProName: { agrProName: {
type: String, type: String,
commnet: "农产品名称", comment: "农产品名称",
}, },
empDetails: { empDetails: {
type: String, type: String,
commnet: "用工详情", comment: "用工详情",
}, },
peopleNum: { peopleNum: {
type: Number, type: Number,
......
...@@ -16,11 +16,11 @@ const letianAgrInputOtherSchema = new Schema({ ...@@ -16,11 +16,11 @@ const letianAgrInputOtherSchema = new Schema({
}, },
name: { name: {
type: String, type: String,
commnet: "类别/名称", comment: "类别/名称",
}, },
spec: { spec: {
type: String, type: String,
commnet: "规格", comment: "规格",
}, },
buyNum: { buyNum: {
type: Number, type: Number,
......
...@@ -14,15 +14,15 @@ const letianAgrInputRecordSchema = new Schema({ ...@@ -14,15 +14,15 @@ const letianAgrInputRecordSchema = new Schema({
}, },
agrProName: { agrProName: {
type: String, type: String,
commnet: "农产品名称", comment: "农产品名称",
}, },
name: { name: {
type: String, type: String,
commnet: "生产投入品名称", comment: "生产投入品名称",
}, },
type: { type: {
type: String, type: String,
commnet: "投入品类别", comment: "投入品类别",
}, },
total: { total: {
type: Number, type: Number,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment