|
@@ -3587,7 +3587,7 @@ export default {
|
|
|
fBillstatus: 10,
|
|
|
});
|
|
|
this.weightList = false;
|
|
|
- this.contrOl = true
|
|
|
+ // this.contrOl = true
|
|
|
},
|
|
|
// 导入付款信息
|
|
|
whgenlegData() {
|
|
@@ -3862,8 +3862,9 @@ export default {
|
|
|
/** 修改按钮操作 */
|
|
|
handleUpdate(row, status) {
|
|
|
this.reset();
|
|
|
+ this.contrOl = false
|
|
|
if (this.dataList.length === 0){
|
|
|
- this.contrOl = true
|
|
|
+
|
|
|
}
|
|
|
this.browseStatus = status;
|
|
|
this.detailsHidden = false;
|
|
@@ -4196,6 +4197,7 @@ export default {
|
|
|
}
|
|
|
this.msgSuccess('入账成功')
|
|
|
this.$refs.checkout.clearSelection()
|
|
|
+ this.contrOl = true
|
|
|
})
|
|
|
}
|
|
|
})
|