| | |
| | | </el-button> |
| | | <el-dropdown-menu slot="dropdown"> |
| | | <el-dropdown-item |
| | | :key="item" |
| | | :key="index" |
| | | :command="item.command" |
| | | v-for="item in taskTypeArr" |
| | | v-for="(item,index) in taskTypeArr" |
| | | :disabled="canCreateTask" |
| | | >{{ item.label }}</el-dropdown-item |
| | | > |
| | |
| | | </el-button> |
| | | <el-dropdown-menu slot="dropdown"> |
| | | <el-dropdown-item |
| | | :key="item" |
| | | :key="index" |
| | | :command="item.command" |
| | | v-for="item in stateTagArr" |
| | | v-for="(item,index) in stateTagArr" |
| | | :disabled="item.disabled" |
| | | >{{ item.label }}</el-dropdown-item |
| | | > |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | | |
| | | <el-dropdown |
| | | <!-- <el-dropdown |
| | | v-if="permissions.manufacturingorder_issue_material" |
| | | @command="issueMaterialHandleCommand" |
| | | style="margin-left:10px;" |
| | | > |
| | | > --> |
| | | <!-- <el-button> |
| | | 发料<i class="el-icon-arrow-down el-icon--right"></i> |
| | | </el-button> --> |
| | |
| | | >{{ item.label }}</el-dropdown-item |
| | | > |
| | | </el-dropdown-menu> --> |
| | | </el-dropdown> |
| | | <!-- </el-dropdown> --> |
| | | <!-- <el-button |
| | | v-if="permissions.manufacturingorder_orderto_ifs" |
| | | @click="commitOrderIfs()" |