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弹窗 --> <!-- bom弹窗 -->
<tableDrawer <tableDrawer
:size="'30%'" :size="'30%'"
:title="currentTitle" :title="bomTitle"
:isShow="isShow_bom" :isShow="isShow_bom"
@setClose="closeDrawer('bom')" @setClose="closeDrawer('bom')"
:tableData="tableData_bom" :tableData="tableData_bom"
@ -145,7 +145,10 @@ export default {
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
//
currentTitle:null, currentTitle:null,
//
bomTitle:null,
// //
isShow_parent:false, isShow_parent:false,
// //
@ -205,7 +208,7 @@ export default {
// -bom // -bom
if(type == "bom"){ if(type == "bom"){
// todo: // todo:
this.currentTitle="bom" this.bomTitle="bom"
this.tableData_bom = [ this.tableData_bom = [
{number:'bomnumber1',qty:11}, {number:'bomnumber1',qty:11},
{number:'bomnumber2',qty:22}, {number:'bomnumber2',qty:22},

Loading…
Cancel
Save