创建询价单:取消按钮
This commit is contained in:
@@ -322,17 +322,16 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
|
<el-button size="small" @click="dialogVisible2=false">取消</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-show="title2==='创建询价单'"
|
v-show="title2==='创建询价单'"
|
||||||
type="primary"
|
type="primary"
|
||||||
size="small"
|
size="small"
|
||||||
icon="el-icon-check"
|
|
||||||
@click="submitCreateInquirySheet">确定</el-button>
|
@click="submitCreateInquirySheet">确定</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-show="title2==='编辑询价单'"
|
v-show="title2==='编辑询价单'"
|
||||||
type="primary"
|
type="primary"
|
||||||
size="small"
|
size="small"
|
||||||
icon="el-icon-check"
|
|
||||||
@click="submitEditInquirySheet">确定</el-button>
|
@click="submitEditInquirySheet">确定</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
@@ -340,7 +339,7 @@
|
|||||||
<el-dialog :visible.sync="dialogVisible3" title="物料变更选择" center style="min-height: 300px;" width="780px">
|
<el-dialog :visible.sync="dialogVisible3" title="物料变更选择" center style="min-height: 300px;" width="780px">
|
||||||
<span>物料名称:</span>
|
<span>物料名称:</span>
|
||||||
<el-input v-model="materialName0" placeholder="物料名称" size="small" clearable/>
|
<el-input v-model="materialName0" placeholder="物料名称" size="small" clearable/>
|
||||||
<el-button type="success" size="small" icon="el-icon-search" @click="pageCurrent02=1;pageSize02=10;total02=0;searchMaterial()">查询</el-button>
|
<el-button type="success" size="small" icon="el-icon-search" style="margin-left:10px" @click="pageCurrent02=1;pageSize02=10;total02=0;searchMaterial()">查询</el-button>
|
||||||
<el-table :data="tableData02" size="mini" style="width: 97%;max-height: 300px;margin-top:15px" height="400px" border highlight-current-row @row-click="selectNewMaterial">
|
<el-table :data="tableData02" size="mini" style="width: 97%;max-height: 300px;margin-top:15px" height="400px" border highlight-current-row @row-click="selectNewMaterial">
|
||||||
<el-table-column align="center" label="物料名称" min-width="150">
|
<el-table-column align="center" label="物料名称" min-width="150">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -372,7 +371,8 @@
|
|||||||
<span style="font-size: large;color: red">将原物料替换为: {{ materialNew }}</span>
|
<span style="font-size: large;color: red">将原物料替换为: {{ materialNew }}</span>
|
||||||
<!--<el-input v-model="materialNew" size="small" readonly style="margin: 10px 10px 0 10px"></el-input>-->
|
<!--<el-input v-model="materialNew" size="small" readonly style="margin: 10px 10px 0 10px"></el-input>-->
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button type="primary" size="small" icon="el-icon-check" @click="submitMaterialChange">确定</el-button>
|
<el-button size="small" @click="dialogVisible3=false">取消</el-button>
|
||||||
|
<el-button type="primary" size="small" @click="submitMaterialChange">确定</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user