|
|
@ -109,7 +109,7 @@ |
|
|
|
<!-- bom弹窗 --> |
|
|
|
<tableDrawer |
|
|
|
:size="'30%'" |
|
|
|
:title="currentTitle" |
|
|
|
:title="bomTitle" |
|
|
|
:isShow="isShow_bom" |
|
|
|
@setClose="closeDrawer('bom')" |
|
|
|
:tableData="tableData_bom" |
|
|
@ -145,7 +145,10 @@ export default { |
|
|
|
this.defaultFreshBtn(),//刷新 |
|
|
|
this.defaultFilterBtn(),//筛选 |
|
|
|
], |
|
|
|
// 主弹窗的标题 |
|
|
|
currentTitle:null, |
|
|
|
// 子弹窗的标题 |
|
|
|
bomTitle:null, |
|
|
|
//总成汇总弹窗显示 |
|
|
|
isShow_parent:false, |
|
|
|
// 总成汇总表头 |
|
|
@ -205,7 +208,7 @@ export default { |
|
|
|
// 总成汇总-bom |
|
|
|
if(type == "bom"){ |
|
|
|
// todo:获取接口 |
|
|
|
this.currentTitle="bom" |
|
|
|
this.bomTitle="bom" |
|
|
|
this.tableData_bom = [ |
|
|
|
{number:'bomnumber1',qty:11}, |
|
|
|
{number:'bomnumber2',qty:22}, |
|
|
|