|
|
@ -282,6 +282,7 @@ const sensorquotationSchema = new mongoose.Schema({
|
|
|
|
masters_quantity_price: { type: String },
|
|
|
|
masters_quantity_price: { type: String },
|
|
|
|
masters_total_price: { type: String },
|
|
|
|
masters_total_price: { type: String },
|
|
|
|
slaves: { type: String },
|
|
|
|
slaves: { type: String },
|
|
|
|
|
|
|
|
sensors: { type: String },
|
|
|
|
slaves_quantity_price: { type: String },
|
|
|
|
slaves_quantity_price: { type: String },
|
|
|
|
slaves_total_price: { type: String },
|
|
|
|
slaves_total_price: { type: String },
|
|
|
|
motor_switches: { type: String },
|
|
|
|
motor_switches: { type: String },
|
|
|
@ -290,13 +291,18 @@ const sensorquotationSchema = new mongoose.Schema({
|
|
|
|
quote_status: { type: String, default: null },
|
|
|
|
quote_status: { type: String, default: null },
|
|
|
|
quoted_amount: { type: String, default: null },
|
|
|
|
quoted_amount: { type: String, default: null },
|
|
|
|
comments: { type: String, default: null },
|
|
|
|
comments: { type: String, default: null },
|
|
|
|
electricals: [{ type: String }],
|
|
|
|
electricals: [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
type: { type: String, default: null },
|
|
|
|
|
|
|
|
wire: { type: String, default: null },
|
|
|
|
|
|
|
|
switch: { type: String, default: null },
|
|
|
|
|
|
|
|
text: { type: String, default: null },
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
master_type_quantity_price: { type: String, default: null },
|
|
|
|
master_type_quantity_price: { type: String, default: null },
|
|
|
|
master_type_total_price: { type: String, default: null },
|
|
|
|
master_type_total_price: { type: String, default: null },
|
|
|
|
|
|
|
|
|
|
|
|
sensor_type_quantity_price: { type: String , default: null},
|
|
|
|
sensor_type_quantity_price: { type: String , default: null},
|
|
|
|
sensor_type_total_price: { type: String , default: null},
|
|
|
|
sensor_type_total_price: { type: String , default: null},
|
|
|
|
|
|
|
|
|
|
|
|
switch_type_quantity_price: { type: String, default: null },
|
|
|
|
switch_type_quantity_price: { type: String, default: null },
|
|
|
|
switch_type_total_price: { type: String, default: null },
|
|
|
|
switch_type_total_price: { type: String, default: null },
|
|
|
|
qutation_total_price: { type: String, default: null },
|
|
|
|
qutation_total_price: { type: String, default: null },
|
|
|
|