Commit 8a6f4054 authored by tanjunxin's avatar tanjunxin

fix: 生产排产细节优化

parent 869bf972
...@@ -892,9 +892,9 @@ export default { ...@@ -892,9 +892,9 @@ export default {
delete params.scheduleEndDate delete params.scheduleEndDate
const response = await getListData(params) const response = await getListData(params)
this.maintenanceList = response.rows; this.maintenanceList = response.rows;
this.maintenanceList.forEach(s=>{ // this.maintenanceList.forEach(s=>{
s.quantityWait = (s.quantity-s.quantityQualify)|0; // s.quantityWait = (s.quantity-s.quantityQualify)|0;
}) // })
this.total = response.total; this.total = response.total;
this.loading = false; this.loading = false;
}, },
......
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