diff --git a/src/views/material/costPush/pushCost/index.vue b/src/views/material/costPush/pushCost/index.vue index 26b30421..6583be59 100644 --- a/src/views/material/costPush/pushCost/index.vue +++ b/src/views/material/costPush/pushCost/index.vue @@ -798,11 +798,18 @@ export default { }, - /** 提交 */ - handleSubmit(){ + /** 批量退回 */ + handleSubmit() { + if (this.ids.length == 0) { + this.$message({ + type: 'warning', + message: '请选择数据', + }) + return; + } this.$modal - .confirm('是否确认提交?') - .then(() => { + .confirm('是否确认退回?') + .then(() => { // let params = { // 'agreementId': this.rowData.agreementId, 'agreementCode': this.rowData.agreementCode,'totalCostAll': this.costAll, // 'leaseList': this.leaseList, 'repairList': this.repairList, 'scrapList': this.scrapList,'loseList': this.loseList, diff --git a/src/views/material/costPush/pushReview/index.vue b/src/views/material/costPush/pushReview/index.vue index a3324273..daf253b1 100644 --- a/src/views/material/costPush/pushReview/index.vue +++ b/src/views/material/costPush/pushReview/index.vue @@ -787,7 +787,14 @@ export default { }, /** 提交 */ - handleSubmit(){ + handleSubmit() { + if (this.ids.length == 0) { + this.$message({ + type: 'warning', + message: '请选择数据', + }) + return; + } this.$modal .confirm('是否确认提交?') .then(() => { diff --git a/src/views/material/lease/apply/component/addToolsApply.vue b/src/views/material/lease/apply/component/addToolsApply.vue index 81bd53cc..ebf6d177 100644 --- a/src/views/material/lease/apply/component/addToolsApply.vue +++ b/src/views/material/lease/apply/component/addToolsApply.vue @@ -972,10 +972,10 @@ export default { transform: rotateZ(180deg); } -.el-tree { - max-height: 300px; - overflow-y: auto; -} +// .el-tree { +// max-height: 300px; +// overflow-y: auto; +// } .highlight-text { background-color: #ffd04b; diff --git a/src/views/material/purchase/goodsArrived/component/addTools.vue b/src/views/material/purchase/goodsArrived/component/addTools.vue index bbeedd99..29a63257 100644 --- a/src/views/material/purchase/goodsArrived/component/addTools.vue +++ b/src/views/material/purchase/goodsArrived/component/addTools.vue @@ -1121,10 +1121,10 @@ export default { transform: rotateZ(180deg); } -.el-tree { - max-height: 300px; - overflow-y: auto; -} +// .el-tree { +// max-height: 300px; +// overflow-y: auto; +// } .highlight-text { background-color: #ffd04b;