| | |
| | | <!-- |
| | | * @Date: 2025-06-17 11:44:52 |
| | | * @LastEditors: gaoshp |
| | | * @LastEditTime: 2025-07-08 20:06:11 |
| | | * @LastEditTime: 2025-08-06 20:34:14 |
| | | * @FilePath: /mdmweb/src/views/basesetting/produceplan.vue |
| | | --> |
| | | <template> |
| | |
| | | @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @row-del="rowDel" |
| | | @row-save="save" |
| | | @row-update="rowUpdate"> |
| | | <!-- |
| | | <template #menu-left> |
| | | <el-button type="primary" plain @click="importAction">导入 |
| | | </el-button> |
| | | </template> |
| | | --> |
| | | <!-- <template #menu="scope"> |
| | | <el-button type="primary" text size="default" v-if="permission.flow_model_update" |
| | | @click.stop="handleAction(scope.row, scope.index)">审批 |
| | |
| | | (res) => { |
| | | if(res.data.code !== 200) { |
| | | this.$message.error(res.data.msg); |
| | | loading() |
| | | //done();//关闭窗口 |
| | | return; |
| | | } |