This commit is contained in:
linfso 2024-09-19 11:56:27 +08:00
parent 25315dbfb0
commit 6282541340
2 changed files with 8 additions and 8 deletions

View File

@ -130,8 +130,8 @@ export default {
// this.getTreeselect();
},
onStartDateChange(){
this.form.endDate=dateToStr(addDateTimeByDay(this.form.startDate,365));
console.log(this.form.endDate);
// this.form.endDate=dateToStr(addDateTimeByDay(this.form.startDate,365));
// console.log(this.form.endDate);
},
// 取消按钮
cancel() {

View File

@ -159,7 +159,7 @@
@click="handleExportToBill"
>导出EXCEL电子表</el-button>
</el-col>
<el-col :span="1.5" v-if="confirmStatus==1">
<!-- <el-col :span="1.5" v-if="confirmStatus==1">
<el-button
type="primary"
plain
@ -167,7 +167,7 @@
:disabled="single"
@click="handleGenPayCode"
>微信收款码</el-button>
</el-col>
</el-col> -->
</el-row>
</div>
@ -441,10 +441,10 @@ export default {
}).catch(() => {});
},
handleGenPayCode(row) {
// this.$modal.msgSuccess("暂不支持");
const ids = row.id || this.ids;
this.titleForm="微信二维码收款";
this.openForm=true;
this.$modal.msgSuccess("暂不支持");
// const ids = row.id || this.ids;
// this.titleForm="微信二维码收款";
// this.openForm=true;
},
handleSendDbClick(row){