feat: make material request for job card from workstation dashboard

(cherry picked from commit 6fea9d6dfe)
This commit is contained in:
Rohit Waghchaure
2023-12-05 15:28:40 +05:30
committed by Mergify
parent 75bd1e6b65
commit 3bef12cb55
11 changed files with 750 additions and 39 deletions

View File

@@ -26,6 +26,7 @@ class VisualPlantFloor {
this.filter_wrapper = this.wrapper.find('.plant-floor-filter');
this.visualization_wrapper = this.wrapper.find('.plant-floor-visualization');
} else if(this.plant_floor) {
this.wrapper.find('.plant-floor').css('border', 'none');
this.prepare_data();
}
}
@@ -138,7 +139,6 @@ class VisualPlantFloor {
}
render_workstations() {
console.log(this.wrapper.find('.plant-floor-container'))
this.wrapper.find('.plant-floor-container').empty();
let template = frappe.render_template("visual_plant_floor_template", {
workstations: this.workstations