常熟吴彦祖 2 weeks ago
parent
commit
1518bbc3f4
  1. 22
      src/views/modules/supplier/com_inquiry_QuotationList.vue
  2. 22
      src/views/modules/supplier/purDetailList.vue
  3. 2
      src/views/modules/supplier/quoPurDetailList.vue

22
src/views/modules/supplier/com_inquiry_QuotationList.vue

@ -37,17 +37,17 @@
<span v-if="!item.columnHidden">{{ scope.row[item.columnProp] }}</span> <span v-if="!item.columnHidden">{{ scope.row[item.columnProp] }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
header-align="center"
align="center"
width="180"
fixed="right"
label="Actions">
<template slot-scope="scope">
<!-- <a type="text" size="small" @click="editModel(scope.row)">Edit |</a>
<a type="text" size="small" @click="deleteData(scope.row)"> Delete</a> -->
</template>
</el-table-column>
<!-- <el-table-column-->
<!-- header-align="center"-->
<!-- align="center"-->
<!-- width="180"-->
<!-- fixed="right"-->
<!-- label="Actions">-->
<!-- <template slot-scope="scope">-->
<!-- &lt;!&ndash; <a type="text" size="small" @click="editModel(scope.row)">Edit |</a>-->
<!-- <a type="text" size="small" @click="deleteData(scope.row)"> Delete</a> &ndash;&gt;-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table> </el-table>
<!-- 新增/编辑弹窗 --> <!-- 新增/编辑弹窗 -->

22
src/views/modules/supplier/purDetailList.vue

@ -85,17 +85,17 @@
</template> </template>
</el-table-column> </el-table-column>
<!-- 操作列 --> <!-- 操作列 -->
<el-table-column
fixed="right"
header-align="center"
align="center"
width="180"
label="Action">
<template slot-scope="scope">
<!-- <el-link style="cursor: pointer" @click="editInquiry(scope.row)">编辑 |</el-link>
<el-link style="cursor: pointer" @click="deleteInquiry(scope.row)">删除</el-link> -->
</template>
</el-table-column>
<!-- <el-table-column-->
<!-- fixed="right"-->
<!-- header-align="center"-->
<!-- align="center"-->
<!-- width="180"-->
<!-- label="Action">-->
<!-- <template slot-scope="scope">-->
<!-- &lt;!&ndash; <el-link style="cursor: pointer" @click="editInquiry(scope.row)">编辑 |</el-link>-->
<!-- <el-link style="cursor: pointer" @click="deleteInquiry(scope.row)">删除</el-link> &ndash;&gt;-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table> </el-table>
<!-- 分页 --> <!-- 分页 -->

2
src/views/modules/supplier/quoPurDetailList.vue

@ -80,7 +80,7 @@
label="Action"> label="Action">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link <el-link
v-if="scope.row.status === '待报价'"
v-if="scope.row.status === '待报价'||scope.row.status === '未接受'"
style="cursor: pointer" style="cursor: pointer"
@click="openQuoteDialog(scope.row)"> @click="openQuoteDialog(scope.row)">
报价 报价

Loading…
Cancel
Save