modified: src/views/plan/masterproductionschedule/index.vue
| | |
| | | ], |
| | | toolbar: [], |
| | | operator: [ |
| | | { |
| | | text: '订单预留', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.customReserved |
| | | }, |
| | | // { |
| | | // text: '订单预留', |
| | | // type: 'text', |
| | | // size: 'small', |
| | | // fun: this.customReserved |
| | | // }, |
| | | // { |
| | | // text: '查看库存', |
| | | // type: 'text', |
| | |
| | | fun: this.searchMasterPlanSourceHandle |
| | | }, |
| | | { |
| | | text: '订单', |
| | | text: '作废', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.searchOrderHandle |
| | | } |
| | | fun: this.deleteMainPlan |
| | | }, |
| | | // { |
| | | // text: '订单', |
| | | // type: 'text', |
| | | // size: 'small', |
| | | // fun: this.searchOrderHandle |
| | | // } |
| | | ], |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | |
| | | this.getSysParam(sysParam.IS_REPORT_OPERATION) |
| | | }, |
| | | methods: { |
| | | deleteMainPlan(row){}, |
| | | getSysParam(paramKey) { |
| | | getSysParam(paramKey).then((response) => { |
| | | var paramVal = response.data.data |