|
|
|
@ -152,14 +152,14 @@ |
|
|
|
layout="total, sizes, prev, pager, next, jumper"> |
|
|
|
</el-pagination> |
|
|
|
|
|
|
|
<el-dialog :visible.sync="quoteVisible" title="待报价信息" :close-on-click-modal="false" append-to-body> |
|
|
|
<el-dialog :visible.sync="quoteVisible" title="待报价信息" :close-on-click-modal="false" append-to-body width="1000px"> |
|
|
|
<el-table :data="quotationSelections" border height="300"> |
|
|
|
<el-table-column label="状态" header-align="center" align="center" prop="quotationStatus" min-width="80"/> |
|
|
|
<el-table-column label="申请单号" header-align="center" align="center" prop="quotationNo" min-width="120"/> |
|
|
|
<el-table-column label="项目编码" header-align="center" align="left" prop="projectId" min-width="100"/> |
|
|
|
<el-table-column label="项目名称" header-align="center" align="left" prop="projectName" min-width="120"/> |
|
|
|
<el-table-column label="物料编码" header-align="center" align="left" prop="testPartNo" min-width="100"/> |
|
|
|
<el-table-column label="物料名称" header-align="center" align="left" prop="partName" min-width="120"/> |
|
|
|
<el-table-column label="物料编码" header-align="center" align="left" prop="testPartNo" min-width="200"/> |
|
|
|
<el-table-column label="物料名称" header-align="center" align="left" prop="partName" min-width="220"/> |
|
|
|
<el-table-column label="MOQ" header-align="center" align="right" prop="qty" min-width="80"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input-number v-model="scope.row.qty" :controls="false" :min="0" :step="0"></el-input-number> |
|
|
|
|