创建询价单样式
This commit is contained in:
@@ -129,17 +129,17 @@
|
|||||||
{{ scope.row.供货商 }}
|
{{ scope.row.供货商 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="机床图号" align="center" min-width="130" prop="机床图号" show-overflow-tooltip>
|
<el-table-column label="机床图号" align="center" width="130" prop="机床图号" show-overflow-tooltip>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.机床图号 }}
|
{{ scope.row.机床图号 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="名称" align="center" width="100" prop="名称">
|
<el-table-column label="名称" align="center" width="180" prop="名称">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.物料名称 }}
|
{{ scope.row.物料名称 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="规格" align="center" min-width="100" prop="物料规格" show-overflow-tooltip>
|
<el-table-column label="规格" align="center" width="250" prop="物料规格" show-overflow-tooltip>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.物料规格 }}
|
{{ scope.row.物料规格 }}
|
||||||
</template>
|
</template>
|
||||||
@@ -583,10 +583,9 @@
|
|||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-card>
|
<el-card>
|
||||||
<div slot="header">
|
<el-card style="width: 1188px">
|
||||||
<!-- <span>询价单号:</span>-->
|
<el-row>
|
||||||
<el-input v-model="inquirySheetNum" placeholder="询价单号" size="small" style="margin: 0px 10px" clearable/>
|
<el-input v-model="inquirySheetNum" placeholder="询价单号" size="small" clearable/>
|
||||||
<!-- <span>供应商:</span>-->
|
|
||||||
<el-input v-model="supplierName" placeholder="供应商" size="small" style="margin: 0px 10px" clearable/>
|
<el-input v-model="supplierName" placeholder="供应商" size="small" style="margin: 0px 10px" clearable/>
|
||||||
<el-button
|
<el-button
|
||||||
type="success"
|
type="success"
|
||||||
@@ -606,8 +605,8 @@
|
|||||||
size="small"
|
size="small"
|
||||||
style="float: right;margin:0px 10px"
|
style="float: right;margin:0px 10px"
|
||||||
@click="createInquirySheet">创建询价单</el-button>
|
@click="createInquirySheet">创建询价单</el-button>
|
||||||
</div>
|
</el-row>
|
||||||
<el-card>
|
<el-row style="margin-top: 5px;">
|
||||||
<h3 style="margin: 0px 30px;display:inline-block; ">询价单</h3>
|
<h3 style="margin: 0px 30px;display:inline-block; ">询价单</h3>
|
||||||
<el-button type="warning" size="mini" plain icon="el-icon-edit" style="margin: 0px 20px" @click="editInquirySheet()">编辑</el-button>
|
<el-button type="warning" size="mini" plain icon="el-icon-edit" style="margin: 0px 20px" @click="editInquirySheet()">编辑</el-button>
|
||||||
<el-button type="danger" size="mini" plain icon="el-icon-delete" style="margin: 0px 60px 0px 20px" @click="deleteInquirySheet()">删除</el-button>
|
<el-button type="danger" size="mini" plain icon="el-icon-delete" style="margin: 0px 60px 0px 20px" @click="deleteInquirySheet()">删除</el-button>
|
||||||
@@ -617,6 +616,7 @@
|
|||||||
<el-tooltip :open-delay="1000" effect="dark" content="保存该询价单" placement="top" style="float: right">
|
<el-tooltip :open-delay="1000" effect="dark" content="保存该询价单" placement="top" style="float: right">
|
||||||
<el-button :disabled="tableData3.length===0" type="success" size="small" @click="saveOrder()">保存</el-button>
|
<el-button :disabled="tableData3.length===0" type="success" size="small" @click="saveOrder()">保存</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
</el-row>
|
||||||
<!--<el-button :loading="baseInfoLoading" type="success" size="mini" style="float: right" plain @click="inquirySheetBaseInfoMaintain">信息维护</el-button>-->
|
<!--<el-button :loading="baseInfoLoading" type="success" size="mini" style="float: right" plain @click="inquirySheetBaseInfoMaintain">信息维护</el-button>-->
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-row>
|
<el-row>
|
||||||
@@ -694,7 +694,7 @@
|
|||||||
<!--</div>-->
|
<!--</div>-->
|
||||||
<el-col style="width:880px">
|
<el-col style="width:880px">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-table v-loading="" :data="tableData3" border style="max-height: 500px;width: 850px;float: left" height="500px" size="mini" >
|
<el-table v-loading="" :data="tableData3" border style="max-height: 500px;width: 100%;float: left" height="500px" size="mini" >
|
||||||
<!-- <el-table-column label="供应商" align="center" min-width="150" show-overflow-tooltip>-->
|
<!-- <el-table-column label="供应商" align="center" min-width="150" show-overflow-tooltip>-->
|
||||||
<!-- <template slot-scope="scope">-->
|
<!-- <template slot-scope="scope">-->
|
||||||
<!-- {{ scope.row.供应商名称 }}-->
|
<!-- {{ scope.row.供应商名称 }}-->
|
||||||
@@ -710,7 +710,7 @@
|
|||||||
{{ scope.row.组件零件流水号 ? scope.row.物料名称 : scope.row.零件名称 }}
|
{{ scope.row.组件零件流水号 ? scope.row.物料名称 : scope.row.零件名称 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="规格" align="center" width="110" show-overflow-tooltip>
|
<el-table-column label="规格" align="center" show-overflow-tooltip>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.组件零件流水号 ? scope.row.物料规格 : scope.row.规格 }}
|
{{ scope.row.组件零件流水号 ? scope.row.物料规格 : scope.row.规格 }}
|
||||||
</template>
|
</template>
|
||||||
@@ -720,9 +720,9 @@
|
|||||||
{{ scope.row.技术下达数量 }}
|
{{ scope.row.技术下达数量 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="实询数" align="center" width="90">
|
<el-table-column label="实询数" align="center" width="110">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input v-direction="{x: 0, y: scope.$index}" v-model="scope.row.数量" size="mini" style="width:100%"/>
|
<el-input v-direction="{x: 0, y: scope.$index}" v-model="scope.row.数量" size="mini" style="width: 75px"/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="单位" align="center" width="50">
|
<el-table-column label="单位" align="center" width="50">
|
||||||
@@ -732,7 +732,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="询价备注" align="center" width="110">
|
<el-table-column label="询价备注" align="center" width="110">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input v-direction="{x: 1, y: scope.$index}" v-model="scope.row.备注" size="mini" style="width:100%"/>
|
<el-input v-direction="{x: 1, y: scope.$index}" v-model="scope.row.备注" size="mini" style="width: 75px"/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column label="询价单编号" align="center" min-width="100">-->
|
<!-- <el-table-column label="询价单编号" align="center" min-width="100">-->
|
||||||
|
|||||||
Reference in New Issue
Block a user