| | |
| | | </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 |
| | |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'orderRemark', |
| | | label: '销售订单备注', |
| | | prop: 'remark', |
| | | label: '备注', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | |
| | | } |
| | | ], |
| | | toolbar: [], |
| | | operator: [ |
| | | { |
| | | text: '查看库存', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.searchStock |
| | | } |
| | | ], |
| | | operator: null, |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | | label: '操作', |
| | |
| | | } |
| | | } |
| | | </script> |
| | | <style lang="scss"> |
| | | .gantt-info { |
| | | display: none !important; |
| | | } |
| | | </style> |