行open
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
icon="el-icon-search"
|
||||
style="margin-left: 10px"
|
||||
@click="pageCurrent00=1;pageSize00=10;total00=0;searchTable00()">查询</el-button>
|
||||
<el-tooltip effect="dark" content="更改选中的零件的询价状态" placement="top" open-delay="1000">
|
||||
<el-tooltip :open-delay="1000" effect="dark" content="更改选中的零件的询价状态" placement="top">
|
||||
<el-button
|
||||
type="primary"
|
||||
size="small"
|
||||
@@ -27,7 +27,7 @@
|
||||
style="margin-left: 10px"
|
||||
@click="changeInquiryStatus">变更询价状态</el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip effect="dark" content="把选中的零件绑定到离线合同,将相同零件合并到一条记录采购" placement="top" open-delay="1000">
|
||||
<el-tooltip :open-delay="1000" effect="dark" content="把选中的零件绑定到离线合同,将相同零件合并到一条记录采购" placement="top">
|
||||
<el-button
|
||||
type="warning"
|
||||
size="small"
|
||||
@@ -232,7 +232,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="设置" min-width="70" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-tooltip effect="dark" content="设置安全库存量" placement="top" open-delay="1000">
|
||||
<el-tooltip :open-delay="1000" effect="dark" content="设置安全库存量" placement="top">
|
||||
<el-button v-if="scope.row.changeSafeValue" type="mini" size="mini" icon="el-icon-circle-check-outline" @click="confirmEdit(scope.row)">确定</el-button>
|
||||
<el-button
|
||||
v-else
|
||||
@@ -333,7 +333,7 @@
|
||||
<template slot-scope="scope">
|
||||
<el-button :disabled="arrival(scope.row)" type="warning" plain size="mini" @click="editOfflineContract(scope.row)">编辑</el-button>
|
||||
<el-button :disabled="arrival(scope.row)" type="danger" plain size="mini" @click="deleteOfflineContract(scope.row)">删除</el-button>
|
||||
<el-tooltip effect="dark" content="导出合同" placement="top" open-delay="1000">
|
||||
<el-tooltip :open-delay="1000" effect="dark" content="导出合同" placement="top">
|
||||
<el-button type="warning" size="mini" plain @click="exportExcel(scope.row)">导出</el-button>
|
||||
</el-tooltip>
|
||||
|
||||
@@ -350,7 +350,7 @@
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange2"
|
||||
@current-change="handleCurrentChange2"/>
|
||||
<el-tooltip effect="dark" content="生成合同" placement="top" open-delay="1000">
|
||||
<el-tooltip :open-delay="1000" effect="dark" content="生成合同" placement="top">
|
||||
<el-button :disabled="disable" type="success" size="mini" style="float:right;margin-left:10px" @click="doneOfflineContact">生成</el-button>
|
||||
</el-tooltip>
|
||||
<el-button :disabled="disable" type="info" size="mini" style="float:right" @click="saveContract">保存</el-button>
|
||||
|
||||
Reference in New Issue
Block a user