明树Git Lab

Commit 66c1d6bc authored by zfp1's avatar zfp1

update

parent 860d77c5
...@@ -15,19 +15,19 @@ const letianProTraceCodeSchema = new Schema({ ...@@ -15,19 +15,19 @@ const letianProTraceCodeSchema = new Schema({
type: Date, type: Date,
default: Date.now, default: Date.now,
get: v => moment(v).format("YYYY-MM-DD"), get: v => moment(v).format("YYYY-MM-DD"),
comment: "产品入库日期" comment: "农产品初加工日期"
}, },
proOutDate: { proOutDate: {
type: Date, type: Date,
default: Date.now, default: Date.now,
get: v => moment(v).format("YYYY-MM-DD"), get: v => moment(v).format("YYYY-MM-DD"),
comment: "产品出库日期" comment: "产品质检日期 "
}, },
manufactureDate: { manufactureDate: {
type: Date, type: Date,
default: Date.now, default: Date.now,
get: v => moment(v).format("YYYY-MM-DD"), get: v => moment(v).format("YYYY-MM-DD"),
comment: "生产日期" comment: "产品生产日期"
}, },
type: { type: {
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