|
|
@@ -30,8 +30,8 @@
|
|
|
@size-change="sizeChange"
|
|
|
@refresh-change="refreshChange"
|
|
|
@on-load="onLoad"
|
|
|
- @resetColumn="resetColumnTwo('crud', 'option', 'optionBack', 324)"
|
|
|
- @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 324)"
|
|
|
+ @resetColumn="resetColumnTwo('crud', 'option', 'optionBack', 485)"
|
|
|
+ @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 485)"
|
|
|
>
|
|
|
<template slot="menu" slot-scope="{ row }">
|
|
|
<el-button type="text" size="small" @click="allClick('出纳', row)">{{ row.dc == "D" ? "收款" : "支付" }}</el-button>
|
|
|
@@ -381,7 +381,7 @@ export default {
|
|
|
async created() {
|
|
|
// 获取当前登录人个人信息
|
|
|
this.saberUserInfo = JSON.parse(localStorage.getItem("saber-userInfo")).content;
|
|
|
- this.option = await this.getColumnData(this.getColumnName(324), this.optionBack);
|
|
|
+ this.option = await this.getColumnData(this.getColumnName(485), this.optionBack);
|
|
|
if (this.$route.query.billId) {
|
|
|
// 从审批里查看跳进来的
|
|
|
this.editFun({ id: this.$route.query.billId });
|
|
|
@@ -545,6 +545,7 @@ export default {
|
|
|
searchReset() {
|
|
|
console.log("清空回调");
|
|
|
this.query = {};
|
|
|
+ this.query.cashierStatus=1;
|
|
|
this.onLoad(this.page);
|
|
|
},
|
|
|
// 搜索回调
|