|
@@ -576,7 +576,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="上交资料" prop="dataQty" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="right" label="上交资料数量" prop="dataQty" min-width="160" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
v-if="title !== '详情'"
|
|
v-if="title !== '详情'"
|
|
@@ -1360,7 +1360,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
if (!this.detailList.items.every(e => e.dataQty)) {
|
|
if (!this.detailList.items.every(e => e.dataQty)) {
|
|
- this.$confirm(`上交资料为0,是否继续提交`, '提示', {
|
|
|
|
|
|
+ this.$confirm(`上交资料数量为0,是否继续提交`, '提示', {
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
type: 'warning'
|
|
type: 'warning'
|
|
@@ -1466,7 +1466,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
if (!this.detailList.items.every(e => e.dataQty)) {
|
|
if (!this.detailList.items.every(e => e.dataQty)) {
|
|
- this.$confirm(`上交资料为0,是否继续提交`, '提示', {
|
|
|
|
|
|
+ this.$confirm(`上交资料数量为0,是否继续提交`, '提示', {
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
type: 'warning'
|
|
type: 'warning'
|