| | |
| | | style="margin-left:10px;" |
| | | >SCM状态变更 |
| | | </el-button> |
| | | <el-button |
| | | type="primary" |
| | | style="margin-left:10px;" |
| | | >新增采购计划 |
| | | </el-button> |
| | | </template> |
| | | </ttable> |
| | | |
| | |
| | | toolbar: [], |
| | | operator: [ |
| | | { |
| | | text: '订单预留', |
| | | text: '作废', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.customReserved |
| | | }, |
| | | { |
| | | text: '查看库存', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.stockHandle |
| | | }, |
| | | { |
| | | text: '来源', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.searchMasterPlanSourceHandle |
| | | }, |
| | | { |
| | | text: '订单', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.searchOrderHandle |
| | | } |
| | | // { |
| | | // text: '订单预留', |
| | | // type: 'text', |
| | | // size: 'small', |
| | | // fun: this.customReserved |
| | | // }, |
| | | // { |
| | | // text: '查看库存', |
| | | // type: 'text', |
| | | // size: 'small', |
| | | // fun: this.stockHandle |
| | | // }, |
| | | // { |
| | | // text: '来源', |
| | | // type: 'text', |
| | | // size: 'small', |
| | | // fun: this.searchMasterPlanSourceHandle |
| | | // }, |
| | | // { |
| | | // text: '订单', |
| | | // type: 'text', |
| | | // size: 'small', |
| | | // fun: this.searchOrderHandle |
| | | // } |
| | | ], |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | | label: '操作', |
| | | width: 240, |
| | | width: 100, |
| | | minWidth: 100 |
| | | } |
| | | }, |