| | |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | | |
| | | <el-dropdown |
| | | <!-- <el-dropdown |
| | | v-if="permissions.manufacturingorder_issue_material" |
| | | @command="issueMaterialHandleCommand" |
| | | style="margin-left:10px;" |
| | |
| | | >{{ item.label }}</el-dropdown-item |
| | | > |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | | </el-dropdown> --> |
| | | <!-- <el-button |
| | | v-if="permissions.manufacturingorder_orderto_ifs" |
| | | @click="commitOrderIfs()" |
| | |
| | | @click="updateOrderNo" |
| | | type="primary" |
| | | style="margin-left:10px;" |
| | | >更新订单号 --> |
| | | </el-button> |
| | | >更新订单号 |
| | | </el-button>--> |
| | | </template> |
| | | </ttable> |
| | | <customerorder |
| | |
| | | ], |
| | | toolbar: [], |
| | | operator: [ |
| | | { |
| | | text: '查看库存', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.searchStock |
| | | } |
| | | // { |
| | | // text: '查看库存', |
| | | // type: 'text', |
| | | // size: 'small', |
| | | // fun: this.searchStock |
| | | // } |
| | | ], |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | |
| | | } |
| | | } |
| | | </script> |
| | | <style lang="scss"> |
| | | .gantt-info { |
| | | display: none !important; |
| | | } |
| | | </style> |