|
@@ -1724,7 +1724,7 @@ export default {
|
|
|
this.isAdd = true
|
|
|
this.isDisabled = true
|
|
|
this.isAddBtn = true
|
|
|
- this.editButton = true // 把编辑按钮显示出来
|
|
|
+ // this.editButton = true // 把编辑按钮显示出来
|
|
|
loading.close();
|
|
|
}).catch(() => {
|
|
|
loading.close();
|
|
@@ -1768,11 +1768,11 @@ export default {
|
|
|
this.$message.success("撤销出库成功");
|
|
|
this.refresh(res.data.data.id)
|
|
|
this.isApplySettlement = false
|
|
|
- this.$set(this.optionForm, 'disabled', true)
|
|
|
- this.$set(this.optionContactsBack, 'disabled', true)
|
|
|
this.isContacts = true
|
|
|
this.isDisabled = true
|
|
|
- this.editButton = true // 把编辑按钮显示出来
|
|
|
+ this.$set(this.optionForm, 'disabled', false) // form 表单的禁用放开
|
|
|
+ this.$set(this.optionContactsBack, 'disabled', false) // table 表格的禁用放开
|
|
|
+ // this.editButton = true // 把编辑按钮显示出来
|
|
|
//添加删除按钮禁用
|
|
|
this.isAdd = true
|
|
|
if (this.form.businessSource == "外部销售") {
|
|
@@ -1872,7 +1872,7 @@ export default {
|
|
|
this.$message.success("保存成功");
|
|
|
this.refresh(res.data.data.id)
|
|
|
this.isDisabledTask = false
|
|
|
- this.editButton = true
|
|
|
+ // this.editButton = true
|
|
|
|
|
|
this.$set(this.optionForm, 'disabled', true)
|
|
|
this.$set(this.optionContactsBack, 'disabled', true)
|