Browse Source

20241101

java8
qiezi 1 year ago
parent
commit
2718e0ea8c
  1. 2
      src/views/modules/quote/detail/quoteDetail.vue

2
src/views/modules/quote/detail/quoteDetail.vue

@ -932,7 +932,7 @@ export default {
<template>
<div>
<el-button type="primary" :disabled="quote.status === '下达'" @click="handleSaveQuoteDetail(null)">新增</el-button>
<el-button type="primary" :disabled="quote.status === '下达' || !quote.status" @click="handleSaveQuoteDetail(null)">新增</el-button>
<el-table v-loading="queryLoading" border :data="dataList" style="width: 100%;margin-top: 5px" :height="height">
<el-table-column type="index" width="55" align="center" label="序号"></el-table-column>
<el-table-column

Loading…
Cancel
Save