设计变更审批
This commit is contained in:
@ -74,14 +74,14 @@
|
||||
link
|
||||
icon="Upload"
|
||||
@click="handleAddChange(scope.row)"
|
||||
v-if="scope.row.status == 'draft' || scope.row.status == 'back'"
|
||||
v-if="(scope.row.status == 'finish' || scope.row.costEstimation == '0') && scope.row.auditStatus == 'draft'"
|
||||
>上传</el-button
|
||||
>
|
||||
<el-button
|
||||
type="success"
|
||||
link
|
||||
icon="View"
|
||||
v-if="scope.row.status != 'draft'"
|
||||
v-if="scope.row.auditStatus != 'draft'"
|
||||
v-hasPermi="['design:designChange:query']"
|
||||
@click="handleViewInfo(scope.row)"
|
||||
>查看</el-button
|
||||
@ -238,6 +238,7 @@ const handleViewInfo = (row) => {
|
||||
path: `/approval/drawing/indexEdit`,
|
||||
query: {
|
||||
id: row.id,
|
||||
costEstimation: row.costEstimation,
|
||||
type: 'view'
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user