This commit is contained in:
zhangdingyu
2019-09-24 14:05:37 +08:00
parent 7969617c24
commit c42c2ef297
4 changed files with 10 additions and 12 deletions

View File

@@ -167,9 +167,8 @@
</el-table-column>
</el-table>
<el-button
type="primary"
type="shengcheng"
size="small"
icon=""
style="margin-top:10px"
@click="calculateContractSum">计算合同总额</el-button>
<span>合同总额(未税):</span>
@@ -187,9 +186,8 @@
:value="item.value"/>
</el-select>
<el-button
type="primary"
type="shengcheng"
size="small"
plain
style="margin-left: 7.5%; margin-top: 10px"
@click="doneContract">生成采购合同</el-button>
</el-card>