修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-15 11:56:12 +08:00
parent ff23880564
commit bcf64df60f
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -1259,4 +1259,5 @@ module.exports = {
pleaseDecompositionStandardOrder:'Please import or bring in at least one decomposition standard order', pleaseDecompositionStandardOrder:'Please import or bring in at least one decomposition standard order',
currentlyTheFirstOneThatCannotMovedUp:'Currently the first one that cannot be moved up', currentlyTheFirstOneThatCannotMovedUp:'Currently the first one that cannot be moved up',
currentlyTheLastOneCannotmovedDown:'Currently the last one cannot be moved down', currentlyTheLastOneCannotmovedDown:'Currently the last one cannot be moved down',
weilaiRegulationMonthlyReport:'Weilai Regulation Monthly Report',
} }
+1
View File
@@ -1361,4 +1361,5 @@ module.exports = {
pleaseDecompositionStandardOrder:'请导入或带入至少一条分解标准单', pleaseDecompositionStandardOrder:'请导入或带入至少一条分解标准单',
currentlyTheFirstOneThatCannotMovedUp:'当前已是第一个无法进行上移', currentlyTheFirstOneThatCannotMovedUp:'当前已是第一个无法进行上移',
currentlyTheLastOneCannotmovedDown:'当前已是最后一个无法进行下移', currentlyTheLastOneCannotmovedDown:'当前已是最后一个无法进行下移',
weilaiRegulationMonthlyReport:'蔚来法规月报',
} }
@@ -187,7 +187,7 @@
this.pageNo = page this.pageNo = page
this.getList() this.getList()
}, },
SizeChange(page,pageSize) { SizeChange(page, pageSize) {
this.pageNo = 1 this.pageNo = 1
this.pageSize = pageSize this.pageSize = pageSize
this.getList() this.getList()
@@ -227,10 +227,11 @@
ids: selectedRowKeys.join(','), ids: selectedRowKeys.join(','),
...this.queryParam ...this.queryParam
} }
downloadFile(this.url.exportData, this.$t('monthlyReportRegulations') + '.zip', query, this.Deselect) downloadFile(this.url.exportData, this.$t('weilaiRegulationMonthlyReport') + '-' + this.queryParam.month + '.zip', query, this.Deselect)
}, },
Deselect() { Deselect() {
this.selectedRowKeys = [] this.selectedRowKeys = []
this.getList()
}, },
addContentClick() { addContentClick() {
this.$refs.fillAddRef.add() this.$refs.fillAddRef.add()
@@ -391,7 +391,7 @@
} }
.box-input { .box-input {
width: calc(100% - 168px); width: calc(100% - 183px);
margin-right: 8px; margin-right: 8px;
} }
@@ -71,6 +71,7 @@
{{$t('selectedStandard')}} {{$t('selectedStandard')}}
</span> </span>
<span class="box-button-standard-right" <span class="box-button-standard-right"
:title="selectedRowKeysLeftRecord[0]?selectedRowKeysLeftRecord[0].serialNumber+' '+selectedRowKeysLeftRecord[0].fileName:$t('noComparisonDocumentSelected')"
:class="{'box-button-standard-right-color':selectedRowKeysLeftRecord[0]}"> :class="{'box-button-standard-right-color':selectedRowKeysLeftRecord[0]}">
{{selectedRowKeysLeftRecord[0]?selectedRowKeysLeftRecord[0].serialNumber+' '+selectedRowKeysLeftRecord[0].fileName:$t('noComparisonDocumentSelected')}} {{selectedRowKeysLeftRecord[0]?selectedRowKeysLeftRecord[0].serialNumber+' '+selectedRowKeysLeftRecord[0].fileName:$t('noComparisonDocumentSelected')}}
</span> </span>
@@ -135,6 +136,7 @@
{{$t('selectedStandard')}} {{$t('selectedStandard')}}
</span> </span>
<span class="box-button-standard-right" <span class="box-button-standard-right"
:title="selectedRowKeysRightRecord[0]?selectedRowKeysRightRecord[0].serialNumber+' '+selectedRowKeysRightRecord[0].fileName:$t('noComparisonDocumentSelected')"
:class="{'box-button-standard-right-color':selectedRowKeysRightRecord[0]}"> :class="{'box-button-standard-right-color':selectedRowKeysRightRecord[0]}">
{{selectedRowKeysRightRecord[0]?selectedRowKeysRightRecord[0].serialNumber+' '+selectedRowKeysRightRecord[0].fileName:$t('noComparisonDocumentSelected')}} {{selectedRowKeysRightRecord[0]?selectedRowKeysRightRecord[0].serialNumber+' '+selectedRowKeysRightRecord[0].fileName:$t('noComparisonDocumentSelected')}}
</span> </span>