创建询价单样式

This commit is contained in:
zhangdingyu
2019-11-11 16:54:01 +08:00
parent 5bc47a7929
commit 41269ce38c
3 changed files with 7 additions and 8 deletions

View File

@@ -208,9 +208,8 @@
<el-tooltip :open-delay="1200" effect="dark" content="撤回已分配的采购任务" placement="top">
<el-button
:disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')"
type="primary"
size="mini"
plain
size="mini"
icon="el-icon-back"
@click="retract(scope.row)">撤回</el-button>
</el-tooltip>
@@ -390,7 +389,7 @@
<template slot-scope="scope">
<el-button
:disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')"
type="primary"
plain
size="mini"
icon="el-icon-back"
@click="retract(scope.row)">撤回</el-button>
@@ -537,7 +536,7 @@
<template slot-scope="scope">
<el-button
:disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')"
type="primary"
plain
size="mini"
icon="el-icon-back"
@click="retract(scope.row)">撤回</el-button>