Browse Source

【NEV-PC】注塑计划暂存

ag_report_nev
安虹睿 1 year ago
parent
commit
bc4086b171
  1. 7
      fe/PC/src/views/materialIssueManage/ZS/IssuePlanZS.vue

7
fe/PC/src/views/materialIssueManage/ZS/IssuePlanZS.vue

@ -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},

Loading…
Cancel
Save