删除合同

This commit is contained in:
chenjianan
2018-12-24 19:19:08 +08:00
parent 1bd68e5c1e
commit d8715a3d8b
2 changed files with 3 additions and 4 deletions

View File

@@ -141,7 +141,7 @@
<span>合同总额</span>
<el-input v-model="actualTotal" size="small" style="width: 100px"/>
<el-button type="primary" size="small" @click="submitTotal()">确定总额</el-button>
<el-button type="success" size="small" @click="generateContract()">生成合同</el-button>
<el-button type="success" size="small" @click="generateContract()">递交审批</el-button>
</div>
<hr>
<!--html代码-->
@@ -546,7 +546,7 @@ export default {
this.交货期组.push(this.tableData1[i].交货期)
}
if (this.contractNumValue) {
this.$confirm('此操作将生成采购合同,确认完成编辑?', '提示', {
this.$confirm('此采购合同将递交审批,递交后该合同不可删除,确认完成编辑?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'