行open
This commit is contained in:
@@ -337,13 +337,13 @@
|
||||
<div>
|
||||
<span>下调金额:(百分比)</span>
|
||||
<el-input v-model="money" size="small" clearable style="width:200px"/>
|
||||
<el-tooltip effect="dark" content="计算选入零件的价格" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="计算选入零件的价格" placement="top">
|
||||
<el-button type="success" size="mini" icon="el-icon-edit" style="margin-left:10px;margin-top: 15px" @click="calculatingPrice">计算价格</el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip effect="dark" content="核对价格信息后确定" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="核对价格信息后确定" placement="top">
|
||||
<el-button type="success" size="mini" icon="el-icon-edit" style="margin-left:10px;margin-top: 15px" @click="confirmPrice">确定价格</el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip effect="dark" content="成交" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="成交" placement="top">
|
||||
<el-button type="success" size="mini" icon="el-icon-success" style="margin-left:10px;margin-top: 15px" @click="Deal">成交</el-button>
|
||||
</el-tooltip>
|
||||
<el-button type="primary" size="mini" icon="el-icon-download" style="margin-left:10px;margin-top: 15px" @click="exportTable('RWD')">导出外协加工任务单</el-button>
|
||||
|
||||
Reference in New Issue
Block a user