|
@@ -1075,6 +1075,15 @@ export default {
|
|
|
pleaseCheck(formData).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success('请核成功')
|
|
|
+ this.contentOption.forEach(item => item.disabled = true)
|
|
|
+ this.contentStyle.forEach(item => item.disabled = true)
|
|
|
+ this.contentButton.forEach(item =>{
|
|
|
+ if (item.name == '返回列表' || item.name == '修改'){
|
|
|
+ item.disabled = false
|
|
|
+ }else {
|
|
|
+ item.disabled = true
|
|
|
+ }
|
|
|
+ })
|
|
|
this.$refs.avatar.form = res.data.warehouseBills
|
|
|
this.contentList = res.data.tWarehousebillsCntrs
|
|
|
}
|