|
|
@@ -403,6 +403,7 @@
|
|
|
autocomplete="off"
|
|
|
type="textarea"
|
|
|
clearable
|
|
|
+ :disabled="editSave"
|
|
|
placeholder="请输入全电发票备注"
|
|
|
>
|
|
|
</el-input>
|
|
|
@@ -1716,7 +1717,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
this.retrievePopupsType = false;
|
|
|
- this.finstlbillslistAccBillV1fun('检索');
|
|
|
+ this.finstlbillslistAccBillV1fun("检索");
|
|
|
},
|
|
|
finstlbillslistAccBillByCorpfun() {
|
|
|
let obj = {};
|
|
|
@@ -1743,7 +1744,7 @@ export default {
|
|
|
retrievalfun(type) {
|
|
|
this.activeName = "1";
|
|
|
// 判断是否有对账单位
|
|
|
- this.finstlbillslistAccBillV1fun('检索');
|
|
|
+ this.finstlbillslistAccBillV1fun("检索");
|
|
|
},
|
|
|
// 检索
|
|
|
finstlbillslistAccBillV1fun(type) {
|
|
|
@@ -1838,7 +1839,7 @@ export default {
|
|
|
this.queryData.push(item);
|
|
|
}
|
|
|
}
|
|
|
- if (this.queryData.length == 0&&type=='检索') {
|
|
|
+ if (this.queryData.length == 0 && type == "检索") {
|
|
|
this.$message.warning("当前检索暂无数据!");
|
|
|
}
|
|
|
}
|
|
|
@@ -1905,7 +1906,7 @@ export default {
|
|
|
this.queryData.push(item);
|
|
|
}
|
|
|
}
|
|
|
- if (this.queryData.length == 0&&type=='检索') {
|
|
|
+ if (this.queryData.length == 0 && type == "检索") {
|
|
|
this.$message.warning("当前检索暂无数据!");
|
|
|
}
|
|
|
}
|
|
|
@@ -2005,6 +2006,7 @@ export default {
|
|
|
fininvoicesConfirmFinInvoices(this.form)
|
|
|
.then(res => {
|
|
|
this.$message.success("操作成功");
|
|
|
+ this.editSave = true;
|
|
|
this.fininvoicesDetailfun(res.data.data.id);
|
|
|
})
|
|
|
.finally(() => {
|