style(orderInfo): 隐藏订单信息页面的计划相关功能

- 注释掉同步SAP计划按钮
- 注释掉下达计划按钮
- 注释掉更换产线按钮
- 将是否已下达生产计划列设置为不可见
master
zangch@mesnac.com 1 week ago
parent bfbec6cd2e
commit 6dae08e0b5

@ -135,7 +135,7 @@
>导出 >导出
</el-button> </el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="primary" type="primary"
plain plain
@ -144,7 +144,7 @@
@click="sapForm" @click="sapForm"
>同步SAP计划 >同步SAP计划
</el-button> </el-button>
</el-col> </el-col> -->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
</el-row> </el-row>
@ -213,22 +213,22 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
icon="el-icon-bottom" icon="el-icon-bottom"
@click="handleReleasePlan(scope.row)" @click="handleReleasePlan(scope.row)"
>下达计划 >下达计划
</el-button> </el-button> -->
<!-- v-hasPermi="['base:orderInfo:edit']"--> <!-- v-hasPermi="['base:orderInfo:edit']"-->
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="ReplaceProductionLine(scope.row)" @click="ReplaceProductionLine(scope.row)"
v-if="scope.row.manualUpdateFlag === '0'" v-if="scope.row.manualUpdateFlag === '0'"
>更换产线 >更换产线
</el-button> </el-button> -->
<!-- <el-button--> <!-- <el-button-->
<!-- size="mini"--> <!-- size="mini"-->
<!-- type="text"--> <!-- type="text"-->
@ -463,7 +463,7 @@ export default {
{ key: 17, label: `更新人`, visible: false }, { key: 17, label: `更新人`, visible: false },
{ key: 18, label: `更新时间`, visible: false }, { key: 18, label: `更新时间`, visible: false },
{ key: 19, label: `完成日期`, visible: true }, { key: 19, label: `完成日期`, visible: true },
{ key: 20, label: `是否已下达生产计划`, visible: true }, { key: 20, label: `是否已下达生产计划`, visible: false },
{ key: 21, label: `工作中心编号`, visible: true } { key: 21, label: `工作中心编号`, visible: true }
], ],
// 线 // 线

Loading…
Cancel
Save