|
|
|
@ -290,13 +290,13 @@ const sensorquotationSchema = new mongoose.Schema({
|
|
|
|
|
quote_status: { type: String, default: null },
|
|
|
|
|
quoted_amount: { type: String, default: null },
|
|
|
|
|
comments: { type: String, default: null },
|
|
|
|
|
master_type: { type: String, default: null },
|
|
|
|
|
electricals: [{ type: String }],
|
|
|
|
|
master_type_quantity_price: { type: String, default: null },
|
|
|
|
|
master_type_total_price: { type: String, default: null },
|
|
|
|
|
sensor_type: { type: String , default: null},
|
|
|
|
|
|
|
|
|
|
sensor_type_quantity_price: { type: String , default: null},
|
|
|
|
|
sensor_type_total_price: { type: String , default: null},
|
|
|
|
|
switch_type: { type: String, default: null },
|
|
|
|
|
|
|
|
|
|
switch_type_quantity_price: { type: String, default: null },
|
|
|
|
|
switch_type_total_price: { type: String, default: null },
|
|
|
|
|
qutation_total_price: { type: String, default: null },
|
|
|
|
|