加工进度修改
This commit is contained in:
@@ -554,7 +554,7 @@ export default {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0px solid white;
|
border: 0px solid white;
|
||||||
}
|
}
|
||||||
.green{
|
.lightgreen{
|
||||||
background-color: lightgreen;
|
background-color: lightgreen;
|
||||||
border: 1px solid #1f2d3d;
|
border: 1px solid #1f2d3d;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -565,6 +565,7 @@ export default {
|
|||||||
if (this.零件图号.length !== 0) {
|
if (this.零件图号.length !== 0) {
|
||||||
for (let i = 0; i < this.零件图号.length; i++) {
|
for (let i = 0; i < this.零件图号.length; i++) {
|
||||||
getTable2(this.checkbox_project, this.project, this.checkbox_Machine, this.Machine, this.checkbox_Group, this.Group, this.零件图号[i]).then(response => {
|
getTable2(this.checkbox_project, this.project, this.checkbox_Machine, this.Machine, this.checkbox_Group, this.Group, this.零件图号[i]).then(response => {
|
||||||
|
console.log(response.data)
|
||||||
this.liushuihao = response.data[0].工艺计划流水号
|
this.liushuihao = response.data[0].工艺计划流水号
|
||||||
for (let k = 0; k < response.data.length; k++) {
|
for (let k = 0; k < response.data.length; k++) {
|
||||||
if (response.data[k].工艺计划流水号 === this.liushuihao) {
|
if (response.data[k].工艺计划流水号 === this.liushuihao) {
|
||||||
@@ -724,7 +725,7 @@ export default {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0px solid white;
|
border: 0px solid white;
|
||||||
}
|
}
|
||||||
.green{
|
.lightgreen{
|
||||||
background-color: lightgreen;
|
background-color: lightgreen;
|
||||||
border: 1px solid #1f2d3d;
|
border: 1px solid #1f2d3d;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user