md
This commit is contained in:
parent
25315dbfb0
commit
6282541340
@ -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() {
|
||||
|
||||
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user